基础教程

This commit is contained in:
Irony 2018-04-22 21:51:45 +08:00
parent c4fc345f8d
commit d83a08bd4f
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# 认识设计师
* 1、启动对话框常用的QDialogQMainWindow, QWidget见①
* Dialog with Buttons Bottom在下方有两个按钮的对话框
* Dialog with Buttons Right在右边有两个按钮的对话框
* Dialog without Buttons不带按钮的对话框
* Main Window标准的主界面窗口带有菜单栏状态栏浮动窗口等等
* Widget所有控件的基类一般用于当作容器
![Colors.png](ScreenShot/初识设计师1.png)
* 2、设计师界面分布见②③④⑤
* 左侧②是常用控件区域,拖动放到中间
* ③是当前的控件对象
* ④当前控件的属性设置(比如设置大小、文字之类的)
* ⑤该区域为信号槽设计、图片等文件资源设计、动作设计器(后面在详细讲)
![Colors.png](ScreenShot/初识设计师2.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB