个人工具

“Qt开发”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
社群
外部链接
第53行: 第53行:
 
[http://zh.wikipedia.org/wiki/Qt 维基百科对Qt的介绍]  
 
[http://zh.wikipedia.org/wiki/Qt 维基百科对Qt的介绍]  
  
=== 官方 ===
+
=== 官方 ===
  
 
[http://www.qtsoftware.com/ Qt官方主页]  
 
[http://www.qtsoftware.com/ Qt官方主页]  
  
[http://qt.gitorious.org/ Qt 源代码] [http://labs.trolltech.com/page/Overview ]
+
[http://qt.gitorious.org/ Qt 源代码] [http://labs.trolltech.com/page/Overview]  
  
[http://labs.trolltech.com/page/Overview Qt Labs]
+
[http://labs.trolltech.com/page/Overview Qt Labs]  
  
 
[http://doc.trolltech.com/ Qt 在线文档]  
 
[http://doc.trolltech.com/ Qt 在线文档]  
第65行: 第65行:
 
=== 教学与参考文件  ===
 
=== 教学与参考文件  ===
  
*{{zh-tw}}[http://caterpillar.onlyfun.net/Gossip/Qt4Gossip/Qt4Gossip.html Qt4 學習筆記]  
+
[http://caterpillar.onlyfun.net/Gossip/Qt4Gossip/Qt4Gossip.html Qt4 學習筆記]  
*{{zh-tw}}[http://program-lover.blogspot.com/2008/08/qt.html Qt 教學]
+
[http://program-lover.blogspot.com/2008/08/qt.html Qt 教學]
  
 
=== 社群  ===
 
=== 社群  ===
  
[http://qtcentre.org/ Qt 社群網站]
+
[http://qtcentre.org/ Qt 社群網站]  
[http://groups.google.com/group/qt-china google论坛]
+
 
 +
[http://groups.google.com/group/qt-china google论坛]  
  
 
[http://groups.google.com/group/qt-china Qt中文邮件列表]  
 
[http://groups.google.com/group/qt-china Qt中文邮件列表]  
第80行: 第81行:
  
 
[http://www.qteverywhere.com/ Qt Everywhere]
 
[http://www.qteverywhere.com/ Qt Everywhere]
 +
=== 书籍 ===
 +
[http://www.douban.com/subject/3173123/ 《C++ GUI Qt4 编程(第二版)》]

2009年6月14日 (日) 11:24的版本

编辑中


Qt是跨平台的C++图形开发框架,发家史/辛酸史详细去看[1],KDE环境就是用Qt开发的。


Qtcreator

Qt4.5后 附带的轻量级IDE开发环境。

安装

sudo apt-get install qtcreator


中文界面

如果安装的qtcreator是显示英文菜单,需要安装KDE的中文包才能显示中文菜单。

sudo apt-get install language-pack-kde-zh language-pack-kde-zh-base

待编辑

编译环境

Hello World

KDevelop

KDE开发的IDE,最新的稳定版是qt3.5做的,移植qt4的还在开发中。

安装

sudo apt-get install kdevelop


中文界面

如果安装的qtcreator是显示英文菜单,需要安装KDE的中文包才能显示中文菜单。

sudo apt-get install language-pack-kde-zh language-pack-kde-zh-base

Netbean

Eclipse

外部链接

维基百科对Qt的介绍

官方

Qt官方主页

Qt 源代码 [2]

Qt Labs

Qt 在线文档

教学与参考文件

Qt4 學習筆記 Qt 教學

社群

Qt 社群網站

google论坛

Qt中文邮件列表

Qt/Qtopia中文论坛

Qt中文论坛

Qt Everywhere

书籍

《C++ GUI Qt4 编程(第二版)》