diff options
Diffstat (limited to 'Connections/Shear/Finplate/finPlate.ui')
-rw-r--r-- | Connections/Shear/Finplate/finPlate.ui | 57 |
1 files changed, 25 insertions, 32 deletions
diff --git a/Connections/Shear/Finplate/finPlate.ui b/Connections/Shear/Finplate/finPlate.ui index e783838..c134c07 100644 --- a/Connections/Shear/Finplate/finPlate.ui +++ b/Connections/Shear/Finplate/finPlate.ui @@ -380,7 +380,7 @@ </property> <property name="icon"> <iconset> - <normaloff>../../../../../Downloads/ZY.png</normaloff>../../../../../Downloads/ZY.png</iconset> + <normaloff>../../../../../Pictures/Z-X.png</normaloff>../../../../../Pictures/Z-X.png</iconset> </property> <property name="iconSize"> <size> @@ -388,6 +388,9 @@ <height>22</height> </size> </property> + <property name="checkable"> + <bool>true</bool> + </property> </widget> <widget class="QToolButton" name="btn_top"> <property name="geometry"> @@ -416,7 +419,7 @@ </property> <property name="icon"> <iconset> - <normaloff>../../../../../Downloads/Y-X.png</normaloff>../../../../../Downloads/Y-X.png</iconset> + <normaloff>../../../../../Pictures/X-Y.png</normaloff>../../../../../Pictures/X-Y.png</iconset> </property> <property name="iconSize"> <size> @@ -424,6 +427,9 @@ <height>23</height> </size> </property> + <property name="checkable"> + <bool>true</bool> + </property> </widget> <widget class="QToolButton" name="btn_side"> <property name="geometry"> @@ -452,7 +458,7 @@ </property> <property name="icon"> <iconset> - <normaloff>../../../../../Downloads/Z-Y.png</normaloff>../../../../../Downloads/Z-Y.png</iconset> + <normaloff>../../../../../Pictures/Z-Y.png</normaloff>../../../../../Pictures/Z-Y.png</iconset> </property> <property name="iconSize"> <size> @@ -460,6 +466,9 @@ <height>22</height> </size> </property> + <property name="checkable"> + <bool>true</bool> + </property> </widget> </widget> </item> @@ -640,8 +649,9 @@ </property> <property name="font"> <font> - <weight>50</weight> - <bold>false</bold> + <weight>75</weight> + <italic>false</italic> + <bold>true</bold> </font> </property> <property name="floating"> @@ -651,7 +661,7 @@ <set>QDockWidget::AllDockWidgetFeatures</set> </property> <property name="windowTitle"> - <string>INPUT</string> + <string>Input dock</string> </property> <attribute name="dockWidgetArea"> <number>1</number> @@ -1247,34 +1257,12 @@ <property name="styleSheet"> <string notr="true">QComboBox { combobox-popup: 0; }</string> </property> + <property name="currentIndex"> + <number>-1</number> + </property> <property name="maxVisibleItems"> <number>5</number> </property> - <item> - <property name="text"> - <string>Thickness of Plate</string> - </property> - </item> - <item> - <property name="text"> - <string>6</string> - </property> - </item> - <item> - <property name="text"> - <string>8</string> - </property> - </item> - <item> - <property name="text"> - <string>10</string> - </property> - </item> - <item> - <property name="text"> - <string>12</string> - </property> - </item> </widget> <widget class="QLabel" name="label_42"> <property name="geometry"> @@ -3175,6 +3163,11 @@ <string>10</string> </property> </item> + <item> + <property name="text"> + <string>12</string> + </property> + </item> </widget> <widget class="QLabel" name="lbl_connectivity"> <property name="geometry"> @@ -3238,7 +3231,7 @@ </font> </property> <property name="windowTitle"> - <string>OUTPUT</string> + <string>Output dock</string> </property> <attribute name="dockWidgetArea"> <number>2</number> |