Skip to content

Commit

Permalink
Update and deploy new system_settings.ui dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
walmis committed Aug 11, 2024
1 parent ec4bf04 commit 7b84e75
Show file tree
Hide file tree
Showing 2 changed files with 378 additions and 360 deletions.
81 changes: 49 additions & 32 deletions SM/system_settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>760</height>
<width>617</width>
<height>770</height>
</rect>
</property>
<property name="sizePolicy">
Expand All @@ -16,18 +16,6 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>600</width>
<height>760</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>600</width>
<height>760</height>
</size>
</property>
<property name="windowTitle">
<string>System Settings</string>
</property>
Expand Down Expand Up @@ -251,6 +239,12 @@
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_9">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Master
Instance</string>
Expand All @@ -273,6 +267,12 @@ Product ID</string>
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Auto
Launch:</string>
Expand Down Expand Up @@ -1027,28 +1027,45 @@ Headless:</string>
</layout>
</item>
<item>
<widget class="QPushButton" name="buttonChildSettings">
<property name="text">
<string>Open Child Instance Settings</string>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="resetButton">
<property name="text">
<string>Reset to Defaults</string>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>6</height>
</size>
</property>
</widget>
</spacer>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
</property>
</widget>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QPushButton" name="resetButton">
<property name="text">
<string>Reset to Defaults</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonChildSettings">
<property name="text">
<string>Open Child Instance Settings</string>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
Expand Down
Loading

0 comments on commit 7b84e75

Please sign in to comment.