diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-14 20:03:59 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-14 20:04:22 +0200 |
commit | 1336eb0630a3ccb441377bad385ea72750d2ae2d (patch) | |
tree | c5fc26e785c7fa083e9bb67f09efdd1805e0fb90 /gui/mainwindow.ui | |
parent | 4a734d6cc7067a490297a5d8bf0dd7a3f285a803 (diff) | |
download | nextpnr-1336eb0630a3ccb441377bad385ea72750d2ae2d.tar.gz nextpnr-1336eb0630a3ccb441377bad385ea72750d2ae2d.tar.bz2 nextpnr-1336eb0630a3ccb441377bad385ea72750d2ae2d.zip |
Split design widget on side
Diffstat (limited to 'gui/mainwindow.ui')
-rw-r--r-- | gui/mainwindow.ui | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gui/mainwindow.ui b/gui/mainwindow.ui index aed4b47f..7260c7ea 100644 --- a/gui/mainwindow.ui +++ b/gui/mainwindow.ui @@ -24,26 +24,11 @@ <property name="orientation"> <enum>Qt::Vertical</enum> </property> - <widget class="FPGAViewWidget" name="openGLWidget" native="true"/> </widget> <widget class="QSplitter" name="splitter_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> - <widget class="QTreeWidget" name="treeWidget"> - <property name="minimumSize"> - <size> - <width>300</width> - <height>0</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>300</width> - <height>16777215</height> - </size> - </property> - </widget> </widget> </widget> </item> @@ -144,13 +129,6 @@ </action> </widget> <layoutdefault spacing="6" margin="11"/> - <customwidgets> - <customwidget> - <class>FPGAViewWidget</class> - <extends>QWidget</extends> - <header>fpgaviewwidget.h</header> - </customwidget> - </customwidgets> <resources> <include location="nextpnr.qrc"/> </resources> |