qml
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 分类:问答Change QML font.pointSize in C++
I have managed to change the \"color\" property of QML text with C++ using this: theText->setProperty(\"color\", \"red\");[详细]
2023-03-26 18:21 分类:问答Qt: calling slot from QML crashes app [data abort exception]
I\'m working on a Qt mobile app for the symbian platform. I have a function that changes the current screen displayed, this function is a slot and thus can be called from C++ side and from QML.[详细]
2023-03-25 05:46 分类:问答How to fill a box2d-qml polygon with a color?
I have box2d and qml working together nice. I am generating a polygon like this Polygon{ vertices: [ Qt.point(6, 22),[详细]
2023-03-25 04:12 分类:问答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 分类:问答How can i check network connection on qml?
I want to check if there is network connection when my app start under splash screen.Splash doesnt important, important point is how can i check network connection in qml? Solution ca开发者_StackOverf[详细]
2023-03-22 03:15 分类:问答Qt Quick how to create a button that will loock native to each OS app is used in?
What I need is simple: qml way to create a button 开发者_如何学Pythonthat would loock native on each platform app is compiled to? (mainly I wonder about linux, windows and Mac OS X)There\'s nothing bu[详细]
2023-03-20 21:37 分类:问答QML widgets in QWidget
I\'ve a QWidget and I\'ve some Simples Controlls like Button, ProgressBar, TextEdit etc.. done in QML which I am taking from QML Examples. I was reading http://doc.qt.io/archives/qt-4.7/qtbinding.html[详细]
2023-03-18 06:09 分类:问答RUN button no enable in QtCreator for QML project
I am using QTCreator 2.2.1, based on QT 4.7.4(32 bit) on Windows XP. I made a QML project from new -> QML project menu but the RUN button is not enable. How 开发者_开发问答do I run QML project.Have yo[详细]
2023-03-18 04:36 分类:问答