summaryrefslogtreecommitdiff
path: root/lslayoutwindow.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-08-18 04:15:43 +0200
committerTreeki <treeki@gmail.com>2012-08-18 04:15:43 +0200
commit56bf2bd3ff73fc3cd86dcb4f4cd1e42016522bea (patch)
tree04d902dbc239a5dc98c1582f40dccc4e5128d161 /lslayoutwindow.h
parent3e0523101382ad5730086e3b031303a7a68b01d6 (diff)
downloadLayoutStudio-56bf2bd3ff73fc3cd86dcb4f4cd1e42016522bea.tar.gz
LayoutStudio-56bf2bd3ff73fc3cd86dcb4f4cd1e42016522bea.zip
you can now view and edit basic pane settings! exciting, right?
Diffstat (limited to 'lslayoutwindow.h')
-rw-r--r--lslayoutwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lslayoutwindow.h b/lslayoutwindow.h
index 07e1b76..a626b25 100644
--- a/lslayoutwindow.h
+++ b/lslayoutwindow.h
@@ -46,9 +46,12 @@ private:
LSPaneEditor *m_paneEditor;
+ bool m_loadingSettings;
+
private slots:
void handleWidthChanged(double v);
void handleHeightChanged(double v);
+ void selectedPaneChanged(const QModelIndex &current, const QModelIndex &previous);
signals: