small ui update

This commit is contained in:
2025-12-25 23:00:13 -06:00
parent ce5c9e76a3
commit 9874d5983b
3 changed files with 66 additions and 22 deletions

View File

@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<width>739</width>
<height>605</height>
</rect>
</property>
@@ -38,10 +38,10 @@
<widget class="SmartSlider" name="sliderGainR" native="true">
<property name="geometry">
<rect>
<x>580</x>
<x>480</x>
<y>180</y>
<width>171</width>
<height>321</height>
<width>120</width>
<height>300</height>
</rect>
</property>
<property name="autoFillBackground">
@@ -51,10 +51,10 @@
<widget class="SmartSlider" name="sliderGainA" native="true">
<property name="geometry">
<rect>
<x>40</x>
<x>120</x>
<y>180</y>
<width>171</width>
<height>321</height>
<width>120</width>
<height>300</height>
</rect>
</property>
<property name="autoFillBackground">
@@ -64,10 +64,10 @@
<widget class="SmartSlider" name="sliderGainD" native="true">
<property name="geometry">
<rect>
<x>220</x>
<x>240</x>
<y>180</y>
<width>171</width>
<height>321</height>
<width>120</width>
<height>300</height>
</rect>
</property>
<property name="autoFillBackground">
@@ -77,10 +77,10 @@
<widget class="SmartSlider" name="sliderGainS" native="true">
<property name="geometry">
<rect>
<x>400</x>
<x>360</x>
<y>180</y>
<width>171</width>
<height>321</height>
<width>120</width>
<height>300</height>
</rect>
</property>
<property name="autoFillBackground">

View File

@@ -6,22 +6,34 @@
<rect>
<x>0</x>
<y>0</y>
<width>168</width>
<height>298</height>
<width>120</width>
<height>300</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QSlider" name="slider">
<property name="geometry">
<rect>
<x>70</x>
<x>50</x>
<y>90</y>
<width>16</width>
<height>160</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
@@ -32,32 +44,50 @@
<widget class="QDoubleSpinBox" name="spinMin">
<property name="geometry">
<rect>
<x>40</x>
<x>20</x>
<y>260</y>
<width>82</width>
<height>24</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="QDoubleSpinBox" name="spinMax">
<property name="geometry">
<rect>
<x>40</x>
<x>20</x>
<y>60</y>
<width>82</width>
<height>24</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="QDoubleSpinBox" name="spinValue">
<property name="geometry">
<rect>
<x>40</x>
<y>10</y>
<x>20</x>
<y>20</y>
<width>82</width>
<height>31</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
@@ -67,12 +97,18 @@
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>20</x>
<x>0</x>
<y>10</y>
<width>20</width>
<height>271</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
@@ -80,12 +116,18 @@
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
<x>120</x>
<x>100</x>
<y>10</y>
<width>20</width>
<height>271</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>