qml
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 分类:问答How do i use existing qml file in qt creator?
I download some qml templeates from nokia\'s website. Now i want to test them. How can i import qml file into my empty project?[详细]
2023-03-16 17:55 分类:问答qt QDeclarativeListProperty add item from qml application
开发者_如何转开发is there any why to add item to QDeclarativeListProperty from qml file at run time?[详细]
2023-03-16 15:02 分类:问答Qt rendering using OpenGL
I\'m working on a QML application for an embedded platform which includes a GridView widget containing images. It\'s important for me that scrolling through the GridView will be smooth and will not pu[详细]
2023-03-16 02:53 分类:问答Qt quick project - how to invoke cpp function in qml file?
I\' ve created quick project in Qt, selected from wizard at the begin, when Qt creator is started. Qt creator create project. There are qmlapplicationvierwer subproject and qml files in main project.[详细]
2023-03-16 02:40 分类:问答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 分类:问答cut a program in three files QML (Model / View / Controller)
I want to separate my program into 3 QML files: One QML file that contains the data model (XMLlistModel), another that includes the views (ListView开发者_如何学Go), and the third to launch the program[详细]
2023-03-15 02:36 分类:问答QDeclarativeExtensionPlugin communicating with QML
I am Writing a MeeGo Process viewer application, and I am having trouble getting the QML and the c++ communicating.[详细]
2023-03-14 19:34 分类:问答Is QML the way to go if designing a game in Qt?
Was looking into making a game with Qt and was wondering if QML has gotten to the point yet where it could be used as a serious tool on the desktop.Have seen some post from Qt stating that they will b[详细]
2023-03-14 18:22 分类:问答