diff options
author | Chris Robinson <[email protected]> | 2016-03-02 12:08:22 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-03-02 12:08:22 -0800 |
commit | 71d927333f15c2c43ec0f1974c819cd277386dfa (patch) | |
tree | 1262c4db8d60743e2264f1a7b96d3b5e821961b7 /utils/alsoft-config/mainwindow.ui | |
parent | 9fdca9e29f15e05c26d9b80ec4ba97a34b7b5277 (diff) |
Add OSS and Solaris config pages
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 140 |
1 files changed, 140 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 8eb3162c..5adfc89c 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -787,6 +787,16 @@ application or system to determine if it should be used.</string> <string>ALSA</string> </property> </item> + <item> + <property name="text"> + <string>OSS</string> + </property> + </item> + <item> + <property name="text"> + <string>Solaris</string> + </property> + </item> </widget> <widget class="QStackedWidget" name="backendStackedWidget"> <property name="geometry"> @@ -1035,6 +1045,136 @@ during updates.</string> </property> </widget> </widget> + <widget class="QWidget" name="page_4"> + <widget class="QLabel" name="label_20"> + <property name="geometry"> + <rect> + <x>10</x> + <y>30</y> + <width>141</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>Default Playback Device:</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + <widget class="QLineEdit" name="ossDefaultDeviceLine"> + <property name="geometry"> + <rect> + <x>160</x> + <y>30</y> + <width>151</width> + <height>21</height> + </rect> + </property> + <property name="placeholderText"> + <string>/dev/dsp</string> + </property> + </widget> + <widget class="QLabel" name="label_21"> + <property name="geometry"> + <rect> + <x>10</x> + <y>60</y> + <width>141</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>Default Capture Device:</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + <widget class="QLineEdit" name="ossDefaultCaptureLine"> + <property name="geometry"> + <rect> + <x>160</x> + <y>60</y> + <width>151</width> + <height>21</height> + </rect> + </property> + <property name="placeholderText"> + <string>/dev/dsp</string> + </property> + </widget> + <widget class="QPushButton" name="ossPlaybackPushButton"> + <property name="geometry"> + <rect> + <x>320</x> + <y>30</y> + <width>91</width> + <height>22</height> + </rect> + </property> + <property name="text"> + <string>Browse...</string> + </property> + </widget> + <widget class="QPushButton" name="ossCapturePushButton"> + <property name="geometry"> + <rect> + <x>320</x> + <y>60</y> + <width>91</width> + <height>22</height> + </rect> + </property> + <property name="text"> + <string>Browse...</string> + </property> + </widget> + </widget> + <widget class="QWidget" name="page_5"> + <widget class="QLineEdit" name="solarisDefaultDeviceLine"> + <property name="geometry"> + <rect> + <x>160</x> + <y>30</y> + <width>151</width> + <height>21</height> + </rect> + </property> + <property name="placeholderText"> + <string>/dev/audio</string> + </property> + </widget> + <widget class="QLabel" name="label_22"> + <property name="geometry"> + <rect> + <x>10</x> + <y>30</y> + <width>141</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>Default Playback Device:</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + <widget class="QPushButton" name="solarisPlaybackPushButton"> + <property name="geometry"> + <rect> + <x>320</x> + <y>30</y> + <width>91</width> + <height>22</height> + </rect> + </property> + <property name="text"> + <string>Browse...</string> + </property> + </widget> + </widget> </widget> </widget> <widget class="QWidget" name="tab_2"> |