qml
memory increase in meego when use PageStack
When I use pagestack to move between 开发者_如何学Cpages, the memory of device increases. Please see memory increase when use PageStack to see more clearly my problem[详细]
2023-04-09 22:22 分类:问答How can I load a external QML file in Qt Quick?
Ok like if I\'m trying to make something like a menu for a simple game. How can I make it so that when the start button is clicked it 开发者_StackOverflow中文版loads a different QML file?You can use Q[详细]
2023-04-09 20:55 分类:问答C++ and QML integration, can't seem to access properties
Ok. So I thought i had understood this completely, but obiously I have done something wrong and I can\'t for the life of me understand what. I\'ve followed the tutorials to the letter (i checked) but[详细]
2023-04-09 17:12 分类:问答QML - Move to top #TOP
I am using a Flickable which is embedded in a Rectangle. There is a button in the bottom of the rectangle.[详细]
2023-04-08 02:50 分类:问答How to simulate mouse clicks in QML?
I\'m trying to send a QMouseEvent to the QML objects being currently displayed. The QApplication::sendEvent() always returns false meanin开发者_Go百科g that my event did not get handled; but I don\'t[详细]
2023-04-07 07:38 分类:问答Facing Issue while using XMLHttpRequest with QML JavaScript
Facing Issue while using XMLHttpRequest with QML and JavaScript. I am calling JavaScript Function from a QML button click, In that JavaScript I am sending XMLHttpRequest to an server. But when I send[详细]
2023-04-06 22:19 分类:问答Can we declare global variable in QML file?
I want to do something similer to following code: //test.qml import QtQuick 1.0 Item { var globalforJs =10;[详细]
2023-04-06 12:58 分类:问答Weird behavior of JavaScript with QML
weird behavior of java script. I am trying to develop a simple example application using QT-QML and JavaScript.[详细]
2023-04-06 07:52 分类:问答lupdate - common single words in the ts file?
Im learning how to use QT\'s translate stuff for the first time for work. They already have things working to some degree and its my job to clean[详细]
2023-04-05 16:08 分类:问答show keyboard on focus qml
I\'m trying to show the keyboard when the view loads and the TextInput has focus. TextInput { id: textInput[详细]
2023-04-05 00:49 分类:问答