Screen scaling on Android
So recently I decided to check out Qt Quick for Android and I’ve been having a problem getting things to scale correctly for different screen sizes. From what I’ve seen in the documentation, the way Qt...
View ArticleDoes QML provide more native look for applications?
I don’t understand your question, then. The controls provided in Enterprise Controls are – AFAIK – not similar to anything that is available on any of Qt-supported platforms, so it can’t be called...
View ArticleScreen scaling on Android
Thanks for that suggestion. I tried out multiplying everything by Screen.pixelDensity, which does work to an extent, but it still doesn’t feel like the best solution since I have to add “ *...
View ArticleNew player to play back video from qml?
Hi all, I am working on a qml based browser. My requirement is to play back a unique stream[Not a standard stream]. For that i want to add a new player . How can I add a new media player(Back-end) to...
View ArticleMinimizing QT Application
Hi, I have got a problem. I want my application to minimize or run that process in background (Actually, this process only responds to touch). I have used QmlApplicationViewer for view purpose. I am...
View ArticleHow to animate HSL filter as a colour animation (or equivalent)?
Okay, so I want to change the hue of an object with the HSL filter effect, so that the hues in the image change relatively. The problem is that, when animating this, i can only animate the “hue”...
View ArticleKeyNavigation in ListView (FocusScope)
We use keyNavigation in a ListView, using a FocusScope. If one element in the ListView is set to “disabled” we expect, the active Focus to skip over the disabled element! For example: [] is activeFocus...
View ArticleDoes QML provide more native look for applications?
Yes it is funny indeed ! I had never heard of it before :)
View ArticleHow to put a particles(from ParticleSystem) in an custom user figure?
Hi everyone) Recently started learning Qt Quick and his type ParticleSystem. I have a code: ParticleSystem { id: particlesystem ...
View ArticleListView Sections
Hi, How can i create view like in Mac Spotlight ? !http://http://imageshack.com/a/img691/3554/305r.png()! Section on left.
View ArticleA semi-transparent Rectangle that also blurs
In QML, you can create a Rectangle with a semi-transparent background color that partially shows what is underneath it. This is great for creating slide-out panels that let the user still get a sense...
View ArticleA semi-transparent Rectangle that also blurs
No, I still think it is doable using FastBlur and friends. I have definitely used that to blur my whole UI using a Rectagle. If it would also work for a dynamic, draggable Rectangle: I am not sure, you...
View ArticleHow to add dynamically created QQuickItem to VisualItemModel?
Here’s the code: QQuickItem *miniWindowParent =...
View ArticleProject ERROR: Unknown module(s) in QT: quick-private
Hello i am trying to crosscompile qt5.2 for sabreauto board. i am following this link to cross compile qt 5.2. https://community.freescale.com/docs/DOC-94066 I configure qt without open gl es 2.0...
View ArticleBinding between C++ object and Listview delegate
Hi everyone, I come back again with an issue when trying to bind between properties of a C++ object and qml properties. Here is the situation MyCppObject.h: class MyCppObject { ...
View ArticleHow can I set iconSize in ToolButton?
Hi, all! I would create a ToolButtons with icons like that ToolBar{ anchors.fill: parent RowLayout{ ...
View Article[SOLVED] How to save information to text file.
Hi All, One of my assignment questions asks me to display a screen where a user enters software name, date of release and if it is recommended or not. Then store the information. I made a UI class...
View Article