Own window frame for the application
The application has built on the basis QQuickView. How to delete system frame and create own frame?
View ArticlePostioning API (Qt 5.2 RC1) has no Android backend?
Someone can confirm/confute that? If that so, how we can work with GPS from Qt 5.1/5.2 application? I did several test on real Android device using both C++ and QML API: QGeoPositionInfoSource...
View ArticleQAbstractListModel with QML
Hello guys, I’m struggling to get my qml to work with a QAbstractListModel. I started using QList<QObject> models. That worked pretty good. Except that these don’t communicate any changes...
View ArticleQProcess not running command correctly & freezing gui
Still only launches easystroke and freezes :(.
View ArticleRich Text Link Active Color
I am using the Text Qml item and am trying to style the link color when the link is pressed. I am using the below text with css, but only the link color is changed. Is this something that isn’t...
View ArticleQML to EXE/without DLL
Hello, a have my QML project, that has main.cpp, mainwin.cpp, main.h, proj_name.pro and QML files. So, i want convert my project to exe WITHOUT needed *.dll such as icudt49.dll, icuin49.dll,...
View ArticleAccessing Image inside a Tab
well, I solved the issue by setting an alias property for image in ScrollView and accessing the ScrollView using the item property of Tab.
View ArticleQAbstractListModel with QML
hey yudjin, thanks for that example. Yesterday I stumbled upon this one https://qt.gitorious.org/qt/qtdeclarative/source/87d0c02fab03b7d3bf2094af22465f029bcdd096:examples/quick/models/abstractitemmodel...
View ArticleOwn window frame for the application
QWindow has setFlags(), see the documentation here [qt-project.org]
View ArticleMemory usage with QtQuick 2.0
Hi Qurx, Don’t you think that it could be a memory fragmentation issue ? I’ll take a look to find a workaround but… you’ll probably need to change your OS version. Bye
View Articlehow to add QML widgets in QGraphicsScene version QtQuick 2.0
Hi everyone! how to add qml widget in QGraphicsScene version QtQuick 2.0? In The documentation only found out how to add widgets version QtQuick 1.0, and version QtQuick 2.0 no. QGraphicsScene* scene =...
View ArticleQt Quick apps crash when clicking on ComboBox/drop-down menu
I have just installed Qt with Qt Creator on Windows 7 ×64 using the pre-compiled package “Qt 5.1.1 for Windows 32-bit (VS 2010, OpenGL, 504 MB)” because I have Visual Studio 2010 32-bit installed...
View ArticleOrder in which loading completes with GridView/ListView when using a Loader...
The order of creation is not guaranteed. In cases where the asynchronous loading does not take the same time per delegate, you could see any random order happening. The difference between qmlscene and...
View ArticleHELP! I want to zoomIn and zoomOut scribble area.
I am trying to zoomIn And zoomOut the scribble area or paint area..by the following code ,On opening the image and painting on it works fine,but when i try to zoom (view->zoomIn25%) i can zoom...
View ArticleAdvice for doing a slot-machine animation
Dear all, I have 20 images and I want to create an animation like a slot-machine when a user click on a button and at the end of animation only one of the 20 image will be at the center of screen...
View ArticleQlabel scrolling text
i have a problem in QLabel. my string length is larger then QLabel length so when displaying that label only that part appears. i have to make QLabel that show string animated just like a marquee in...
View ArticlePostioning API (Qt 5.2 RC1) has no Android backend?
Hi, There is no Android support for Qt Positioning yet. The creator of the Android port is planning to have it included in Qt 5.3: http://www.kdab.com/qt-on-android-episode-1/ Thanks for reply. I...
View ArticleAdvice for doing a slot-machine animation
One option may be to use the PathView element (http://qt-project.org/doc/qt-5.1/qtquick/qml-qtquick2-pathview.html). The PathView element would provide you with a way to lay out your images to have a...
View ArticleQT5.1 Making a QtQuick application accessible
Hello, I am trying to make an accessible (at-spi-2) application in qml using qtquick and what I have doesn’t seem to be raising any events over the dbus. ApplicationWindow { ...
View Article