随笔分类 -  Qt+qml

Qt跟qml的学习
Qt样式表都有哪些属性可以设置
摘要:我们可以在Qt助手中输入Qt Style Sheets Reference然后选择List of Pseudo-States 项查看Qt控件支持的所有状态。 附几个参考学习的博客: https://blog.csdn.net/goforwardtostep/article/details/65451 阅读全文
posted @ 2018-07-23 18:16 邶风 阅读(722) 评论(0) 推荐(0)
Qt之获取子部件
摘要:Qt5.10 阅读全文
posted @ 2018-07-23 18:04 邶风 阅读(524) 评论(0) 推荐(0)
PyQt样式表设置QComboBox
摘要:self.comboBox_marital = QComboBox(self) mar_list_view = QListView() self.comboBox_marital.setView(mar_list_view) self.comboBox_marital.addItem("已婚") s 阅读全文
posted @ 2018-07-18 16:31 邶风 阅读(2962) 评论(0) 推荐(0)
Qt中QSlider的样式表设置
摘要:转自: https://blog.csdn.net/tax10240809163com/article/details/50899023 //首先是设置主体QSlider{border-color: #bcbcbc;}QSlider::groove:horizontal { border: 1px 阅读全文
posted @ 2018-07-18 16:15 邶风 阅读(2793) 评论(0) 推荐(0)
qml 设置tooltip,Customizing ToolTip
摘要:Button { id: btn text: "Tip" anchors.horizontalCenter: parent.horizontalCenter// ToolTip.timeout: 5000// ToolTip.visible: pressed// ToolTip.text: "Thi 阅读全文
posted @ 2017-06-07 17:28 邶风 阅读(1903) 评论(0) 推荐(0)
一些借鉴学习的博客地址
摘要:http://blog.csdn.net/yuxiaohen/article/details/17226971 http://www.bubuko.com/infodetail-633883.html http://blog.csdn.net/shado_walker/article/details 阅读全文
posted @ 2017-05-10 16:22 邶风 阅读(206) 评论(0) 推荐(0)