Update README.md
This commit is contained in:
parent
f9d06025ec
commit
756f4fd0f1
1 changed files with 2 additions and 0 deletions
|
@ -14,5 +14,7 @@
|
|||
2. 右侧添加`QWidget`的时候有两种方案
|
||||
1. 左侧list根据序号来索引,右侧添加widget时给定带序号的变量名,如widget_0,widget_1,widget_2之类的,这样可以直接根据`QListWidget`的序号关联起来
|
||||
2. 左侧list添加item时给定右侧对应的widget变量值
|
||||
|
||||
PS: 用设计设的做法 : https://www.jianshu.com/p/dac62b5c225c
|
||||
|
||||
![LeftTabStacked](ScreenShot/LeftTabStacked.gif)
|
||||
|
|
Loading…
Reference in a new issue