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)
Minimizing window issue in Qt 5.15
Window {
id: mainWindow
width: 960
height: 600
flags: Qt.FramelessWindowHint | Qt.WindowMinimizeButtonHint | Qt.Window
Rectangle {
width: 15
height: 15
...
Valeriia
Votes: 0
Answers: 2
setGeometry obstructed by setText
I created a Qt Widget in Qt Creator which consists of a QSlider and a QProgressBar whose length I want to adjust to the position of the slider like this:
To do so, I use setGeometry(). In order to ma...
Stefan Hamcke
Votes: 0
Answers: 1
Resizing QDialog after removing QWidget
Is there any way by which I can resize a QDialog after removing a QWidget from its layout?
I'm still a beginner so bear with me if the code looks a bit silly.
The main dialog geometry is stored during...
TKIO
Votes: 0
Answers: 1
Horizontal Panel not changing in Developer tools
In chrome developer tools, In preferences, I can not change the panel layout into horizontal mode, if a change it, there are no changes, why?
Prithvi
Votes: 0
Answers: 0