上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 329 下一页
摘要: TableWidgetItem的flag如何设置,使得它不能被编辑?TableWidgetItem退出编辑状态 setFlags https://stackoverflow.com/questions/518447/how-can-i-tell-a-qtablewidget-to-end-editi 阅读全文
posted @ 2022-09-25 21:55 bH1pJ 阅读(66) 评论(0) 推荐(0) 编辑
摘要: QTableWidget 合并单元格 参考资料: 1、https://blog.csdn.net/lxj362343/article/details/90480581 2、https://blog.csdn.net/weixin_43450564/article/details/112333233 阅读全文
posted @ 2022-09-25 21:55 bH1pJ 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Python输出当前路径 import os os.getcwd() 阅读全文
posted @ 2022-09-25 21:54 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
摘要: Python列出一个文件夹下的所有文件tif文件 import os ans = os.listdir(rootpath) for item in ans: ​ if item.endwith('.tif'): ​ get 阅读全文
posted @ 2022-09-25 21:54 bH1pJ 阅读(70) 评论(0) 推荐(0) 编辑
摘要: Python 时间戳变成字符串 import time stamp = int(time.time()) time.strftime("%Y-%m-%d-%H-%M-%S", time.localtime(stamp)) 阅读全文
posted @ 2022-09-25 21:53 bH1pJ 阅读(232) 评论(0) 推荐(0) 编辑
摘要: pyqtgraph imageview 如何限制缩放,禁止imageView的缩放功能! setMouseEnabled disable zooming zoom pyqtgraph imageview 如何限制缩放 不行: setMouseEnabled 可以了,终于找到答案了: iv = pg. 阅读全文
posted @ 2022-09-25 21:53 bH1pJ 阅读(70) 评论(0) 推荐(0) 编辑
摘要: QTableView和QTableWidget的区别是什么? 1、QTableWidget继承自QTableView(后者继承前者)。QSqlTableModel能与QTableView绑定,但不能于QTableWidget绑定。 参考来源: https://www.cnblogs.com/Denn 阅读全文
posted @ 2022-09-24 17:27 bH1pJ 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 如何理解relationship和association之间的区别 参考资料: https://blog.csdn.net/aizhao4426/article/details/101968763 relationship好像是恋爱关系? relation/relationship 关系,联系,往来 阅读全文
posted @ 2022-09-23 10:37 bH1pJ 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 搜狗输入法PC 快捷短语 时间戳 参考资料: https://jingyan.baidu.com/article/f3e34a129411a6b4ea653545.html 恢复默认设置之后就OK了: 效果如下: 如果你想自定义,请参考这个链接: https://jingyan.baidu.com/ 阅读全文
posted @ 2022-09-22 17:30 bH1pJ 阅读(72) 评论(0) 推荐(0) 编辑
摘要: win11右键,默认就是显示更多怎么调整 win11右键,默认就是显示更多怎么调整 方案1,进行尝试: 达到了效果! 管理员运行命令: reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\In 阅读全文
posted @ 2022-09-22 17:29 bH1pJ 阅读(46) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 329 下一页