摘要:
之前讲过的布局参数: size hint 推荐大小 sizeHint [ From Qt Doc : This property holds the recommended size for the widget. If the value of this property is an invali 阅读全文
posted @ 2016-04-06 20:22
wuye
阅读(149)
评论(0)
推荐(0)
摘要:
Qt工程的建立: 1)打开VS:->新建->项目-> 选择Qt4Projects 和QtApplication并输入工程名字然后接下来一直next直到finish 然后再在蓝色部分上单击右键->添加->类 点击确定即可 在MyWin.h头文件中加入我们要用到的类的头文件 再在MyWin.h头文件中添 阅读全文
posted @ 2016-04-06 18:38
wuye
阅读(145)
评论(0)
推荐(0)