mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
c809b5a35b
commit
c917b29701
2 changed files with 48 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue