I have tryed to use import Qt.labs.components 1.0 instead of import
com.nokia.symbian 1.0  but I have an errror :  TabBar is not a type
what is the correct way to use Qt components on desktop ?

2011/3/3 qt next <qtn...@gmail.com>

> 1)- seems strange that using Symbian component change size of the
> QdeclarativeView .... quite not intuitive ..
> 2)- I use Symbian Components because it seems that most of git work is done
> on Symbian, so I imagine it's best working ? which import do I need to use
> for desktop ?
>
>
>
> 2011/3/3 J-P Nurmi <jpnu...@gmail.com>
>
> On Thu, Mar 3, 2011 at 12:36 PM,  <pekka.e.jok...@nokia.com> wrote:
>> > 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.
>> >
>>
>> Hi Pekka,
>>
>> Please consider allowing applications to resize the window. It's just
>> bad to override anything that was set (I'm sure there's some possibly
>> undocumented Qt::WA_Xxx to find it out if nothing else), with some
>> _hard coded_ size. :( I understand that Symbian is the main target
>> platform for this particular component set, but it would still make
>> sense to keep it as "cross-platform" as possible.
>>
>> --
>> J-P Nurmi
>> _______________________________________________
>> Qt-components mailing list
>> Qt-components@qt.nokia.com
>> http://lists.qt.nokia.com/mailman/listinfo/qt-components
>>
>
>
_______________________________________________
Qt-components mailing list
Qt-components@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-components

Reply via email to