aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-07-05 20:35:47 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-07-05 20:35:47 +0200
commitf0923b1b278c71d443c543b3f3df4439800bc4e8 (patch)
treeab845bacb511a4368753cf2295990ac7a009edd3 /gui/designwidget.h
parentd119206ffd17e6b2e37afeff6349fa203c5c59e8 (diff)
downloadnextpnr-f0923b1b278c71d443c543b3f3df4439800bc4e8.tar.gz
nextpnr-f0923b1b278c71d443c543b3f3df4439800bc4e8.tar.bz2
nextpnr-f0923b1b278c71d443c543b3f3df4439800bc4e8.zip
made current properties read only
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r--gui/designwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h
index 8e4be062..cc372827 100644
--- a/gui/designwidget.h
+++ b/gui/designwidget.h
@@ -57,6 +57,7 @@ class DesignWidget : public QWidget
QTreeWidget *treeWidget;
QtVariantPropertyManager *variantManager;
+ QtVariantPropertyManager *readOnlyManager;
QtVariantEditorFactory *variantFactory;
QtTreePropertyBrowser *propertyEditor;
QTreeWidgetItem *itemContextMenu;