| The Following User Says Thank You to s15mos For This Useful Post: | ||
|
|
2010-05-03
, 18:33
|
|
Posts: 12 |
Thanked: 12 times |
Joined on Apr 2010
@ Berlin
|
#62
|
| The Following 3 Users Say Thank You to mauricek For This Useful Post: | ||
|
|
2010-05-03
, 18:36
|
|
Posts: 12 |
Thanked: 12 times |
Joined on Apr 2010
@ Berlin
|
#63
|
| The Following User Says Thank You to mauricek For This Useful Post: | ||
|
|
2010-05-03
, 21:37
|
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#64
|
|
|
2010-05-03
, 21:47
|
|
Posts: 24 |
Thanked: 12 times |
Joined on Mar 2010
|
#65
|
|
|
2010-05-04
, 01:24
|
|
|
Posts: 455 |
Thanked: 782 times |
Joined on Nov 2009
@ Netherlands
|
#66
|
|
|
2010-05-04
, 09:00
|
|
Posts: 12 |
Thanked: 12 times |
Joined on Apr 2010
@ Berlin
|
#67
|

|
|
2010-05-05
, 18:45
|
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#68
|

WA_Maemo5PortraitOrientation is not a member of 'Qt'
|
|
2010-05-06
, 07:29
|
|
Posts: 12 |
Thanked: 12 times |
Joined on Apr 2010
@ Berlin
|
#69
|
#if 0 // these values are reserved for Maemo5 - do not re-use them
WA_Maemo5NonComposited = 126,
WA_Maemo5StackedWindow = 127,
WA_Maemo5PortraitOrientation = 128,
WA_Maemo5LandscapeOrientation = 129,
WA_Maemo5AutoOrientation = 130,
WA_Maemo5ShowProgressIndicator = 131,
#endif
#if defined(Q_WS_MAEMO_5)
w.setAttribute(Qt::WA_Maemo5PortraitOrientation, true);
#endif
| The Following User Says Thank You to mauricek For This Useful Post: | ||
|
|
2010-05-06
, 07:45
|
|
Posts: 385 |
Thanked: 426 times |
Joined on Dec 2009
@ Gothenburg, Sweden
|
#70
|
For those who were wondering about the Hildon style. The Qt Simulator does not have support for it due to the reason, that the style itself queries other libraries for stylehints etc. As we had needed to port all of those as well, this was considered to be too heavy then.
Should be better though as it will help more of the beginner developers like myself get up to speed with creating decent applications for the n900.