Resize rectangle when the main qml view resized
Can you post the complete example, so that we get a better understanding ?
View ArticleMenu Navigation - problem with nesting ListModels
Hello dear community, I have a little big problem with my menu navigation. I just wanted to make a navigation using ListModels and one ListView. My idea was to change the model of the ListView when an...
View ArticleHow to Learn QML step by step
Hi, This [qmlbook.org] comes to mind for a starting point Hope it helps
View ArticleTableView horizontal orientation
How to change the orientation of the table to horizontal? I need the headers to be on the left side of the table. And I want to set roles for rows instead of columns, but I can’t find TableViewRow
View Article[SOLVED]Read Image from Android Storage in Qml
Hi I need to read an image from(ex: “/storage/sdcard0/DCIM/IMG_001.jpg”) internal storage of android mobile to qml image source..I tried various ways..I could not do this.Please help me with ur ideas...
View Article[SOLVED]Read Image from Android Storage in Qml
hi thanks…it works fine.. here is code.. source: “file:///storage/sdcard0/DCIM/IMG_001.jpg” Thank u so much :-)
View ArticleThe sliding menu in QML
Good day! I need to make the sliding menu! I have used this lesson [blog.tube42.se]. But that’s not all I wanted to do! I need to make a menu that shows not only when you press a button, but using a...
View ArticleThe sliding menu in QML
look here Slide….. https://github.com/strahlex/QtQuickVcp/blob/master/src/controls/ https://github.com/strahlex/QtQuickVcp/blob/master/src/controls/
View ArticleTrouble with examples
I’m new to Qt and have recently installed v5.3.1 on Windows XP sp3. To familiarize myself with the system, I have tried some of the examples. Most work fine, but a few give errors, don’t work...
View ArticleTableView rowDelegate highlight problem
Hello! I would like to have a TableView which can show a contextMenu if the user clicks the right mouse button on an item. So I wrote my own rowDelegate with a MouseArea. Selecting and showing the menu...
View Article[solved] How to check for null contextProperty in QML?
Interesting find. Thanks for sharing :)
View ArticleTrouble with examples
I downloaded qt-opensource-windows-x86-msvc2010_opengl-5.3.1.exe. Resizing the dialog has no effect (except that the unintelligible text gets smaller). I’m using the Intel HD on-board graphics (ASUS...
View ArticleAnimate injection to column so that injected item pushes the rest down (a'la...
Hi all I am trying to clone iOS7 Contacts app (mostly for studying how well QML is fit for quick prototyping iOS apps) – https://github.com/amarchen/CuteContacts-iOS Right now I am trying to replicate...
View ArticleStoring, loading and working with dynamically created QML objects
Hi, Any specific reason you want to use createComponent ? You can instead directly assign a QML to source of the Loader For eg. workspace.source = "WorkSpace.qml"...
View ArticleUpdating Local Storage in WorkerScript
Yes if you are familiar with c++ go for c++ for such this job. Personally i would always opt for c++ over javascript wherever possible.
View ArticleQt3D installation
Hi, Qt 3D is undergoing a major rewrite and is not ready for release yet. See this post: http://lists.qt-project.org/pipermail/development/2013-February/009853.html What are you planning to do? If it’s...
View ArticleTableView rowDelegate highlight problem
Well, it turned out it was a simple problem after all. You have to call selection.clear() before calling selection.select.
View ArticleCannot display qsqlquerymodel to a qml list view
int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); ...
View ArticleAnimate injection to column so that injected item pushes the rest down (a'la...
I used it just because I didn’t need extra scrolling area services from ListView Well you can disable scroll using interactive [qt-project.org] property.
View Article