mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-27 04:33:43 +08:00
ui: Add hideDescription slot in AbstractControl
This commit is contained in:
@@ -66,6 +66,10 @@ public slots:
|
||||
description->setVisible(true);
|
||||
}
|
||||
|
||||
void hideDescription() {
|
||||
description->setVisible(false);
|
||||
}
|
||||
|
||||
signals:
|
||||
void showDescriptionEvent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user