summaryrefslogtreecommitdiff
path: root/muse2/muse/cobject.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-08-23 17:03:11 +0000
committerFlorian Jung <flo@windfisch.org>2011-08-23 17:03:11 +0000
commit71a196c4e2db4bf5ab618b13c4e21f8d15106298 (patch)
treedcee6a81ee598c7505cbedb5131beb6d742a8607 /muse2/muse/cobject.h
parentc74147c3993859918450a31545dbaa0d2e654f5c (diff)
fixed sizing, resizing and minimum size stuff
the actual effect of this is that windows->tile now works properly
Diffstat (limited to 'muse2/muse/cobject.h')
-rw-r--r--muse2/muse/cobject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/muse/cobject.h b/muse2/muse/cobject.h
index aff4964a..1282b259 100644
--- a/muse2/muse/cobject.h
+++ b/muse2/muse/cobject.h
@@ -60,7 +60,9 @@ class TopWin : public QMainWindow
void addToolBar(QToolBar* toolbar);
QToolBar* addToolBar(const QString& title);
-
+
+ void resize(int w, int h);
+ void resize(const QSize&);
static bool _sharesWhenFree[TOPLEVELTYPE_LAST_ENTRY];
static bool _sharesWhenSubwin[TOPLEVELTYPE_LAST_ENTRY];