diff options
author | deva <deva> | 2008-12-01 15:30:17 +0000 |
---|---|---|
committer | deva <deva> | 2008-12-01 15:30:17 +0000 |
commit | 4ef42a9bae0bd8c17391d1fbb5aa21d78fbe92ce (patch) | |
tree | 31f2c7d0f2c63d6681fd86c94ebfae36784a5968 /client/resumewidget.h | |
parent | 3ab207d95e47f81cf75effee3822cd787979cae7 (diff) |
Added two new widgets: metawidget and altcombobox. Modified multilist to use 'innerwidget' attribute instead of format string.
Diffstat (limited to 'client/resumewidget.h')
-rw-r--r-- | client/resumewidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/resumewidget.h b/client/resumewidget.h index 79fd7f5..4b0eba9 100644 --- a/client/resumewidget.h +++ b/client/resumewidget.h @@ -32,12 +32,13 @@ class ResumeWidget : public QWidget { public: - ResumeWidget(); + ResumeWidget(bool compact); void setText(QString text); private: QLabel *resume; + bool compact; }; #endif/*__PRACRO_RESUMEWIDGET_H__*/ |