python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to "scroll" a scrollbar in qml?
I'm new in qml. Does anybody know how to manipulate a scrollbar from qml? I only found this: scrollbar.increase() but I would want to move the scrollbar to the end of its limit in one move e.g. having...
Greg
Votes: 0
Answers: 1
Receiving 'Cannot anchor to a null item' when using States
I have a rectangle with a fixed size that should always stay attached to the bottom of the vertical center of my window. If the window height gets small enough for the rectangle to touch the border I ...
Michael Kotzjan
Votes: 0
Answers: 1
QML - How to have a popup that doesn't get clipped
I need to have a Popup that stays visible outside the bounds of the main window.
I couldn't find anything in the Qt documentation.
This is the code:
import QtQuick 2.15
import QtQuick.Window 2.2
impor...

Haj Ayed Amir
Votes: 0
Answers: 1
How to connect signals and slots over different class-instances
I have custom listviews with corresponding custom models. I use QML for the frontend and load the main file with Python and use python for the backend.
The model data of the different models depends h...
123
Votes: 0
Answers: 1