Hi QtNext,


The Symbian style is only for Symbian mobile devices and therefore the default 
development screen is "phone size".



You may drag'n'drop the window bigger from the bottom right corner or you can 
change the default from

src/symbian/sdeclarativescreen.cpp

static const int DEFAULT_WIDTH = 360;

static const int DEFAULT_HEIGHT = 640;



I do not suggest you to build a desktop application with Symbian QML Components.



 -P



From: qt-components-bounces+pekka.e.jokela=nokia....@qt.nokia.com 
[mailto:qt-components-bounces+pekka.e.jokela=nokia....@qt.nokia.com] On Behalf 
Of ext qt next
Sent: 03 March, 2011 10:36
To: qt-components@qt.nokia.com
Subject: [Qt-components] symbian components on Desktop (Windows)



Hi,



I am trying to use Symbian qml components for a windows desktop application  
... it works fine and it's far easier than to create each button by hands ... 
But each time my application is started, the application has a phone size ... i 
don't understand how to bypass this : I use a standard QDeclarativeView ...



_______________________________________________
Qt-components mailing list
Qt-components@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-components

Reply via email to