qml
qml MouseArea for button
Does anyone know how to create a button that is linked to Text (number)开发者_运维问答 and above its value as long as the button pressed?[详细]
2023-03-14 07:29 分类:问答QML: rendering problems after showMinimized()
Encountered the following problem with rendering in QML. I have implemented the \'minimize window\' button:[详细]
2023-03-14 01:23 分类:问答How to compile QtDeclarative without QtXmlPatterns, QtSvg and QtSql
I want to slim my application down (again). QtDeclarative depends on QtXmlPatterns, QtSvg and QtSql which I don’t use at 开发者_JAVA技巧all, so I’d like to compile the library without them.[详细]
2023-03-13 16:34 分类:问答Qml text wrap (max width)
I would like to put text inside a bubble, and I want that my bubble be equal to the text width, but if the text length is too long, I would like the text to wrap automati开发者_JAVA百科cally and be eq[详细]
2023-03-13 08:47 分类:问答QT/QML:How to show a message when the model has no data
I\'ve implement a simple Model View app, when there is no data in the model, the 开发者_运维知识库ListView is just a blank form. I want to know how to show a convenient message,telling that the model[详细]
2023-03-13 01:45 分类:问答Installing Qt Quick Components for Desktop for use with Qt Creator
I\'m trying to use Qt Quick Componen开发者_JAVA技巧ts for Desktop from http://labs.qt.nokia.com/2011/03/10/qml-components-for-desktop/[详细]
2023-03-12 00:24 分类:问答QML application window never appears while debugging with QTCreator
I`m trying to create simple QML application. I have QtSDK installed with latest QtCreator. So, i create new Qt Quick application. It launches well and shows \"Hello开发者_Go百科 word\" text. Then i tr[详细]
2023-03-11 18:13 分类:问答Problems loading a webpage into QML XmlListModel
import QtQuick 1.0 Rectangle { Component { id: delegate Text{text: title} } ListView { y:10 id: view anchors.fill: parent[详细]
2023-03-09 23:56 分类:问答QT QML import ListModel from C++ to QML
How can i change the model of a PathView with c++ code ? i add an objectName to my pathView to find it, then i change the property like this, but when i do that, my list is empty :[详细]
2023-03-09 17:13 分类:问答QML/D text editor and basic considerations
I am going to code a text/code editor (GUI with QML and the rest in D*开发者_JS百科). But I have several problems:[详细]
2023-03-09 09:25 分类:问答