diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-12 15:51:51 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-06-12 15:51:51 +0200 |
commit | 136ce3d18f3fc463f9364773d481be6c3b0b46f7 (patch) | |
tree | 61650dbec3578314cc552cb1f7af459cc99ed496 /gui/mainwindow.ui | |
parent | 9c275d0a653b11f2a494321be2ab66678117db2d (diff) | |
parent | 472672ba9f04cfe20e1a391771cec2b5ba1d3fc2 (diff) | |
download | nextpnr-136ce3d18f3fc463f9364773d481be6c3b0b46f7.tar.gz nextpnr-136ce3d18f3fc463f9364773d481be6c3b0b46f7.tar.bz2 nextpnr-136ce3d18f3fc463f9364773d481be6c3b0b46f7.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'gui/mainwindow.ui')
-rw-r--r-- | gui/mainwindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mainwindow.ui b/gui/mainwindow.ui index 3fe0f400..7352af1f 100644 --- a/gui/mainwindow.ui +++ b/gui/mainwindow.ui @@ -64,7 +64,7 @@ <property name="orientation"> <enum>Qt::Vertical</enum> </property> - <widget class="QTreeView" name="treeView"> + <widget class="QTreeWidget" name="treeWidget"> <property name="minimumSize"> <size> <width>300</width> |