aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-07-15 12:39:19 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-07-15 12:39:19 +0200
commitbf0b1d2db3e071f5606e117d5fc5f2213b948997 (patch)
treeb29332309981c6ead682c7125cc6010464626a08 /gui/designwidget.h
parentbce235fad582dbb727354a7917e4d25a6529c650 (diff)
downloadnextpnr-bf0b1d2db3e071f5606e117d5fc5f2213b948997.tar.gz
nextpnr-bf0b1d2db3e071f5606e117d5fc5f2213b948997.tar.bz2
nextpnr-bf0b1d2db3e071f5606e117d5fc5f2213b948997.zip
add select on property pane, and action to double click
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r--gui/designwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h
index a4940213..50f00bbe 100644
--- a/gui/designwidget.h
+++ b/gui/designwidget.h
@@ -61,10 +61,10 @@ class DesignWidget : public QWidget
void selected(std::vector<DecalXY> decal);
private Q_SLOTS:
- void prepareMenu(const QPoint &pos);
+ void prepareMenuProperty(const QPoint &pos);
void onItemSelectionChanged();
- void selectObject();
- void onCurrentPropertyChanged(QtBrowserItem *_item);
+ void onItemDoubleClicked(QTreeWidgetItem *item, int column);
+ void onCurrentPropertySelected(QtBrowserItem *_item);
public Q_SLOTS:
void newContext(Context *ctx);
void updateTree();