API Documentation
|
Class which is used to pass arguments and requests for creating a popup dialog or widget. You can request things like fullscreen, whether or not the dialog is closable, etc, as well as the animation origin for the popup. More...
#include <PopupInfo.h>
Public Member Functions | |
PopupInfo () | |
PopupInfo (const QRect &rect) | |
PopupInfo (QWidget *widget) | |
Public Attributes | |
bool | allow_title_autohide = false |
int | animation_speed = -1 |
bool | closable = false |
bool | delete_on_hide = false |
std::function< void()> | finished_callback |
bool | fullscreen = false |
bool | hideable = false |
bool | is_popup_menu = false |
bool | make_call_widget_dialog = false |
Qt::WindowModality | modality = Qt::WindowModality::NonModal |
QWidget * | parent_widget = nullptr |
QRect | rect |
bool | request_dock = false |
bool | request_margins = false |
QWidget * | widget = nullptr |
bool | windowable = false |
Class which is used to pass arguments and requests for creating a popup dialog or widget. You can request things like fullscreen, whether or not the dialog is closable, etc, as well as the animation origin for the popup.
|
inline |
|
inline |
PopupInfo | ( | QWidget * | widget | ) |
bool allow_title_autohide = false |
int animation_speed = -1 |
bool closable = false |
bool delete_on_hide = false |
std::function<void()> finished_callback |
bool fullscreen = false |
bool hideable = false |
bool is_popup_menu = false |
bool make_call_widget_dialog = false |
Qt::WindowModality modality = Qt::WindowModality::NonModal |
QWidget* parent_widget = nullptr |
QRect rect |
bool request_dock = false |
bool request_margins = false |
QWidget* widget = nullptr |
bool windowable = false |