Update README.md

This commit is contained in:
625781186 2019-05-11 12:19:53 +08:00 committed by GitHub
parent f9d06025ec
commit 756f4fd0f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)