The Following User Says Thank You to slender For This Useful Post: | ||
|
2010-04-15
, 08:37
|
Posts: 3 |
Thanked: 0 times |
Joined on Apr 2010
|
#122
|
|
2010-04-15
, 15:17
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#123
|
|
2010-04-22
, 20:06
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#124
|
|
2010-04-22
, 20:09
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#125
|
I'm not sure. Has anybody said this in this Tread before?
I think we can set the Main Window size without any problem to 800x425 pixel and use the space for more useful applications.
Our Screen Resolution is 800x480 pixel. And the Top Menu is 55 pixel height.
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2010-04-25
, 21:14
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#126
|
import hildon
hildon.hildon_gtk_window_set_portrait_flags(self._get_main_window(), hildon.PORTRAIT_MODE_REQUEST)
|
2010-04-25
, 21:29
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#127
|
The Following 2 Users Say Thank You to attila77 For This Useful Post: | ||
|
2010-05-20
, 22:15
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#128
|
|
2010-05-21
, 08:47
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#129
|
import sys from PyQt4.QtMaemo5 import QMaemo5InformationBox from PyQt4.QtGui import QApplication app = QApplication(sys.argv) QMaemo5InformationBox.information(None, "Boxy !") sys.exit(app.exec_())
The Following 2 Users Say Thank You to attila77 For This Useful Post: | ||
Andreas Jakl, Qt Symbian Maemo Quickstart:
http://www.slideshare.net/NokiaAppFo...emo-quickstart
Looks like quite fresh.