Tagged Questions
0
votes
0answers
13 views
How to use QML with pyQT?
I would like to implement few simple animation using QML scripting in my pyQT application. Is it possible with pyQT? Or do I need to go for Qt/C++ ?
0
votes
0answers
19 views
Populate QtQuick.LocalStorage DB using BASH or Python?
I'm in the need of creating a small database with tracks meta data for my QML Music application. Since there's no way of doing this easily with QML, and I don't know C++, nor am interested in learning ...
0
votes
0answers
25 views
QML, how to access sub-meta object
There are Widget.qml, Button.qml, Label.qml..
In Widget.qml, there is a Button meta, and In Button.qml, there is Label mata...
How can i access Label by Button in Widget...
0
votes
0answers
16 views
Cursor shape changed even over an overlapping rectangle in QML
With the following code, the green rectangle entirely overlaps the green rectangle, but when the mouse is over the (hidden) green rectangle, my cursor shape is still changed.
Any idea to prevent this ...
0
votes
1answer
27 views
Share equally the horizontal space in a QML Row
I need to share equally the horizontal space between all "buttons" in my Row.
I use this code with a Repeater.
Component {
id: buttonComponent
Rectangle {
height: buttonRow.height
...
-1
votes
0answers
70 views
Poor performance with Qt5 on a 'powerful' platform
I am trying to run some example codes using Qt 5.0.2 :
Basic OpenGl examples (eg. Boxes, Framebuffer object 2 example, overpainting etc)
With all these I am getting very poor performance and CPU ...
0
votes
2answers
27 views
qml takes mouse click but not taking touch events
I have a Qwidget inside of which, I have multiple children in the form of QmlApplicationViewer objects, each pointing to a different qml file.
Problem is, when I use mouse, all the qml files take ...
0
votes
1answer
44 views
Get signal from when media has ended Qt.Multimedia and QML
I'm creating a music app using only QML and it's going really well and I'm now working on the track queue. I'm using Qt.Multimedia to play the tracks and there is a property that could be used to play ...
0
votes
1answer
30 views
How to set a image source outside Component
I have a image showing up in a Dialog in my QML app, and I want to be able to change that image later on using onClicked, which I pass by a function to check if the variable I want in the new source ...
0
votes
1answer
39 views
Error: Cannot assign QObject* to QQuickItem*
I get this error when I try to show either a dialog or a popup in a tab. I don't understand why. In other apps I've made, it works, but I cannot see the difference between them.
What am I doing ...
1
vote
1answer
27 views
Dictionary in QML
I have a python code that sending a dictionary to my QML. I want to know how could I have keys of dictionary and length of dictionary in QML?
0
votes
2answers
32 views
Get meta data from delegated files using QML
I'm creating a music player for Ubuntu Touch in QML and I have some things I would appreciate some help with since I'm new to QML.
I have a list of tracks from a directory, but I want to show the ...
0
votes
1answer
27 views
Recursevly go trough delegated maps in FolderListModel (QML)
I'm creating a music player for Ubuntu Touch in QML and I have some things I would appreciate some help with since I'm new to QML.
The app are able to play tracks listed in the selected directory, ...
1
vote
0answers
35 views
Bitmap fonts in qt QML
I've a png bitmap with many "glyphs" drawn one after another and a text file that relates an ascii number with a position and size in this bitmap. The glyphs are hand-drawn using different colors and ...
0
votes
0answers
40 views
How to access ListView's current item from qml
I have an application that stores and edits notes. The list of notes is displayed in a listview like this:
Page {
id: noteList
title: i18n.tr("QNote")
visible: false
...
0
votes
1answer
68 views
PySide QML project on android
I have made an application over pyside and qml for pc and I am interested to know how I can run this on android tablet.
P.S.: My Program uses socket, threading and mongodb too.
0
votes
1answer
32 views
How to add scroll bar for an item that is larger than the screen resolution in qml?
I use QtQuick 1.1 and I have an item like this below:
Item {
id: myItem
width: 12345
height: 12345
//...
}
When I run my qml project, it doesn't show any scroll bar for this item ...
0
votes
0answers
39 views
How do you scrolling the ListView by percentage programmatically
I want to scrolling the QML's ListView in C++. So I decided to write a function to get the position of ListView in percentage, and write another function to set the position by percentage.
I found I ...
0
votes
1answer
75 views
Sort a QAbstractListModel derived model by role in QML ListView
I've created a QAbstractListModel derived model based on an underlying QHash. Since I need to use the model in QML, I cannot make use of the sorting functionality Qt widgets and views have integrated.
...
0
votes
1answer
26 views
I need to connect a ComponetA Signal to a method of another ComponentB
i need to create a ComponentC dynamically when a button of ComponentA is clicked and the ComponentC must be created in ComponentB that is not accessible through id from ComponentA.
So how is this ...
0
votes
0answers
44 views
get Item of QVariantList in QML
I send a QVariantList from pyside slot to my qml file
But i want to get QVariantList[0] and QVariantList[1]
(I want to get elements of it)
my qml file:
TextBox{
id: phoneNumber
...
0
votes
1answer
15 views
tried creating new project in V-play and running it but got 383 linking errors?
tried creating new project under "empty V-play project" and running it but got 383 errors.. all starting with "declspec(dllimport)"
btw I followed this guide to a T in setting up V-play if it helps..
...
0
votes
0answers
24 views
Multiple users interacting in QtQuick2
Does anyone knows if it is possible to have two interactive Flickable items simultaneously?
In other words, I want two users interacting each with one ListView in a multi-touch screen.
It seems that ...
0
votes
1answer
40 views
Make a private C++ function visible to Qml
I have been making my C++ functions callable from Qml by following the approach given in Qt documentation.
This require one of these conditions to be fulfilled :
Make the C++ function public and ...
0
votes
0answers
39 views
How do I paint selectable text (a.k.a Very slow TextEdit)
I use ListView and a custom delegate to display the timeline, but user can not select a piece of text and copy it.
Text {
id: statusText
color: "#333333"
text: {
if (tweetType == ...
0
votes
2answers
339 views
{ Qt5.0.2/QML/QtQuick2.0/C++ } Example Projects that run without errors?
My setup is Qt5.0.2 MinGW 32-bit.
I am looking for { Qt5.0.2 / QML / QtQuick2.0 / C++ } code project examples (not Qt Quick 1.0) that have actual C++ classes or at least a main.cpp .
I ran ...
0
votes
1answer
39 views
How do I set the minimum size of a QML widget?
I'm using a QDeclarativeView to display a QML widget. How do I set the minimum height of the QDeclarativeView/widget, so it doesn't get smaller then I want? I'd like to be able to bind it to the ...
0
votes
1answer
130 views
{ Qt5.0.2/QtQuick2.0/C++ } What is the right way to make a class outside main.cpp to use QtQuick2ApplicationViewer?
I want to make a C++ application that uses QML for dialog UI.
I am trying to put my UI code outside main.cpp, so that I can later separate it to run in a thread.
I build & run: No errors in ...
1
vote
1answer
185 views
Pyside or PyQt support Qt 5.0 and Qt Quick 2
Did Qt 5 and Qt Quick supported by last Version Pyside or PyQt ?
0
votes
1answer
59 views
QML: How to delete an objects created with Qt.createQmlObject?
I have some objects created in QML code with
Qt.createQmlObject (...)
How can I delete/remove these objects?
1
vote
1answer
49 views
QAbstractListModel crashes
I'm using QAbstractListModel to expose data to QML ListView. QML SectionScroller is used beside this, which uses get and data functions.
After some time of scrolling, a crash is experienced. The ...
1
vote
1answer
111 views
QML: How to draw multiple Rectangular's in random places?
I want to draw many Rectangular's inside a QML. The coordinates for Rectangulars (x,y) will be calculated inside C++, and need to be passed to QML.
I tried to look for ListView or Column or Row ...
0
votes
1answer
52 views
How to stop the transition animation in QML?
There is window, its layout designed by states and transition. we know that when the state change, the transition-animation will start automatically, but when the transition animation doesn't ...
0
votes
1answer
81 views
QML: aliases to children properties
I created dialog and trying to add some aliases to change it title and text:
import QtQuick 2.0
import Ubuntu.Components 0.1
import Ubuntu.Components.Popups 0.1
Item {
signal confirmed;
...
0
votes
1answer
91 views
Custom fonts only works the first time QML
I am really struggling with this and not sure how to solve this issue.
Here is the code.
I am running this on symbian ^3 (belle)
I have 2 custom fonts that i need to use.
In the example below i ...
0
votes
2answers
77 views
send 2d array integer data from c++ to qml
Ive been searching whole day, but this questions bothers me so much.
Im creating a game (similar to "Lines") and im attempting to save the grid state (0 - if clear, > 0 - if stored some ball). I ...
0
votes
1answer
155 views
Crash on using the opengl graphics system
I have made a Qt/Qml Application which works fine in the raster mode.
QApplication::setGraphicsSystem("raster");
But as soon as I change it to opengl, it crashes with the following messages:
...
0
votes
2answers
60 views
Request the keyboard focus from a QML-Rectangle in c++
currently I am trying to set the key-board focus of a simple QML-rectangle in c++. A sample:
Rectangle {
Keys.onUpPressed: {
console.log( 'Key up was pressed');
}
}
If the ...
0
votes
1answer
34 views
Very strange QML Error
file:///home/biergaizi/WeCase.commit/src//ui/SmileyDelegate.qml:6:5:
QML Column: Cannot specify top, bottom, verticalCenter, fill or centerIn
anchors for items inside Column
Why I got that? I ...
0
votes
1answer
45 views
How can I paint on a specific pixel in BlackBerry 10, Qt QML Cpp
I simply want to paint a 1 pixel dot on a specific point on the screen. Is there anyway to do that? In QML or cpp?
0
votes
1answer
65 views
Error while set up absolute image path in QML/QT (under Windows)
under windows i can not load images with a absolute file path in QML.
Everytime i get the following error:
QML Image: Cannot open: "file//d/folder/image1.jpg"
Under Ubuntu it works perfect.
The ...
1
vote
1answer
170 views
Autocomplete and suggesstion in QML textInput element
I have a QML textInput element like this:
TextBox.qml
FocusScope {
id: focusScope
property int fontSize: focusScope.height -30
property int textBoxWidth: parent.width * 0.8
property ...
0
votes
0answers
86 views
QT QML Gridview How to limit items shown?
I'm a QT newbie, i have learned to use grid view by connecting a list model. I want to limit the active viewing images to be just 4 instead of all the items in the list model
Rectangle {
id: Rect1;
...
1
vote
1answer
48 views
QTransform quadToQuad always returning false
I'm trying to use quadToQuad to transform coordinates so I can draw a pixel on a resized image, and transfer that coordiantes back to the original image.
For a sample purpose, I made 2 rectangles, ...
0
votes
1answer
58 views
QML Repeater itemAt not working
I have defined a grid like below using repeater
Grid {
id: grid
x: 8;y:8
clip: true
smooth: false
rows: 6; columns: 6; spacing: 3
Repeater {
id:table
model:36
...
0
votes
1answer
39 views
qml file not work in qrc?
platform: win8, qt5.0
this->engine = new QQmlEngine;
this->component = new QQmlComponent(this->engine, ":/Foodie.qml");
this->mainWindow = new QQuickWindow;
...
0
votes
0answers
74 views
QML ListView and Segmentation fault
I'm using a QML ListView with a SectionScroller & QAbstractListModel. I noticed that I get a Segmentation Fault in memcpy (never called explicitly) when I'm normally scrolling (without usage of ...
2
votes
1answer
284 views
Qt QML data model doesn't seem to work with C++
I've been working with the examples in http://doc.qt.digia.com/4.7/qdeclarativemodels.html which is the Qt page on QML declarative data models. In particular, I'm working with the objectlistmodel ...
1
vote
1answer
55 views
QML examples doesn’t run on Windows CE
I built the Qt 4.8.4 examples targeting Windows CE ARM4I platform, everything works well except those examples including QML. They just don’t run without error message and I couldn’t figure out what ...
1
vote
1answer
32 views
declarative alpha changer
I'd like to write a QDeclarativeItem FadeEdges that I instantiate from QML, such as in this example:
FadeEdges {
Text {
id: sometext
text: "some text"
}
}
After sometext repaints, I'd ...







