how to use qt quick and qml
hey anyone tell me how to use qt quick and qml in qt creator………..i have no idea so please tell me from basics…….
View ArticleHow to put a particles(from ParticleSystem) in an custom user figure?
Thanks, but then I have to create a separate image for each screen resolution.. So, It’s not suitable for me. Is there a way to create my own shape qml type(TriangleShape, PolygonShape)?
View Articlehighlight property of ListView stretch
The documentation states: “An instance of the highlight component is created for each list. The geometry of the resulting component instance is managed by the list so as to stay with the current item,...
View ArticleHow can I report a BUG of the QML Flickable ?
How can I report a BUG of the QML Flickable ?
View ArticleIs the memory leak in QQmlEngine::clearComponentCache() fixed ?
Is the memory leak in QQmlEngine::clearComponentCache() fixed ?
View ArticleListView Sections
Ok, You have to use QtQuick `ListView` type for list in that order and `Image` type of placing image before the list. Here’s the general code: Rectangle { ListModel { ...
View ArticleHow can I report a BUG of the QML Flickable ?
Hi, On the bug report system [bugreports.qt-project.org] Don’t forget a simple compilable example to reproduce the behavior
View ArticleIs the memory leak in QQmlEngine::clearComponentCache() fixed ?
Hi, You should look at the bug report system [bureports.qt-project.org] if you don’t find the answer there then ask on the interest mailing list. You’ll find Qt’s developers/maintainers there (this...
View ArticleNewB wants to learn QML
I would like to learn QML programming, but hand coding, not using the RAD. I have seen many videos of people programming using hand-coding and I cannot stop wondering how I can learn to hand code using...
View Articleadding scroll indicators to ListView
Hi, i am wondering about adding scroll indicators to ListView. What i mean saying scrool indicators ? I mean not scroll bar, but two arrows one on the left side of the list, one on the right side of...
View ArticleDeveloping for different platforms
Hi, I’m working on an application in QML and I want to make it look and work natively on Ubuntu Touch. Ubuntu has prepared some components and functions to achieve this. But I also want my application...
View ArticleTableView and items [solved]
Hello, I wanted to know if it’s possible to put something else than string or number into a TableView ? Like a checkbox or a ComboBox. I tried to search for examples but I can only fine ListView doing...
View ArticleTableView and items [solved]
Yeah that’s it ! Ok I get it, i didn’t think about putting the delegate directly into the TableViewColumn :) Thank for this !
View ArticleNewB wants to learn QML
I tend to do hand-coding for my presentations. Introduction to Qt Quick Controls [youtube.com] “Rapid UI development”: https://www.youtube.com/watch?v=YdljU3j67Qc
View ArticleNewB wants to learn QML
Thank you so very much. That information is EXACTLY what I was looking for. I now have so much to learn this weekend. Sweet, kids, just sweet.
View ArticleReturning and Enum to QML using a Q_INVOKABLE method
Is it possible to pass enums from a C++ Q_OBJECT class using Q_INVOKABLE to a QML implementation. There is an error that I am getting with it: main.qml:185: Error: Unknown method return type:...
View ArticleReturning and Enum to QML using a Q_INVOKABLE method
Hi and welcome to devnet, Did you register your enum ? See this thread [qt-project.org] for an example
View Article