Save / Restore the sizes of the columns in Cylinders / Weigth widgets

This patch saves / restores the sizes of the columns in the cylinders
and weigth table widgets, so everything is now properly behaved. There
's still other things to do - but I'm tired. i's sunday and there's a
protest against the brazilian government to go.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-06-16 14:36:23 -03:00
parent c809b5a35b
commit c917b29701
2 changed files with 48 additions and 4 deletions

View file

@ -40,6 +40,10 @@ public:
bool eventFilter(QObject* , QEvent*);
virtual void resizeEvent(QResizeEvent*);
virtual void showEvent(QShowEvent*);
virtual void hideEvent(QHideEvent* );
void initialUiSetup();
public Q_SLOTS:
void addCylinder_clicked();