-
Methods in io.qt.designer that return QDialog
Modifier and Type |
Method |
Description |
QDialog |
QDesignerLanguageExtension.createFormWindowSettingsDialog(QDesignerFormWindowInterface formWindow,
QWidget parentWidget) |
|
abstract QDialog |
QDesignerLanguageExtension.Impl.createFormWindowSettingsDialog(QDesignerFormWindowInterface formWindow,
QWidget parentWidget) |
|
default QDialog |
QDesignerLanguageExtension.createPromotionDialog(QDesignerFormEditorInterface formEditor) |
|
QDialog |
QDesignerLanguageExtension.createPromotionDialog(QDesignerFormEditorInterface formEditor,
QWidget parentWidget) |
|
default QDialog |
QDesignerLanguageExtension.createPromotionDialog(QDesignerFormEditorInterface formEditor,
String promotableWidgetClassName,
String[] promoteToClassName) |
|
QDialog |
QDesignerLanguageExtension.createPromotionDialog(QDesignerFormEditorInterface formEditor,
String promotableWidgetClassName,
String[] promoteToClassName,
QWidget parentWidget) |
|
QDialog |
QDesignerLanguageExtension.Impl.createPromotionDialog(QDesignerFormEditorInterface formEditor) |
|
abstract QDialog |
QDesignerLanguageExtension.Impl.createPromotionDialog(QDesignerFormEditorInterface formEditor,
QWidget parentWidget) |
|
QDialog |
QDesignerLanguageExtension.Impl.createPromotionDialog(QDesignerFormEditorInterface formEditor,
String promotableWidgetClassName,
String[] promoteToClassName) |
|
abstract QDialog |
QDesignerLanguageExtension.Impl.createPromotionDialog(QDesignerFormEditorInterface formEditor,
String promotableWidgetClassName,
String[] promoteToClassName,
QWidget parentWidget) |
|
-
-
Subclasses of QDialog in io.qt.widgets
Modifier and Type |
Class |
Description |
class |
QColorDialog |
Dialog widget for specifying colors
|
class |
QErrorMessage |
Error message display dialog
|
class |
QFileDialog |
Dialog that allow users to select files or directories
|
class |
QFontDialog |
Dialog widget for selecting a font
|
class |
QInputDialog |
Simple convenience dialog to get a single value from the user
|
class |
QMessageBox |
Modal dialog for informing the user or for asking the user a question and receiving an answer
|
class |
QProgressDialog |
Feedback on the progress of a slow operation
|
class |
QWizard |
Framework for wizards
|