changeset 1810 | 4059cafd1da7 |
parent 1248 | 8c77eec56bf4 |
child 2948 | 3f21a9dc93d0 |
--- a/QTfrontend/igbox.h Thu Feb 19 14:51:57 2009 +0000 +++ b/QTfrontend/igbox.h Thu Feb 19 14:52:32 2009 +0000 @@ -31,12 +31,14 @@ void setIcon(const QIcon & icon); void setTitleTextPadding(int px); + void setContentTopPadding(int px); protected: virtual void paintEvent(QPaintEvent * event); private: QIcon icon; - int padding; + int titleLeftPadding; + int contentTopPadding; }; #endif // _IGBOX_H