[Android] Running Monkey Test for QNotepad on Android Emulator
I try to run the monkey test for QNotepad on Android Emulator. The monkey test command is like this, #> adb shell monkey -p packageName -v 500 The packageNam …
difference
I try to run the monkey test for QNotepad on Android Emulator. The monkey test command is like this, #> adb shell monkey -p packageName -v 500 The packageNam …
Qt Lab 日前在 Blog 介紹了 BogDan 提供的 Qt Creator,叫做 Necessitas,其可以支援 Android 並整合 Qt Creator,各位可以看看安裝教學,應該很容易可以弄起來,在 Necessitas 上有很詳細的說明和 source code 下載位址。 Necessitas 可 …
一個簡單的實驗性程式,單純的文字編輯程式。 隨意分享出來,也順便看看各個 Open Source Project 管理網站的使用方式。 http://github.com/pickerweng/QNotepad http://gitorious.org/qnotepad http://sourceforge.net/p …
在沒有使用 IDE 環境的狀況下,當我們撰寫完 Qt 程式碼後,為了能夠編譯出可執行檔,這時我們可以使用 qmake 這個工具來幫助我們建立 Qt 專案檔及 Makefile 檔。 qmake 有兩種模式,一個是 project,另一個則是 makefile。 project mode 是協助使用者建立專案檔,而 ma …
If you want to let the Qt application can support landscape and portrait mode, you can set true for the WA_Maemo5AutoOrientation attribute in the application. [ …
Today I try to put my Qt application in the N900 device which is running Maemo OS. But I obtain the error message likes above, [sourcecode language=”text& …
1. Platform Note – Maemo 5 http://doc.trolltech.com/qt-maemo-4.6/platform-notes-maemo5.html 2. Maemo 5 Examples http://doc.trolltech.com/qt-maemo-4.6/exam …
Try to build a simple notepad application based on Qt. I use the QTextEdit widget to handle the inputted by user. Because a simple window may have a series of m …
Today, I learn to how to set a layout for QWidget. In this layout, I add two widgets SpinBox and Slider for Window . The two widgets should be connected each ot …
I learn to create a QPushButton and build a connection between clicked action and quit function.