[Qt] QNotepad Source Code Released

一個簡單的實驗性程式,單純的文字編輯程式。 隨意分享出來,也順便看看各個 Open Source Project 管理網站的使用方式。 http://github.com/pickerweng/QNotepad http://gitorious.org/qnotepad http://sourceforge.net/p

[Qt] Use qmake to automatic create project file and Makefile

在沒有使用 IDE 環境的狀況下,當我們撰寫完 Qt 程式碼後,為了能夠編譯出可執行檔,這時我們可以使用 qmake 這個工具來幫助我們建立 Qt 專案檔及 Makefile 檔。 qmake 有兩種模式,一個是 project,另一個則是 makefile。 project mode 是協助使用者建立專案檔,而 ma