Skip to main content

Questions tagged [qml]

QML (Qt Meta-Object Language) is a declarative language designed to describe the user interface of a program.

2 votes
0 answers
56 views

I have written a simple app that generates a menu in the form of a list of recipes. It furthermore generates a shopping list, given a menu, consisting of the (unique) ingredients in the recipes that ...
Michele Bolognini's user avatar
8 votes
0 answers
1k views

So I built a house recently and didn't want to rely on "privacy-questionnable" systems like Google Home or Amazon whatever so I decided to build a doorbell system myself. Hardware I use a ...
tai's user avatar
  • 181
3 votes
0 answers
1k views

I'm creating a generic pagination helper class. Personally I use this class for navigating through Records which are loaded into any sequential containers e.g ...
k03rdt6's user avatar
  • 31
2 votes
1 answer
4k views

I'm asking your help to understand it the following code does something that should really be avoided. The application I'm currently working on is an embedded HMI for a process controller who shares ...
Fab's user avatar
  • 23
3 votes
0 answers
1k views

Qt.labs.settings 1.0 module from QtDeclarative (depricated) allows to use QSettings to make ...
Tomilov Anatoliy's user avatar
2 votes
0 answers
164 views

I have provided below my code in Qt 5.6(QML). I wanted to send the data when the slider value changes and also to send the same data every 2.5 secs when the slider is not moving. As a heart beat from ...
Shravan Singh's user avatar
3 votes
2 answers
402 views

I have two snippets that are going to be used in a walkthrough and I'd like some feedback on which one is more easily understandable 1 ...
Arnab Datta's user avatar