![]() |
Re: QML and SelectionDialog
Is there a prebuilt "OK" dialog in qml, like this: http://www.roseindia.net/java/exampl...eDialogBox.gif
? Thanks in advance EDIT: QueryDialog seems to work great. |
Re: QML and SelectionDialog
Hi,
I want the selecttrack Button to hide when a checkbox isn't checked. my code is: Code:
import QtQuick 1.0 Code:
.../MainPage.qml:42:13: Cannot assign to non-existent property onTracksrcChanged: |
Re: QML and SelectionDialog [and other QML-related questions]
tracksrcChanged is a signal in Column
you can not access it within Code:
Button { selecttrack The easier solution would be: Code:
Button |
Re: QML and SelectionDialog [and other QML-related questions]
Quote:
I've got one more question: is there something like vertical spacer in QML, so that I don't have to hardcore any pixel heights? |
Re: QML and SelectionDialog [and other QML-related questions]
Quote:
|
Re: QML and SelectionDialog [and other QML-related questions]
Quote:
Quote:
|
Re: QML and SelectionDialog [and other QML-related questions]
Which component should I use to have look as used in the MeeGo Settings control panel?
How can I get the default height of a button? thanks in advance |
Re: QML and SelectionDialog [and other QML-related questions]
Quote:
Quote:
Quote:
|
Re: QML and SelectionDialog [and other QML-related questions]
Quote:
I have another problem. I have this class: Code:
typedef QString lyricsDownloaderString; Code:
Q_DECL_EXPORT int main(int argc, char *argv[]) Code:
import QtQuick 1.1 Code:
import QtQuick 1.1 Code:
import QtQuick 1.1 Code:
TypeError: Result of expression 'azdownloader.setData' is not a function EDIT: I forgot to add Q_OBJECT macro |
All times are GMT. The time now is 07:29. |
vBulletin® Version 3.8.8