Add setOpacity to guimessagedialog
This commit is contained in:
@@ -101,3 +101,7 @@ void GUIMessageDialog::hideExitButton() {
|
||||
ui->btn_main->setVisible(false);
|
||||
disconnect(ui->btn_main,0,0,0);
|
||||
}
|
||||
|
||||
void GUIMessageDialog::setOpacity(double opacity) {
|
||||
this->setWindowOpacity(opacity);
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@ public:
|
||||
void hideExitButton();
|
||||
void startLoading();
|
||||
void stopLoading();
|
||||
void setOpacity(double);
|
||||
protected:
|
||||
void timerEvent(QTimerEvent* event) override ;
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user