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)
How to fix a broken sizeHint in core controls modified by a stylesheet?
I have an application that styles QAbstractSpinBox using an application-wide stylesheet, that goes like this:
QAbstractSpinBox {
border: 2px inset grey;
text-align: right;
padding-left: 1p...
Matteo Italia
Votes: 0
Answers: 0
How to save content from a QTextBrowser to .txt whenever the app is closed?
Hope you're having a nice day !
I'm in the process of creating a QT application which is using a QTextBrowser and i was wondering if there was a way to save the content of said QTextBrowser inside a ....
FeedLJR
Votes: 0
Answers: 1
How to use pyqt to achieve the effect of Select-Option addition and deletion
I want to use QT to achieve the effect of Select-Option, support deleting Option by clicking the close button,this is my expected rendering:
The following is my demo. I want to create a custom Widget...
Alex
Votes: 0
Answers: 1
Birds eye view - QT3D - Camera
Is possible to change the camera view in QT3D from frog view to birds-eye view? Am trying to set the camera to a "top down" view and "collapse" the z-coordinate.
Edit:
I am working...
DeveloperJohan
Votes: 0
Answers: 0