随笔分类 -  qt

上一页 1 2 3 下一页

qt界面的编程学习
qt零碎知识点记录
摘要:平时一些零碎的知识点! 阅读全文

posted @ 2013-01-10 16:02 小风儿_xf 阅读(3798) 评论(1) 推荐(1)

QMessageBox
摘要:QMessageBox使用 阅读全文

posted @ 2013-01-07 15:04 小风儿_xf 阅读(235) 评论(0) 推荐(0)

创建主窗口
摘要:创建主窗口的一些知识 阅读全文

posted @ 2013-01-07 12:29 小风儿_xf 阅读(343) 评论(0) 推荐(0)

内置窗口部件类和对话框类
摘要:qt中常用的内置窗口部件类和对话框类 阅读全文

posted @ 2013-01-05 16:00 小风儿_xf 阅读(190) 评论(0) 推荐(0)

动态对话框
摘要:动态对话框 阅读全文

posted @ 2013-01-05 14:45 小风儿_xf 阅读(155) 评论(0) 推荐(0)

扩展对话框和多页对话框
摘要:扩展对话框和多页对话框的创建 阅读全文

posted @ 2013-01-04 14:01 小风儿_xf 阅读(335) 评论(0) 推荐(0)

快速设计对话框3
摘要:QDialogButtonBox方法来构建 阅读全文

posted @ 2013-01-04 11:06 小风儿_xf 阅读(194) 评论(0) 推荐(0)

快速设计对话框2
摘要:实现对话框的功能 阅读全文

posted @ 2013-01-04 10:41 小风儿_xf 阅读(208) 评论(0) 推荐(0)

快速设计对话框
摘要:qt designer的简单使用 阅读全文

posted @ 2013-01-03 17:25 小风儿_xf 阅读(223) 评论(0) 推荐(0)

深入信号与槽
摘要:qt信号与槽的一些知识 阅读全文

posted @ 2013-01-02 16:41 小风儿_xf 阅读(193) 评论(0) 推荐(0)

对话框QDialog
摘要:qt子类化QDialog 阅读全文

posted @ 2013-01-02 15:54 小风儿_xf 阅读(3084) 评论(1) 推荐(0)

qt帮助文档
摘要:qt帮助文档 阅读全文

posted @ 2013-01-02 14:45 小风儿_xf 阅读(253) 评论(0) 推荐(0)

布局与QSpinBox和QSlider类
摘要:QWidget中布局QSpinBox和QSlider 阅读全文

posted @ 2013-01-02 10:44 小风儿_xf 阅读(2721) 评论(0) 推荐(0)

信号与槽
摘要:qt下按钮的信号与槽 阅读全文

posted @ 2013-01-02 10:29 小风儿_xf 阅读(149) 评论(0) 推荐(0)

qt截屏模块
摘要:通过qt语言实现截屏保存为图片 阅读全文

posted @ 2013-01-02 10:21 小风儿_xf 阅读(663) 评论(0) 推荐(0)

Hello qt
摘要:一个最简单的qt程序,当作学习的开始!源码hello.c 1 #include <QApplication> 2 #include <QLabel> 3 4 int main(int argc, char *argv[]) 5 { 6 QApplication app(argc, argv);//创建了一个QApplication对象,用来管理整个应用程序用到的资源 7 QLabel *label = new QLabel("Hello Qt!");//QLabel窗口部件 8 label->show()//显示来作为应用程序的窗口(创建窗口部 阅读全文

posted @ 2012-12-28 17:18 小风儿_xf 阅读(201) 评论(0) 推荐(0)

今天开始系统和深度的去学习qt
摘要:qt start! 阅读全文

posted @ 2012-12-28 16:15 小风儿_xf 阅读(178) 评论(0) 推荐(0)

phonon-mplayer
摘要:phonon的环境配置 阅读全文

posted @ 2012-12-24 16:41 小风儿_xf 阅读(459) 评论(0) 推荐(0)

qt相关资源
摘要:一些qt学习的资源 阅读全文

posted @ 2012-12-24 11:29 小风儿_xf 阅读(199) 评论(0) 推荐(0)

ubuntu10.10下qt环境的搭建
摘要:在Linux安装qt的运行环境 阅读全文

posted @ 2012-12-15 20:20 小风儿_xf 阅读(2088) 评论(0) 推荐(0)

上一页 1 2 3 下一页

导航