|
void | autoCloseChanged () |
|
void | closableChanged () |
|
|
| QuickWindow (QWindow *parent=nullptr) |
|
bool | autoClose () const |
|
void | setAutoClose (bool newAutoClose) |
|
bool | closable () const |
|
void | setClosable (bool newClosable) |
|
|
void | keyPressEvent (QKeyEvent *event) override |
|
void | showEvent (QShowEvent *event) override |
|
void | closeEvent (QCloseEvent *event) override |
|
|
bool | autoClose |
|
bool | closable |
|
|
bool | m_autoClose = true |
|
bool | m_closable = true |
|
QWidget | m_widget |
|
QAccessibleWidget * | m_accessibleWidget |
|
The documentation for this class was generated from the following files:
- src/framework/uicomponents/internal/QuickWindow.h
- src/framework/uicomponents/internal/QuickWindow.cpp