aboutsummaryrefslogtreecommitdiff
path: root/BoxerDockWidget.ui
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-06-10 06:01:19 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2016-06-11 20:47:09 +0200
commit05347f2f8df2437c9a915858bc89035901feda5d (patch)
tree1cd95af02a6a1d7198bd0771238357dbe5d3fc71 /BoxerDockWidget.ui
parentdd3f7b40b4b53bca37b41697bb424b145b9fcf96 (diff)
downloadfreecad-boxer-05347f2f8df2437c9a915858bc89035901feda5d.tar.gz
freecad-boxer-05347f2f8df2437c9a915858bc89035901feda5d.tar.bz2
freecad-boxer-05347f2f8df2437c9a915858bc89035901feda5d.tar.xz
freecad-boxer-05347f2f8df2437c9a915858bc89035901feda5d.zip
o Basic support for disabling sides.
Diffstat (limited to 'BoxerDockWidget.ui')
-rw-r--r--BoxerDockWidget.ui91
1 files changed, 79 insertions, 12 deletions
diff --git a/BoxerDockWidget.ui b/BoxerDockWidget.ui
index 061cf31..d604084 100644
--- a/BoxerDockWidget.ui
+++ b/BoxerDockWidget.ui
@@ -8,7 +8,7 @@
<x>0</x>
<y>0</y>
<width>499</width>
- <height>522</height>
+ <height>737</height>
</rect>
</property>
<property name="windowTitle">
@@ -26,7 +26,7 @@
<enum>QLayout::SetMaximumSize</enum>
</property>
<item>
- <layout class="QGridLayout" name="gridLayout_2">
+ <layout class="QGridLayout" name="dimLayout">
<item row="3" column="0">
<widget class="QLabel" name="notchSizeLabel">
<property name="sizePolicy">
@@ -192,6 +192,70 @@
</layout>
</item>
<item>
+ <widget class="Line" name="line_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="groupBox">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="title">
+ <string>Enabled sides</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_3">
+ <item>
+ <widget class="QCheckBox" name="frontCheckBox">
+ <property name="text">
+ <string>Front</string>
+ </property>
+ <property name="tristate">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="backCheckBox">
+ <property name="text">
+ <string>Back</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="leftCheckBox">
+ <property name="text">
+ <string>Left</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="rightCheckBox">
+ <property name="text">
+ <string>Right</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="topCheckBox">
+ <property name="text">
+ <string>Top</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="bottomCheckBox">
+ <property name="text">
+ <string>Bottom</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
<widget class="QPushButton" name="generateButton">
<property name="enabled">
<bool>false</bool>
@@ -221,9 +285,6 @@
</widget>
</item>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout"/>
- </item>
- <item>
<widget class="QPushButton" name="fitViewButton">
<property name="text">
<string>Fit all</string>
@@ -255,6 +316,12 @@
<tabstop>innerDepth</tabstop>
<tabstop>notchSize</tabstop>
<tabstop>thickness</tabstop>
+ <tabstop>frontCheckBox</tabstop>
+ <tabstop>backCheckBox</tabstop>
+ <tabstop>leftCheckBox</tabstop>
+ <tabstop>rightCheckBox</tabstop>
+ <tabstop>topCheckBox</tabstop>
+ <tabstop>bottomCheckBox</tabstop>
<tabstop>generateButton</tabstop>
<tabstop>fitViewButton</tabstop>
</tabstops>
@@ -268,11 +335,11 @@
<hints>
<hint type="sourcelabel">
<x>233</x>
- <y>199</y>
+ <y>434</y>
</hint>
<hint type="destinationlabel">
- <x>128</x>
- <y>286</y>
+ <x>151</x>
+ <y>520</y>
</hint>
</hints>
</connection>
@@ -283,12 +350,12 @@
<slot>fitAllClicked()</slot>
<hints>
<hint type="sourcelabel">
- <x>255</x>
- <y>244</y>
+ <x>269</x>
+ <y>476</y>
</hint>
<hint type="destinationlabel">
- <x>122</x>
- <y>350</y>
+ <x>219</x>
+ <y>568</y>
</hint>
</hints>
</connection>