mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
Disable minimize/maximize/close buttons of simulator settings windows
This commit is contained in:
@@ -222,6 +222,9 @@ namespace BlackGui
|
||||
static bool isDialog(const QWidget *widget);
|
||||
//! @}
|
||||
|
||||
//! Disable close button on window
|
||||
static void disableMinMaxCloseButtons(QWidget *window);
|
||||
|
||||
//! Fade in a widget
|
||||
static QGraphicsOpacityEffect *fadeInWidget(int durationMs, QWidget *widget, double startValue = 0.0, double endValue = 1.0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user