diff options
author | Chris Robinson <[email protected]> | 2016-02-23 11:12:57 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-02-23 11:12:57 -0800 |
commit | 93d73aae4d66ac558c7f6bdd601d9d4b371448ca (patch) | |
tree | 8be4f0effa0e5db1640cd645ab351560e455cc6b /utils | |
parent | c9b2a0ae26aa60c26506901be97b209ca772d368 (diff) |
Add speed and quality labels for the resampler slider
And space out the buffer metric sliders from the edit boxes
Diffstat (limited to 'utils')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 45 |
1 files changed, 37 insertions, 8 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 8c6a679d..96dae74d 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -299,7 +299,7 @@ mixed and being heard.</string> <widget class="QSlider" name="periodCountSlider"> <property name="geometry"> <rect> - <x>70</x> + <x>80</x> <y>20</y> <width>160</width> <height>23</height> @@ -416,7 +416,7 @@ frames needed for each mixing update.</string> <widget class="QLineEdit" name="periodSizeEdit"> <property name="geometry"> <rect> - <x>10</x> + <x>0</x> <y>20</y> <width>51</width> <height>22</height> @@ -432,9 +432,9 @@ frames needed for each mixing update.</string> <widget class="QGroupBox" name="groupBox_4"> <property name="geometry"> <rect> - <x>90</x> + <x>60</x> <y>80</y> - <width>351</width> + <width>421</width> <height>81</height> </rect> </property> @@ -447,9 +447,9 @@ frames needed for each mixing update.</string> <widget class="QLabel" name="resamplerLabel"> <property name="geometry"> <rect> - <x>20</x> + <x>50</x> <y>50</y> - <width>311</width> + <width>321</width> <height>21</height> </rect> </property> @@ -463,9 +463,9 @@ frames needed for each mixing update.</string> <widget class="QSlider" name="resamplerSlider"> <property name="geometry"> <rect> - <x>20</x> + <x>80</x> <y>30</y> - <width>311</width> + <width>251</width> <height>23</height> </rect> </property> @@ -473,6 +473,35 @@ frames needed for each mixing update.</string> <enum>Qt::Horizontal</enum> </property> </widget> + <widget class="QLabel" name="label_9"> + <property name="geometry"> + <rect> + <x>20</x> + <y>30</y> + <width>51</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>Speed</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_15"> + <property name="geometry"> + <rect> + <x>340</x> + <y>30</y> + <width>51</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>Quality</string> + </property> + </widget> </widget> </widget> <widget class="QWidget" name="tab_5"> |