Is there any *updated* Qt Quick book?
Wow, usefull link, I think. But it’s too wide as argument range and not so deeply step-by-step as I’d like… but, of course, it’s a monumental enforce to write an high level and open source book as this.
View ArticleStarting to use qtquick and qml from an existing Qt Gui Application
Hi, I recommend creating a new Qt Project for Android, and then studying the files that are auto-generated for you. After that, Back up your old project Copy the files from the new project into your...
View ArticleQtQuick.Controls TableView
I am completely new to QML. Not able to find much examples of scrollviewstyle. Can you please give me an example how to use ScrollViewStyle along with tableview. Thanks & Regards, Narayanan
View ArticleQML TableView TableViewStyle
Hi all, I am trying to implement a tableview using Quick controls. Can anyone let me know how to use ScrollviewStyle for removing the scrollbars. Also, how to use TableViewStyle to change the...
View Article[SOLVED] QML and SelectionDialog
Actually I want it to use as a Combobox, because I have some problems with Combobox (don’t like it because cannot change style of dropdown). At the end, I’m going to create some custom comobox… Thank...
View ArticleQSqlTableModel, filter and spec. characters
I’m using exisiting SQLITE database and QSqlTableModel. My database tables have “special and latin characters” (č,ć.đ…), and select() return it all, but with setFilter() I have some problems. I read...
View Articlehow to add libsndfile library for read and write wav file in qt
hep please anyone telll me how to add libsndfile library for read and write wav file in qt step by step…..any help will be appreciated…
View ArticleConvert listelement role to string
Thank you very very very much for your help.Qmlscene is not available since i use nokia QtSdk and my target is symbian.I will update the title if i manage to match the string.
View Articlehow to add libsndfile library for read and write wav file in qt
Adding Libraries to Projects [qt-project.org]
View ArticleHow to use Drag.Automatic
Hi Guys, Just updated to 5.2 and eager to test external drag and drop but want to better understand Drag.Automatic. Right now I have this code sample: Item { ...
View Article[SOLVED] MultiTouch ASSERT: "itemForTouchPointId.isEmpty()"
Hello, the Problem is already solved in Qt5.2. It was a problem with the linux touch support in qtbase/src/platformsupport/input/evdevtouch/qevdevtouch.cpp and not QtQuick.
View ArticleQt Quick Components without Aero is displaying buggy (on windows)
I’m half way on my project. Qt Quick was awesome but when I change my theme in to a none Aero theme everything is buggy. Custom widgets are not displaying and updating correctly. Sometimes UI visual...
View ArticleQT 5.2 - Including / Importing a JavaScript Resource from Another JavaScript...
Is there no solution to this problem? Or does this problem only occur in my project? :)
View ArticleQt.resolvedUrl from included .js file (problems in 5.2)
Maybe it has something to do with the problem I described here: http://qt-project.org/forums/viewthread/36213/ For me the QT.include doesnt even work in 5.2. Maybe that is also your problem, which...
View ArticleAccess to item inside a GridView
I have a gridview with images. When an image is clicked a dialog appears, which is defined outside of the gridview. When the dialog is clicked, the state of the previously clicked image should be...
View ArticleQt Quick Components without Aero is displaying buggy (on windows)
Here a video record of screen update delay. This computer is much better than what I experienced in my home computer. Sometimes interface get updated sooner. Watch full video (1 minute)...
View ArticleQApplication::focusChanged analogue in qml
Is there analogue of/replacement for QApplication::focusChanged [qt-project.org] in qml?
View ArticleListView model in C++ not getting all elements
Hi all, I’m facing an issue with a listview that has a model built in c++. Here is how it works : In C++ I have a class, let say MyModel, that subclasses QAbstractListModel. This class has a QList...
View ArticleProblem with Listview in Listview
Hello, i have a main Page with a Listview, which allows me to switch between pages. Inside of a Page is another, smaller Listview. On the embedded linux system which Touch Input this dosen’t work. It...
View Article[solved]Button: checkable and checked not working
Hi experts! I recently started learning qml and I am now playing with the controls a bit. My goal is to have a checkable button. However, the property checkable doesn’t seem to have any influence on...
View Article