PyQt/基础教程/1、Qt设计师/1、初识设计师.md
2018-04-22 21:51:45 +08:00

18 lines
No EOL
908 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 认识设计师
* 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)