忘記密碼?

Blogs about: Qt

酷網誌

在VC中利用Qt Designer建立自訂的slot1 comment

chia0418 wrote 6 months ago: Qt自己出了個IDE,Qt Creator,支援GNU的編譯器與GDB除錯器 整合度之高,感覺真像是先前使用Borland C++ Builder的經驗一樣 不過,假如已經習慣了VC的編譯環境,就只能 … more →

標籤: Add-in, QT Designer, Visual Studio

QT_Sample_14

jerry550409 wrote 7 months ago: QT_Sample_14 This is the final example: a complete game. We add keyboard accelerators and introduce … more →

標籤: 未分類

QT_Sample_13

jerry550409 wrote 7 months ago: QT_Sample_13 In this example we start to approach a real playable game with a score. http://doc.trol … more →

標籤: 未分類

QT_Sample_12

jerry550409 wrote 7 months ago: QT_Sample_12 In this example, we extend our LCDRange class to include a text label. We also provide … more →

標籤: 未分類

QT_Sample_11

jerry550409 wrote 7 months ago: QT_Sample_11 In this example we introduce a timer to implement animated shooting. … more →

標籤: 未分類

QT_Sample_10

jerry550409 wrote 7 months ago: QT_Sample_10 In this example, we add a force control. … more →

標籤: 未分類

QT_Sample_09

jerry550409 wrote 7 months ago: QT_Sample_09 http://doc.trolltech.com/4.1/tutorial-t9.html In this example we become graphic by draw … more →

標籤: 未分類

QT_Sample_08

jerry550409 wrote 7 months ago: QT_Sample_08 In this example, we introduce the first custom widget that can paint itself. We also ad … more →

標籤: 未分類

QT_Sample_07

jerry550409 wrote 7 months ago: QT_Sample_07 CODE: http://doc.trolltech.com/4.1/tutorial-t7.html Qt會利用Meta-Object System,來處理自行定義的sig … more →

標籤: 未分類

QT_Sample_06

jerry550409 wrote 7 months ago: QT_Sample_06_Building Blocks Galore! code: http://doc.trolltech.com/4.1/tutorial-t6-main-cpp.html … more →

標籤: 電腦

QT_Sample_05

jerry550409 wrote 7 months ago: #include <QtGui/qapplication>#include <QtGui/qpushButton>#include <QtGui/qfont>#in … more →

標籤: 電腦

QT_Sample_04

jerry550409 wrote 7 months ago: QT_Sample_04<!– Code highlighting produced by Actipro CodeHighlighter (freeware)http://www. … more →

標籤: 電腦

QT_Sample_03

jerry550409 wrote 7 months ago: QT_Sample_03 #include <QtGui/qapplication.h>#include <QtGui/qpushButton.h>#include <Q … more →

標籤: 電腦

QT_Sample_02

jerry550409 wrote 7 months ago: QT_Sample_02 #include <QtGui/qapplication.h> #include <QtGui/qpushButton.h> #include … more →

標籤: 電腦

QT_Sample_01

jerry550409 wrote 7 months ago: QT_Sample_01 #include <QtGui/qapplication.h> #include <QtGui/qpushButton.h> int main(int … more →

標籤: 電腦

安裝QT4.5.0_VS2008

jerry550409 wrote 7 months ago: http://chia0418.wordpress.com/2008/04/13/%e5%ae%89%e8%a3%9d-qt-43-%e4%bd%bf%e7%94%a8-visual-c-2005/ … more →

標籤: 電腦

把 Qt 包進 VC - Visual Studio add-in2 comments

chia0418 wrote 8 months ago: 話說這個Visual Studio add-in,如果沒記錯的話 先前可是要在commercial授權下的Qt才有的功能呢!(口水直流…) 還記得uic與moc嗎?有了Visual Stu … more →

標籤: Visual Studio

Qt初體驗

jiashyang wrote 1 year ago: Qt 略有所聞,只是很少接觸,以下是用Visual C++ 6.0 的 nmake 安裝 Qt 的過程,目前可能無法記載很詳細,因為暫時想看看怎麼用 Qt 來寫 UI。 Qt source for w … more →

Qt 小工具, uic 與 moc13 comments

chia0418 wrote 1 year ago: 在用Qt寫程式的時候,最簡單的編譯方式是Qt三部曲 qmake -project qmake make 不過,對於在Visual Studio的整合環境下 寫個程式最後還要切出去玩Qt三部曲 那不是累 … more →

標籤: ui compiler


Have your say. Start a blog.

See our free features →

相關標籤
全部 →

Follow this tag via RSS