I usually have a .pri file per folder, which will contains all the header and source files inside. And then include the .pri file in the target .pro file.
Example:...
Type: Posts; User: benlaud; Keyword(s):
I usually have a .pri file per folder, which will contains all the header and source files inside. And then include the .pri file in the target .pro file.
Example:...
Hi all,
I would like to share my new OSS project for Qt and mobile to you. It is DQuest , a C++ ORM (Object-relational mapping) for Qt framework. It aims to provide a rapid development environment...
I have already tried to set the style sheet like :
color : white;
However , It only can affect the text color of action items , but it can't change the color of the ">>" button.
Hi,
I have wrote an application where the no. of tool buttons in QToolBar is too much that not able to display in a single line. In desktop Qt, it will show a ">>" button , press it will extend...
I like to add a .pri file to each folder , so that they will look like a library. If you include files from other directory in .pro/pri , it look quite ugly as it show the full path name . But my...
What if I live on a country not listed in the above links?
I have found the solution . QT Creator 2.1 supported to skip package creation . Enable this option will make QT creator copy the binary instead of the deb package to phone.
Hi,
When I still using Nokia Qt SDK (Beta) , madde is not bundled with the SDK and therefore it can not generate deb through SDK. Running an remote application will just copy the binary to N900.
...
hmm... What if I set landscape and portrait mode to the next window before it is shown? I have tested , but seem that it is not working...
Hi all,
I have an application that support auto orientation and use stacked window to transfer between pages. However, if it in portrait mode for first window , and then I switch to second window....
My method only work for Linux and Mac platform . As windows do not support symbolic link , and almost all library package use symbolic link. I would suggest Nokia / Trolltech to develop a packaging...
Nokia Qt SDK can not use the library in scratchbox. You need to install those library to Nokia Qt SDK by yourself. I have tried to search document on web , but seems that nobody talk about this...
2) I link OpenCV in my .pro by :
CONFIG += link_pkgconfig
PKGCONFIG += opencv
It could find the header and able to do auto complete for member function. However, it would depend on...
Did you tried phonon-mplayer backend? It works in desktop Linux and windows. But I haven't tested it on Maemo yet.
Thanks for the notification! Have reversed a seat.
I would like to develop application for N900 and use Qt 4.6 as the GUI library. But Qt 4.6 is not officially available on Maemo 5 yet. Can I still use it?
Thx