会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
g!gn#isv
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
163
164
165
166
167
168
169
170
171
···
329
下一页
2021年2月2日
PS拾色器的快捷键
摘要: PS拾色器的快捷键 坑
阅读全文
posted @ 2021-02-02 18:07 bH1pJ
阅读(65)
评论(0)
推荐(0)
2021年1月30日
treeWidgetItem 编辑,编辑完点击enter后结束
摘要: 默认的就有这功能 self.treeWidget.itemDoubleClicked.connect(self.treeWidgetOpenEditor)self.treeWidget.itemChanged.connect(self.treeWidg...
阅读全文
posted @ 2021-01-30 00:25 bH1pJ
阅读(89)
评论(0)
推荐(0)
2021年1月29日
pyqt QPushButton 槽函数 把自己传过去
摘要: self.sender()
阅读全文
posted @ 2021-01-29 23:07 bH1pJ
阅读(39)
评论(0)
推荐(0)
addWidget反向获取父控件
摘要: 坑 暂时想到的一种方案是,使用map建立控件的索引
阅读全文
posted @ 2021-01-29 23:00 bH1pJ
阅读(15)
评论(0)
推荐(0)
list按照索引删除某个索引
摘要: list.pop(2)
阅读全文
posted @ 2021-01-29 22:59 bH1pJ
阅读(166)
评论(0)
推荐(0)
QTreeWidgetItem添加了button,当button被点击后,如何索引到QTreeWidgetItem的Index?
摘要: 这里有个解决方案,先用着吧
阅读全文
posted @ 2021-01-29 22:28 bH1pJ
阅读(172)
评论(0)
推荐(0)
QTreeWidget 设置列的宽度
摘要: this->setColumnWidth(0, 100); //设置列宽
阅读全文
posted @ 2021-01-29 17:36 bH1pJ
阅读(515)
评论(0)
推荐(0)
python 1 转化为 001
摘要: str(1).zfill(3)
阅读全文
posted @ 2021-01-29 14:58 bH1pJ
阅读(547)
评论(0)
推荐(0)
2021年1月28日
python subplot 调整子图的大小
摘要: fig, axs = plt.subplots(3, 2,constrained_layout=True, figsize=(10, 10)) 通过 figsize=(10, 10) 来调节, 感觉不是最佳的方案,先用吧 ...
阅读全文
posted @ 2021-01-28 16:50 bH1pJ
阅读(2141)
评论(0)
推荐(0)
plt.subplots间隔
摘要: ,constrained_layout=True fig, axs = plt.subplots(3, 2,constrained_layout=True) 自动调整间隔,初步感觉效果还不错
阅读全文
posted @ 2021-01-28 16:34 bH1pJ
阅读(213)
评论(0)
推荐(0)
上一页
1
···
163
164
165
166
167
168
169
170
171
···
329
下一页
公告