The QSemiModal class is the base class of semi-modal dialog windows. More...
#include <qsemimodal.h>
Inherits QWidget.
Inherited by QProgressDialog.
The semi-modal dialog window can disable events to other windows while it is open. To enable this, the QSemiModal must be constructed with TRUE for the modal argument, which is FALSE by default, for consistency with QDialog. Such a QSemiModal is modal like QDialog, but it does not have its own event loop and has no concept of a default button.
Note that the parent widget has a different meaning for semi-modal dialogs than for other types of widgets. A semi-modal dialog is placed on top of the parent widget. The dialog is centered on the screen if the parent widget is zero.
Constructs a semi-modal dialog named name, which has a parent widget parent. If modal is FALSE (the default), the only behaviour different to a QWidget is automatic sizing and positioning.
Destroys the QSemiModal and all its children.
Reimplements QWidget::move() for internal purposes.
[virtual]
Reimplements QWidget::move() for internal purposes.
Reimplemented from QWidget.
Reimplements QWidget::resize() for internal purposes.
[virtual]
Reimplements QWidget::resize() for internal purposes.
Reimplemented from QWidget.
Reimplements QWidget::setGeometry() for internal purposes.
[virtual]
Reimplements QWidget::setGeometry() for internal purposes.
Reimplemented from QWidget.
[virtual]
Shows the widget. This implementation also does automatic resizing and automatic positioning. If you have not already resized or moved the dialog, it will find a size that fits the contents and a position near the middle of the screen (or centered relative to the parent widget if any).
Reimplemented from QWidget.
Search the documentation, FAQ, qt-interest archive and more (uses
www.troll.no):
This file is part of the Qt toolkit, copyright © 1995-98 Troll Tech, all rights reserved.
It was generated from the following files:
Copyright İ 1998 Troll Tech | Trademarks | Qt version 1.42
|