![]() |
Re: QML and SelectionDialog
Quote:
|
Re: QML and SelectionDialog
Quote:
|
Re: QML and SelectionDialog
Quote:
http://harmattan-dev.nokia.com/docs/...go-window.html |
Re: QML and SelectionDialog
Quote:
But somehow the hildon status menu is still shown. changing showExpanded() to showMaximized() doesn't work. thanks in advance. Here's my main.qml Code:
import QtQuick 1.0 |
Re: QML and SelectionDialog
Quote:
Code:
PageStackWindow |
Re: QML and SelectionDialog
Quote:
Is there any way I set the width of the buttons to be resized as the screen rotates? With Column only I set Code:
width: parent.width Code:
screen.width |
Re: QML and SelectionDialog
Quote:
I finally worked it out with Code:
property int screenwidth: (screen.currentOrientation == Screen.Landscape) ? screen.displayWidth : screen.displayHeight Files are: main.qml - the main one, only PageStackWindow mainView.qml - Page used by main.qml And I'm getting Code:
Can't find variable: mainView Code:
import "." thanx in advance |
Re: QML and SelectionDialog
No need to import your own qml-file
as long as it is in the same directory. How does your main.qml file looks like? The one with the pagestackwindow must have set the initialPage property. Here is a simple example http://harmattan-dev.nokia.com/docs/...etutorial.html |
Re: QML and SelectionDialog
Quote:
So after that you can use it in main.qml like: Code:
PageStackWindow { |
Re: QML and SelectionDialog
Quote:
|
All times are GMT. The time now is 07:33. |
vBulletin® Version 3.8.8