摘要: 1.学习了qt quick application 这是一种跟application不同的设计方式。主要就是靠“拖拖拽拽”,然后设置属性(颜色,大小),布局(margins等),然后要注意控件的从属关系。总体来说操作简单,但是花样较少。 2.学习了将QML object暴露给C++ 书上的例子: 头 阅读全文
posted @ 2018-06-23 15:38 sgggr 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1. In Qt, if you want to apply styles to the main window itself, you must apply it to its central widget instead of the main window itself because the 阅读全文
posted @ 2018-06-23 08:33 sgggr 阅读(186) 评论(0) 推荐(0) 编辑