|
2009-11-23
, 07:49
|
Posts: 19 |
Thanked: 13 times |
Joined on Oct 2009
@ Berlin, Germany
|
#2
|
|
2009-11-23
, 08:07
|
|
Posts: 18 |
Thanked: 12 times |
Joined on Nov 2007
@ Taranto, ITALY
|
#3
|
The Following User Says Thank You to gnuton For This Useful Post: | ||
|
2009-11-23
, 08:10
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#4
|
The Following 3 Users Say Thank You to qgil For This Useful Post: | ||
|
2009-11-23
, 08:25
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#5
|
|
2009-11-23
, 12:02
|
|
Posts: 35 |
Thanked: 37 times |
Joined on Nov 2009
@ Alcanena / Portugal
|
#6
|
|
2009-11-23
, 20:21
|
|
Posts: 1,665 |
Thanked: 1,649 times |
Joined on Jun 2008
@ Praha, Czech Republic
|
#7
|
The Following User Says Thank You to Andre Klapper For This Useful Post: | ||
|
2009-11-24
, 09:01
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#8
|
1) libqt4-core seems not to be in any repository, I can't "apt-get install libqt4-core" and "apt-get install libqt4-gui". The latter complains about missing dependency "libqt4-core". I think it was pre-installed on the N900. Where do I get it now?
2) How can I switch the Qt version when running an application? In scratchbox I can compile against 4.5 and 4.6, but when I tried to run the 4.6 application on the N900 it always told me that I can't mix different Qt version. That was why I removed the 4.5 packages, and then the application worked. Is it possible to have 4.5 and 4.6 installed on the device and choose one when running an application?
Back to the original topic, I recommend you top ask in the official support channel: http://qt.nokia.com/developer/qt-for-maemo-developers ("How to provide feedback"). Not only because there you ave the Qt 4.6 for maemo experts, but also because this way they realize easily the libraries are used by more developers, they put more attention to fixes and new releases, etc.
|
2009-11-24
, 15:26
|
Posts: 148 |
Thanked: 199 times |
Joined on Nov 2009
|
#9
|
After that, my stackable window implemented as a QMainWindow being child of another QMainWindow are not working anymore. The second level window appears but it does not have the back button but an X like the first level QMainWindow.
|
2009-11-24
, 15:32
|
Posts: 148 |
Thanked: 199 times |
Joined on Nov 2009
|
#10
|
I'm developing a small application on Qt for Freemantle. It basically a couple of QMainWindows to test the HildonStackableWindows and a QDialog.
I was using libqt4 and everything was working as defined except for the non hildonized menus and QListWidgets. I decided to upgrade to libqt4-maemo5 following the process described by the miniature team in http://wiki.maemo.org/Miniature/Deve...Qt4_for_Maemo5
After that, my stackable window implemented as a QMainWindow being child of another QMainWindow are not working anymore. The second level window appears but it does not have the back button but an X like the first level QMainWindow. Also it appears in the switcher as anothe application...
I have the same issue with my modal QDialog, it is no longer a hildon dialog but shows as a first level window...
Any clue?
Btw is there an updated example anywhere? Everything that I have found is quite old...
Regards and thank you in advance
Carlos
Last edited by cnavarro; 2009-11-23 at 08:01.