diff options
Diffstat (limited to 'client/widgets/label.h')
-rw-r--r-- | client/widgets/label.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/widgets/label.h b/client/widgets/label.h index 6c02d1b..ff905a7 100644 --- a/client/widgets/label.h +++ b/client/widgets/label.h @@ -43,7 +43,12 @@ public: void connectTo(const QObject *sender, const char *signal, const char *method); + void setVisibility(bool visible); + + void disable(); + void enable(); + bool isDisabled(); }; #endif/*__PRACRO_LABEL_H__*/ |