The qml tag has no wiki summary.
9
votes
2answers
4k views
Qt Designer C++ or QML for GUI
I know that the use of QML is quite new in QT and I was wondering if I should design my application using QTDesigner or QML. I will be using a MVC pattern and my main concern if I use QML for the GUI ...
7
votes
4answers
1k views
What are the real-world benefits of declarative-UI languages such as XAML and QML?
I'm currently evaluating QtQuick (Qt User Interface Creation Kit) which will be released as part of Qt 4.7. QML is the JavaScript-based declarative language behind QtQuick.
It seems to be a very ...
6
votes
1answer
95 views
QML: Issue while renderring qml screen
I am facing problem while rendering QML screen on one of the development boards
On some of the screens I have throbber gif image where I can see the background color of the screen as shown in this ...
5
votes
2answers
738 views
4
votes
2answers
235 views
Horizontal listView inside Vertical Listview in qml
I want to make an horizontal listView works as a delegate for another veritcal listView, I've wrote the following code:
import Qt 4.7
Item {
id:main
width: 360
height: 640
...
4
votes
1answer
394 views
OpenGL rendering to a QML item
I have a QML file which 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.
Is anyone aware of how to do this?
4
votes
3answers
776 views
Image rounded corners in QML
To my surprise, the Image component has no radius property. I tried emulating the rounded corners by putting the image in a rounded Rectangle, but it does not clip the corners.
Rectangle {
...
3
votes
3answers
248 views
C++ SIGNAL to QML SLOT in Qt
I want to send a Signal from C++ to a Slot in my QML File.
I already got it working without and primitive type parameters, although if I want to send a QString to my QML Slot I get an error whilst ...
3
votes
0answers
167 views
QML translation
I try to use translation in QML. I opened a new project QtQuick project, I chose QtQuick Componenets for Symbian as a QtQuick Application Type. Qt Creator created a application source tree with all ...
3
votes
2answers
253 views
XPath - selecting node based on following sibling
I have a query like this:
/plist/dict[1]/dict/dict/dict/key/following-sibling::dict/string[string()='Algier']
What I really want to select is the 'key' node (just before the ...
3
votes
1answer
559 views
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 meaning that my event did not get handled; but I don't see why.
Maybe ...
3
votes
1answer
219 views
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 that would loock native on each platform app is compiled to? (mainly I wonder about linux, windows and Mac OS X)
3
votes
2answers
446 views
Is Qt Quick mature enough for large desktop applications? [closed]
I'm planning to write a program that is especially designed for tablets, the main platform is MeeGo (because I'm taking a contest).
Edited:
My program has following needs:
heavy C++ usage to deal ...
3
votes
4answers
1k views
Qml text wrap (max width)
I would like to put text inside a buble, and i want that my buble be egal to text width, but if text is too big, i would like text wrap automatically and be egal to parent width
this code work but ...
3
votes
2answers
310 views
QML/D text editor and basic considerations
I am going to code a text/code editor (GUI with QML and the rest in D*). But I have several problems:
I code the GUI with QML and C++ and then I connect it with a D-Backend for formatting etc. ...
3
votes
2answers
2k views
Communication between C++ and QML
This page shows how to call C++ functions from within QML.
What I want to do is change the image on a Button via a C++ function (trigger a state-change or however it is done).
How can I achieve ...
3
votes
1answer
780 views
Is it possible to make QML ListView cyclic?
I've implemented a simple list model and list delegate in QML, and now curious if it feasible to make the underlying list cyclic.
Here is the code snippet:
Common.MarketsListView {
id: ...
2
votes
1answer
60 views
QML loading , file not found
I am developing app for Android. And as some of members
suggested to use QML for gui design I came to this problem.
When I load app on desktop everything goes nicely. But problem is when
porting it ...
2
votes
2answers
58 views
Qt Creator, Symbian - how to package multiple aplications?
Problem background:
I have a Qt/QML Symbian application targeting Qt 4.7.4, that requires a QML Camera component. The current state of Camera component has a serious performance bug, where once ...
2
votes
0answers
41 views
QML/QT Openning Nokia Music Store on Meego
Do you know how to open Music Store from QML application to show specific song/album/artist or at least to search in it?
I've tried Qt.openUrlExternally(link) with various links but it still shows ...
2
votes
1answer
127 views
How to get an instantiated delegate component from a GridView or ListView in QML
My conundrum, phrased generally, is: through some action outside the GridView, I want to figure out the coordinates of a particular delegate item in the GridView based only on a particular model item ...
2
votes
1answer
133 views
Render Image into subclassed QDeclarativeItem using OpenGL
I am trying to perform several image manipulations using OpenGL ES 2.0 and display the output into a subclassed QDeclarativeItem which will then be used within my QML GUI.
I read through the answers ...
2
votes
2answers
61 views
Automating custom QTranslator contexts
Qt lupdate and QTranslator group source strings into exclusive contexts. This means that a translation defined in one context will not be accessible within a different context.
The default context ...
2
votes
2answers
130 views
Qml and blurring image
I want to achieve a blur effect using QML.
I found references about the "effect: Blur"(Example) but in Qt 4.8 this does not work.
As far as I know this is implemented with C++ code. But how?
2
votes
1answer
91 views
Does Meego Nokia N950 support C++ QML binding?
I want to communicate between C++ and QML on Meego. It happens using C++ QML binding as described in this link.
When I run an app on the Symbian platform it works, and data from C++ is available to ...
2
votes
1answer
86 views
Setting the SelectionDialog model to a model inheriting QAbstractListModel; no items displayed
I am having trouble with showing items from a model defined in c++ in a SelectionDialog in qml. I'm trying to make an application for the Meego operating system.
If I display the items in a ListView, ...
2
votes
1answer
78 views
How does one create a 'scale up, then down' animation in QML?
How does one create an animation where an item scales up in size, then scales down to its original size (think of a "bouncing ball" from a top/bird's eye view). So far I have only figured out how to ...
2
votes
1answer
112 views
Qt Symbian Fonts
I have created a Qt app for the Nokia Ovi store but I know want to update the font int the QML file, but just changing it in the designer doesn't change it on the symbian device. I have checked google ...
2
votes
1answer
56 views
Setting ChildrenRect width for grid in qml?
I need to know how to set the ChildrenRect height and width for a grid element??
Grid {
id: grid1
anchors.fill: parent
rows: 10
columns: 10
...
2
votes
0answers
154 views
qml viewer loading new window
I test the following code posted at 1
The qml viewer cannot open the new window and its progress is always 0.1 , what is the problem?
import QtQuick 1.0
import QtWebKit 1.0
Grid {
columns: 3
...
2
votes
2answers
134 views
Extending QML with PyQt4
I would like to write a QML Extension using only Python. I know how to do this in C++, but not in Python. Is this even possible? Here's a vague idea of what I'm looking for.
class NewToQML(QObject):
...
2
votes
1answer
69 views
Is there an API in QML similar to setMask() API of QT?
We want to make a particular region of a QML rectangle transparent.
In case of QT, to do the same thing, we have used the setMask API of QWidget.
Is there any API in QML which does the same.
What I ...
2
votes
2answers
157 views
Parent item with xpath in qml/qt
How do I get the parent for the current item in an xpath query in qml/qt ?
fn:parent() isn't implemented, ../ yes but doesn't work for me.
Seems like a focus problem.
xml example:
<groups>
...
2
votes
1answer
250 views
Split screen keyboard in Qt 4.7.4
Qt 4.7.4 documentation states this "Text input improvements – Support for split-screen virtual keyboard"
But, I couldn't find any information on how to use it in QML?
Can someone please help?
...
2
votes
2answers
368 views
RSS Parsing in QML
I wanna parse RSS feed with QML.
the feed structure looks like
<channel>
<item>
<title>
</title>
<description>
</description>
<media:content ...
2
votes
1answer
271 views
Qt QML How to format (highlight) text
I would like to write a simple plain text editor including simple markdown instructions in QML. Therefore I added a TextEdit-Element and a JavaScript Function for Syntax Highlighting.
As an example:
...
2
votes
1answer
110 views
C++ QT - opening text file operation failure
I'm using QT to develop my C++ application using QML as well.
Here's my code
QFile inputFile("data.txt");
//QFile inputFile("/:data.txt");
qDebug() << "Hello:";
if ...
2
votes
1answer
315 views
Warning about non-NOTIFYable properties in QML
I have a QML based application in Qt that generates some warnings at runtime:
QDeclarativeExpression: Expression "(function $text() { return pinyin
})" depends on non-NOTIFYable properties:
...
2
votes
2answers
430 views
Qt/C - QWebView - Loading Flash Lite plugin
I have problem loading Flash Lite plugin on N8
I have simple QWidget with QWebView inside, whole page (for example Youtube video) is loaded, but instead of video I see "Upgrade your flash player to ...
2
votes
2answers
512 views
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 ...
2
votes
2answers
149 views
Stretching element to contain all childs
How is it possible in QML to automatically stretch element so that all its childs fit in it? And how to specify spacing? For example, I would like to have a rectangle around a text. The rectangle ...
2
votes
2answers
983 views
Qt File Browser based on QML
It is easy to implement a file browser by using QFileSystemModel. But the listview UI is not pretty. So I want to implement a file browser using QML. the QML has model/view support. But how to ...
2
votes
1answer
739 views
Access dynamic QML objects from C++
Is anyone aware of how to access and store dynamically created QML objects from C++?
I used the following code suggested on Qt Site for creating dynamic QML objects and trying to store them in a QML ...
2
votes
2answers
757 views
QML Qt openUrlExternally
I've just discovered strange behavior when using this code
Qt.openUrlExternally(someurl);
I would like to let my users open facebook sharer url,
but I cannot use this code, as it does nothing.
...
2
votes
1answer
471 views
Looking for a parser for QML-format files
I need to do some static analysis of QML-format files (wiki), but I can't find any parsers for them. The only way I see is to reuse source code of the Qt Declarative module or write my own parser. I ...
2
votes
3answers
704 views
QML text scroll
I am using C++ and QML to create a nice interface.
I would like to have a "console view", where plenty to text is printed through time.
However, when the text of a text item or webview content grows, ...
2
votes
2answers
2k views
How do you access the roles of the currentItem from a listview in QML?
I'm trying to access a role from a ListView in QML. Essentially, I have this in my QML:
ListView {
id: myId
model: myModel
delegate: Item {
Text {
text: model.text
...
1
vote
1answer
29 views
How to set path to memory card of the mobile?
I am using latest qt version 4.7,where i developed an application on Audio Recording.
I need to set the path to memory card(ie,mass memory),I have seen links based on carbide link->How to run C++ ...
1
vote
0answers
24 views
Handling text elements of web pages using qml keyboard
I am using the Qt Web Kit 1.0 to open web pages. I have a keyboard available with me, written in qml. I want to use this keyboard to fill in the text into text boxes of the HTML pages.
Say, I opened ...
1
vote
1answer
14 views
How to set cookie with QWebview in QML?
I am using QWebView in QML. I want to show web site that needs authentication. Data should be passed via standard cookie.
Any help? Additional link or example would be great.
Thank in advance.