qdialog
Qt : how to implement QDialog StatusBar
I have QDialog that is heavily designed with QDesigner , I saw on the web that I could add QStatusBar with code like this :[详细]
2023-03-08 06:45 分类:问答Moving a frameless QDialog with a MouseMoveEvent
So I have a frameless QDialog that I want to be able to move around simply by clicking and dragging it. Given the code below, dragging the dialog always snaps the ve开发者_StackOverflowry top-left (0,[详细]
2023-02-28 08:48 分类:问答Change the size of Qt dialogs depending on the platform
I\'开发者_JS百科ve got some QDialog subclasses that were designed on Windows and which are now being ported over to Mac OS X. The problem is that the default font on Mac OS X appears to be much bigger[详细]
2023-02-16 13:16 分类:问答Non-pixelized rounded corner for top-level window
I want to set rounded corners on a QDialog. Since it is a top-level window, border-radius doesn\'t work, so I\'ve to do this :[详细]
2023-01-18 09:11 分类:问答PyQt: How can I quit a QDialog?
I\'ve build a QDialog Widget. My problem is, I can\'t quit the QDialog. If I press one of the buttons, then the QDialog is only set to \"hide\".[详细]
2023-01-13 03:40 分类:问答Qt - Disabling QDialog's "?" button [duplicate]
This question already has answ开发者_Python百科ers here: How can I hide/delete the "?" help button on the "title bar" of a Qt Dialog?[详细]
2023-01-02 09:10 分类:问答Problems with QDialog in Qt
I\'m using Qt for Symbian. I have some problems with a QDialog that I open from a QMenu. The QDialog shows up fine and in the QDialog I have a QDialogButtonBox with a button to Close the QDialog. BUT[详细]
2022-12-27 17:25 分类:问答How do I auto-adjust the size of a QDialog depending on the text length of one of its children?
I have a QDialog I\'m working with.It is made somewhat like a QMessageBox.I noticed that the size of the QMessageBox (and the size of its label) depends on the size of the message displayed.[详细]
2022-12-10 18:05 分类:问答Get several values from the user in Qt?
I am working on an application which uses the QInputDialog command to get a value from t开发者_如何学Che user. The value is then used in several computation in the application.[详细]
2022-12-09 01:34 分类:问答