diff options
Diffstat (limited to 'FTNoIR_Tracker_SM/FTNoIR_SM_Controls.ui')
-rw-r--r-- | FTNoIR_Tracker_SM/FTNoIR_SM_Controls.ui | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/FTNoIR_Tracker_SM/FTNoIR_SM_Controls.ui b/FTNoIR_Tracker_SM/FTNoIR_SM_Controls.ui index 170a4a46..9fa1b2e4 100644 --- a/FTNoIR_Tracker_SM/FTNoIR_SM_Controls.ui +++ b/FTNoIR_Tracker_SM/FTNoIR_SM_Controls.ui @@ -392,6 +392,31 @@ </spacer>
</item>
<item>
+ <widget class="QPushButton" name="btnSave">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>70</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>100</width>
+ <height>16777215</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Save</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
@@ -406,7 +431,7 @@ </property>
<property name="minimumSize">
<size>
- <width>100</width>
+ <width>70</width>
<height>0</height>
</size>
</property>
@@ -431,7 +456,7 @@ </property>
<property name="minimumSize">
<size>
- <width>100</width>
+ <width>70</width>
<height>0</height>
</size>
</property>
|