Top "Qdialog" questions

A QDialog is a class from the Qt Toolkit which is the base class for dialog windows.

Qt: How to give focus to a modeless QDialog created from the main window when the main window is blocked by a modal QDialog

In my Qt Application I'm facing the following scenario: When a specific event is raised I show a modeless QDialog …

c++ qt modal-dialog qdialog modeless
QDialog - How to remove the minimize button

Qt 4.8 based, application - Issue with QDialog, minimize button Windows and Gnome (linux) The modal dialog appears with the close …

qt kde qdialog
QDialogButtonBox buttons not responding

When I run the following function, the dialog shows with everything in place. The problem is that the buttons won't …

c++ qt signals-slots qt-designer qdialog