随笔分类 - Qt+qml
Qt跟qml的学习
Qt样式表都有哪些属性可以设置
摘要:我们可以在Qt助手中输入Qt Style Sheets Reference然后选择List of Pseudo-States 项查看Qt控件支持的所有状态。 附几个参考学习的博客: https://blog.csdn.net/goforwardtostep/article/details/65451
阅读全文
PyQt样式表设置QComboBox
摘要:self.comboBox_marital = QComboBox(self) mar_list_view = QListView() self.comboBox_marital.setView(mar_list_view) self.comboBox_marital.addItem("已婚") s
阅读全文
Qt中QSlider的样式表设置
摘要:转自: https://blog.csdn.net/tax10240809163com/article/details/50899023 //首先是设置主体QSlider{border-color: #bcbcbc;}QSlider::groove:horizontal { border: 1px
阅读全文
qml 设置tooltip,Customizing ToolTip
摘要:Button { id: btn text: "Tip" anchors.horizontalCenter: parent.horizontalCenter// ToolTip.timeout: 5000// ToolTip.visible: pressed// ToolTip.text: "Thi
阅读全文
一些借鉴学习的博客地址
摘要:http://blog.csdn.net/yuxiaohen/article/details/17226971 http://www.bubuko.com/infodetail-633883.html http://blog.csdn.net/shado_walker/article/details
阅读全文
浙公网安备 33010602011771号