diff options
author | Chris Robinson <[email protected]> | 2014-09-13 23:12:40 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-09-13 23:12:40 -0700 |
commit | 57623741f6971320e4febdc81b27dce2d5700f86 (patch) | |
tree | 5193f7f4267a1659416aa75bfd3fa9a69c70f821 /utils/alsoft-config/mainwindow.ui | |
parent | 4e66224d6c14cffa2d6108bd0845f2dc35baec89 (diff) |
Show prettier names in the alsoft-config sample format combo boxes
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 91 |
1 files changed, 8 insertions, 83 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 3c92abf6..54bae81c 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -57,8 +57,8 @@ <property name="geometry"> <rect> <x>120</x> - <y>20</y> - <width>188</width> + <y>50</y> + <width>78</width> <height>22</height> </rect> </property> @@ -69,52 +69,12 @@ float and converted to the output sample type as needed.</string> <property name="sizeAdjustPolicy"> <enum>QComboBox::AdjustToContents</enum> </property> - <item> - <property name="text"> - <string>- Autodetect -</string> - </property> - </item> - <item> - <property name="text"> - <string>int8 - signed 8-bit int</string> - </property> - </item> - <item> - <property name="text"> - <string>uint8 - unsigned 8-bit int</string> - </property> - </item> - <item> - <property name="text"> - <string>int16 - signed 16-bit int</string> - </property> - </item> - <item> - <property name="text"> - <string>uint16 - unsigned 16-bit int</string> - </property> - </item> - <item> - <property name="text"> - <string>int32 - signed 32-bit int</string> - </property> - </item> - <item> - <property name="text"> - <string>uint32 - unsigned 32-bit int</string> - </property> - </item> - <item> - <property name="text"> - <string>float32 - 32-bit float</string> - </property> - </item> </widget> <widget class="QLabel" name="label_5"> <property name="geometry"> <rect> <x>10</x> - <y>20</y> + <y>50</y> <width>101</width> <height>21</height> </rect> @@ -130,7 +90,7 @@ float and converted to the output sample type as needed.</string> <property name="geometry"> <rect> <x>10</x> - <y>50</y> + <y>20</y> <width>101</width> <height>21</height> </rect> @@ -146,8 +106,8 @@ float and converted to the output sample type as needed.</string> <property name="geometry"> <rect> <x>120</x> - <y>50</y> - <width>227</width> + <y>20</y> + <width>78</width> <height>22</height> </rect> </property> @@ -159,48 +119,13 @@ to stereo output.</string> <property name="sizeAdjustPolicy"> <enum>QComboBox::AdjustToContents</enum> </property> - <item> - <property name="text"> - <string>- Autodetect -</string> - </property> - </item> - <item> - <property name="text"> - <string>mono - 1-channel Mono</string> - </property> - </item> - <item> - <property name="text"> - <string>stereo - 2-channel Stereo</string> - </property> - </item> - <item> - <property name="text"> - <string>quad - 4-channel Quadraphonic</string> - </property> - </item> - <item> - <property name="text"> - <string>surround51 - 5.1 Surround Sound</string> - </property> - </item> - <item> - <property name="text"> - <string>surround61 - 6.1 Surround Sound</string> - </property> - </item> - <item> - <property name="text"> - <string>surround71 - 7.1 Surround Sound</string> - </property> - </item> </widget> <widget class="QComboBox" name="sampleRateCombo"> <property name="geometry"> <rect> <x>120</x> <y>80</y> - <width>111</width> + <width>96</width> <height>22</height> </rect> </property> @@ -218,7 +143,7 @@ to stereo output.</string> </property> <item> <property name="text"> - <string>- Autodetect -</string> + <string>Autodetect</string> </property> </item> <item> |