diff options
Diffstat (limited to 'client/widgets/groupbox.h')
| -rw-r--r-- | client/widgets/groupbox.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/client/widgets/groupbox.h b/client/widgets/groupbox.h index 99e05ce..d1ffb86 100644 --- a/client/widgets/groupbox.h +++ b/client/widgets/groupbox.h @@ -38,6 +38,13 @@ public:    void enable();    void disable(); + +  void connectFrom(const char *signal, +                   const QObject *receiver, const char *method); + +  void connectTo(const QObject *sender, const char *signal, +                 const char *method); +  void setVisibility(bool visible);  };  #endif/*__PRACRO_GROUPBOX_H__*/ | 
