QML, how to make the contents of one menu dynamically depend on the contents...
I am trying to understand how best to use QML by implementing my own Android action bar. The action bar has the traditional app icon and name, then some action buttons representing common actions, then...
View ArticleMake QML executable on Mac (1.0.1)
Using the simplest QML application ever (the helloWord application), I’m just trying to make the executable. I created a blank application using New Project>Applications>Qt Quick...
View ArticleCan't get QML to playback .mp4 videos
Update* I’ve continued to play around with this today. Oddly, I’ve found that if I compile my project using MSVS2012 32 bit, it loads and plays the .mp4 files just fine. But if I compile using the...
View ArticleQML, how to make the contents of one menu dynamically depend on the contents...
I think I may have finally worked out a way to do this. In the ActionBarActionDelegate I need to latch onto the enabled property and then effectively export this by emitting a signal for the ActionBar...
View ArticleRelease version not working when using Window instead of Rectangle as top...
I had some issues running my application until I decided to try to use Rectangle as top element (instead of Window). Do I need to add something to my .pro file to make it work with Window Here is my...
View ArticleHow to style Menu or MenuBar component
What about styling a GroupBox ? Can’t find GroupBoxStyle in Qt5.2 but there’s some on the net:...
View Articlemake install: Fatal error
Hello, iam new and i would compile the qtquickcontrols on my pc with qmake && make install. I became the following error: In file included from qquicklinearlayout_p.h:46:0, from...
View Articlemake install: Fatal error
Hi, and welcome to the Qt Dev Net! Qt 5.2.1 already contains Qt Quick Controls. You don’t need to compile it manually. Just download and install Qt 5.2.1 from http://qt-project.org/downloads
View ArticleHow to replace the effect property of the Text element [SOLVED]
I noticed that in previous version of QML, it was possible for example to blur some text such as Rectangle { width: 400 height: 200 ...
View ArticleCan we use Bootstrap technology for getting its icon and using in QML?
hi guys i want to know that can we use Bootstrap or Font Awsome icons in QML Desktop Applications like using in website? Bootstrap: http://getbootstrap.com/components/ Font Awesome:...
View ArticleHow to replace the effect property of the Text element [SOLVED]
So I guess what used to be the effect method inside text/image..etc, is now its own Element. Thanks a lot madoodia.
View ArticleQML program not working via remoteDesktop
I have a QML program that works perfectly when used directly at the computer (windows machine). But does not work when used via remoteDesktop. Seems to have an issue with openGL rendering. Is it an...
View ArticleSlideshow with transitions using QML / QtQuick 2.0
Hi everyone, i am pretty new to QT5, so i could need some advice about how to get started. Can you tell me if the following is gonna work with qml / qtquick 2.0? How could i generally do it? My plan: I...
View ArticleCan we use Bootstrap technology for getting its icon and using in QML?
Bootstrap uses glyphicons, you can just go and download the glyphicons and use them as per normal icons/images. http://glyphicons.com/
View ArticleSlideshow with transitions using QML / QtQuick 2.0
Hi, it’s definitely possible! Someone has already done it. Have a look at this QML-based slideshow: http://blog.qt.digia.com/blog/2011/05/30/a-qml-presentation-system/
View ArticleComponent property/variable declaration with children range of validy
See http://qt-project.org/doc/qt-5.0/qtqml/qtqml-documents-scope.html#component-scope and http://qt-project.org/doc/qt-5.0/qtquick/qtquick-performance.html#bindings for information about evaluation...
View ArticleRelease version not working when using Window instead of Rectangle as top...
make sure the visible property be true,and not all qquick control works in normal itemsuch as Rectangle.
View Article[solved]how to customize menu position for popdown menu button in qml?
thanks a lot! it works.;)
View ArticleComponent property/variable declaration with children range of validy
Hello, thanks for your reply. I’ll give it a look.
View ArticleRead XML that contains multiple elements with same name using XmlListModel
Here for future reference, I managed to solve it: query: "/rss/channel/item" XmlRole { name: "category"; query:...
View Article