diff options
author | deva <deva> | 2010-02-26 10:30:18 +0000 |
---|---|---|
committer | deva <deva> | 2010-02-26 10:30:18 +0000 |
commit | 18069e35a2d1e8a13511c32dd965aac5002dae5f (patch) | |
tree | 8441293ad40d0c45d852bd8b1f14fbd6f5e484b4 /client/widgets/radiobuttons.h | |
parent | 3b6ec8ab7a007f65eb75ed377f4e4984257e5ba8 (diff) |
Make disabled widgets drawn as valid always (non-red).
Diffstat (limited to 'client/widgets/radiobuttons.h')
-rw-r--r-- | client/widgets/radiobuttons.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/widgets/radiobuttons.h b/client/widgets/radiobuttons.h index a32147b..9b165c9 100644 --- a/client/widgets/radiobuttons.h +++ b/client/widgets/radiobuttons.h @@ -63,6 +63,9 @@ public slots: signals: void wasChanged(); +protected: + void changeEvent(QEvent *event); + private: QVector < RadioButton* > radiobutton_list; |