qt-quick
ListElements (ListModel) defined in other qml files?
I got a fonctionnal ListModel defined like this : ListModel { id: leftGrid ListElement { icon: \"Images/1.png\" }[详细]
2023-04-11 04:26 分类:问答QtQuick, QML-based application contents invisible
I have created a simple QtQuick application in QtCreator (based on QtSDK 4.7.3), which builds successfully and runs from within the QtCreator IDE without any problems.[详细]
2023-04-03 22:22 分类:问答file or directory not found for "UIConstants.js"
In Hamattan Application Project in Qt Creator. when I\'m trying to import: import \"UIConstants.j开发者_开发知识库s\" as UIConstants[详细]
2023-03-31 04:09 分类:问答Twitter update returning 401 Unauthorized when run in QML, but works first time only on desktop Java
I am implementing a twitter post client in Qt Quick/QML, using Javascript for app logic. I have successfully completed the first steps of the oAuth procedure, and have obtained the oAuth token and se[详细]
2023-03-28 22:53 分类:问答Qt.openUrlExternally() sometimes works on Symbian^3 and sometimes not, why is this?
I am having some difficulty with Qt.openUrlExternally on Symbian^3.Sometimes it works, sometimes not, and I can\'t find any pattern to it.[详细]
2023-03-26 19:30 分类:问答QML: Simple word wrap with TextEdit element?
I\'m just a beginner to QML and I wanted to make a simple example, which contains just one Rectangle with a TextEdit element:[详细]
2023-03-23 16:07 分类:问答Calling methods in qml - javascript from c++. Scope problem
I want to call a method in qml - javascript from c++. Basically I think that I have done everything that is said in documentation.[详细]
2023-03-23 12:05 分类:问答QtQuick, QML - How do I copy one Item's child to another?
Using QML, I\'d like to copy one Item\'s child to another. Here\'s what I tried: Item { id: itemOne; Component.onCompleted: {children.push(itemTwo.children[0]);}[详细]
2023-03-18 04:25 分类:问答QT QML play Video 2 times (replay)
I would like to play my video 2 times, When i call the function playVideo the video is play 1 time, When the video is finish, i make my video element not visible.[详细]
2023-03-17 03:23 分类:问答Different transition animations between the same two states
Is it possible to use different transition animations between two states in a QML component? The following example doesn\'t work and the program crashes (segmentation fault on Linux):[详细]
2023-03-15 09:28 分类:问答