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
c84d2181e8
PyQt
/
QTableView
/
README.md
Irony
151ba3f2d6
update
2018-12-26 23:04:56 +08:00
372 B
Raw
Blame
History
QTableView
1、表格内容复制
运行 CopyContent.py
通过构造一个和选中区域一样的空数组,然后对数组进行填充形成表格
最后循环数组用
\t
进行拼接
join
,换行用
\r\n
把字符串复制到剪切板中