python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Qml Setting: python solution / Settings
I am developing a slideshow but I am trying to get the rectangle to save its position so that the user can save the size of his image or text.
file:///C:/Users//Desktop/Hp_Daniel/QML Components/galery...
Laito
Votes: 0
Answers: 1
Displaying a C++ class via QML in QtQuick2
I am working on a QtQuick 2 application (Qt version 6.2.3). I created one C++ class (let's call this class "Example") that contains the data that my application should deal with. This class ...
user47679
Votes: 0
Answers: 1
QML zoom in on an image with x and y but center it when zooming "out"
I am trying to implement a zoom on an QML Image. I am using a WheelHandler with targetTransformAroundCursor: true to use the x and y coordinate in the zoom. But this does not work as intended since th...
Degeable
Votes: 0
Answers: 1