上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页

2013年1月2日

深入信号与槽

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

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

对话框QDialog

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

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

qt帮助文档

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

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

布局与QSpinBox和QSlider类

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

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

信号与槽

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

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

qt截屏模块

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

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

2012年12月28日

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 阅读(197) 评论(0) 推荐(0)

今天开始系统和深度的去学习qt

摘要: qt start! 阅读全文

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

2012年12月24日

phonon-mplayer

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

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

su 切换到超级用户出错

摘要: 在su命令执行后失败的解决方法 阅读全文

posted @ 2012-12-24 14:33 小风儿_xf 阅读(182) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页

导航