qml
Importing a file in Javascript using Ubuntu
how do I import a file in Javascript on Ubuntu? Here is my current code: TextFile.js var file = null; function createFile()[详细]
2023-04-13 07:58 分类:问答OpenGL rendering to a QML item
I have a QML file wh开发者_运维技巧ich contains a layout of QML items and now I want one of those items to be a QGLWidget. i.e. I want to render to a specific QML item.[详细]
2023-04-13 06:15 分类:问答Calculation in a QML file?
I got the following code that doesn\'t work (in a QML file - PixelAdapter.qml) : Item { id: pixelAdapterId[详细]
2023-04-12 19:10 分类:问答meego cannot play mp3 file
I tried to implement SoundEffect from QtMobilityKit in QML to play music file in Meego Harmattan. I found that it can only play .wav file.[详细]
2023-04-12 15:38 分类:问答QML plugin doesn't work with shared dependencies
Good day! I have Qt 4.7.3, simple QML plugin and several boost libraries, used by this plugin. In MacOs 10.5 & WinXp this plugin can\'t be loaded if shared boost libraries were used.[详细]
2023-04-12 06:48 分类:问答ListElement fields as properties?
Here is my code : import QtQuick 1.0 ListModel { property real firstValue: 2 property real secondValue: 3[详细]
2023-04-11 09:43 分类:问答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 分类:问答How can i make a Qt Quick (QML) ListView Item unselectable?
Can I make a QML Item contained into a ListView object unselectable? Something like this for(var i=0; i < ListView.model.count; i++) {[详细]
2023-04-10 23:00 分类:问答xml base and relative query combination in qml
I have the following xml : <response> <id>...<开发者_开发百科;/id> <category_id>...</category_id>[详细]
2023-04-10 12:24 分类:问答No redraw of QML view in 64bit Win7 (update() in QDeclarativeItem is ignored)
I work on a QML-based UI where some elements are implemented in C++ plugin. Everything worked fine so far in WinXP 32bit and Win7 32bit. Last week I got new laptop with Win7 64bi开发者_如何学Pythont o[详细]
2023-04-10 12:16 分类:问答