From 4ef42a9bae0bd8c17391d1fbb5aa21d78fbe92ce Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 1 Dec 2008 15:30:17 +0000 Subject: Added two new widgets: metawidget and altcombobox. Modified multilist to use 'innerwidget' attribute instead of format string. --- client/resumewidget.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/resumewidget.h') 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__*/ -- cgit v1.2.3