搜索资源列表
grid
- 网格布局管理示例:应用于QT/X11版本为4.4.2,全部是编译通过
basiclayouts
- 本代码详细列举了QT布局管理中的水平布局,垂直布局,栅格布局和表单布局的使用!-The code listed in detail in the QT horizontal layout layout manager, vertical layout, grid layout and form layout to use!
QLayout
- 一个用Qt的布局管理类QLayout做的面板实例-A class with Qt' s layout manager to do the panel instance QLayout
Chapter-2-layout-management
- QT学习之第二章,布局管理,帮助学者了解QT的布局设置。-The second chapter of learning QT, layout management, help scholars know QT layout Settings.
QT-develop
- qt开发教程,很全面 第1 章走近Qt 第2 章Qt 的安装与配置 第3 章Qt 编程基础 第4 章Qt 4 集成开发环境 第5 章使用Qt4 基本GUI 工具 第6 章Qt 4 程序开发方法和流程 第7 章对话框 第8 章主窗口 第9 章Qt 样式表与应用程序观感 第10 章在程序中使用.ui 文件 第11 章布局管理 第12 章使用Qt Creator 第13 章Qt 核心机制与原理 附录A qmake 命令 附录B make 命令
andybujuguanli
- 纯代码写的 一个用布局管理器练手的 程序 包括了基本的布局管理器的功能和设计方法,看一遍基本就会用了,不用qt designer 也一样可以设计出来-Pure code written in a hand layout manager training program, including the basic function and design of the layout manager to go over the basic will be used, without the qt de
myLayout
- qt 界面布局管理,分割窗口显示隐藏功能,欢迎下载-qt interface layout management, split window display hidden features, please download
myLayout123
- qt下的布局管理,分割窗口显示隐藏功能,可以借鉴-qt the layout manager, split window display hidden features, you can learn
findfile
- QT布局管理器的使用以查找文件对话框为例适合小白新手观看-QT layout manager using the file dialog to find an example for novice white watch
QT和面向对象节介绍
- 在Linux上QT的基本,QT程序开发 开发一个Qt应用程序的步骤: 1、 先声明所需的窗口部件 2、 设置它们的属性 3、 然后再把这些窗口部件添加到布局中 4、 根据Qt的信号/槽原理,创建并连接使用到的信号/槽,通过窗口部件之间的通信可管理用户的交互行为 5、 程序的编译、链接和运行(Basic QT program development on Linux on QT Steps to develop a Qt application: 1. Declare the re