This website requires JavaScript.
Explore
Help
Sign In
xmengnet
/
PyQt
Watch
1
Star
0
Fork
You've already forked PyQt
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
a9834669e8
PyQt
/
表格
/
QTableView
/
README.md
Irony
a9834669e8
更新子目录Readme
2018-10-30 23:26:16 +08:00
365 B
Raw
Blame
History
Unescape
Escape
表格控件 QTableView
1、表格内容复制
通过构造一个和选中区域一样的空数组,然后对数组进行填充形成表格
最后循环数组用\t进行拼接join
,
换行用\r\n
把字符串复制到剪切板中