Skip to content

Commit

Permalink
Set buddies
Browse files Browse the repository at this point in the history
  • Loading branch information
pljones committed Feb 25, 2023
1 parent d4900bf commit 213fe51
Showing 1 changed file with 61 additions and 1 deletion.
62 changes: 61 additions & 1 deletion src/clientsettingsdlgbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -88,34 +88,49 @@
<property name="text">
<string>Alias/Name</string>
</property>
<property name="buddy">
<cstring>pedtAlias</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="plblInstrument">
<property name="text">
<string>Instrument</string>
</property>
<property name="buddy">
<cstring>pcbxInstrument</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="plblCountry">
<property name="text">
<string>Country/Region</string>
</property>
<property name="buddy">
<cstring>pcbxCountry</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="plblCity">
<property name="text">
<string>City</string>
</property>
<property name="buddy">
<cstring>pedtCity</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="plblSkill">
<property name="text">
<string>Skill</string>
</property>
<property name="buddy">
<cstring>pcbxSkill</cstring>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -219,33 +234,45 @@
<property name="text">
<string>Skin</string>
</property>
<property name="buddy">
<cstring>cbxSkin</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblMeterStyle">
<property name="text">
<string>Meter Style</string>
</property>
<property name="buddy">
<cstring>cbxMeterStyle</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblLanguage">
<property name="text">
<string>Language</string>
</property>
<property name="buddy">
<cstring>cbxLanguage</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblMixerRows">
<property name="text">
<string>Mixer Rows</string>
</property>
<property name="buddy">
<cstring>spnMixerRows</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblAudioAlerts">
<property name="text">
<string> </string>
<string/>
</property>
</widget>
</item>
Expand Down Expand Up @@ -348,6 +375,9 @@
<property name="text">
<string>Audio Device</string>
</property>
<property name="buddy">
<cstring>cbxSoundcard</cstring>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -463,6 +493,9 @@
<property name="text">
<string>L</string>
</property>
<property name="buddy">
<cstring>cbxLInChan</cstring>
</property>
</widget>
</item>
<item>
Expand All @@ -476,6 +509,9 @@
<property name="text">
<string>R</string>
</property>
<property name="buddy">
<cstring>cbxRInChan</cstring>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -520,6 +556,9 @@
<property name="text">
<string>L</string>
</property>
<property name="buddy">
<cstring>cbxLOutChan</cstring>
</property>
</widget>
</item>
<item>
Expand All @@ -533,6 +572,9 @@
<property name="text">
<string>R</string>
</property>
<property name="buddy">
<cstring>cbxROutChan</cstring>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -580,13 +622,19 @@
<property name="text">
<string>Audio Channels</string>
</property>
<property name="buddy">
<cstring>cbxAudioChannels</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblAudioQuality">
<property name="text">
<string>Audio Quality</string>
</property>
<property name="buddy">
<cstring>cbxAudioQuality</cstring>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -985,6 +1033,9 @@
<property name="text">
<string>Custom Directories:</string>
</property>
<property name="buddy">
<cstring>cbxCustomDirectories</cstring>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -1012,6 +1063,9 @@
<property name="text">
<string>New Client Level</string>
</property>
<property name="buddy">
<cstring>edtNewClientLevel</cstring>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -1046,6 +1100,9 @@
<property name="text">
<string>Input Boost</string>
</property>
<property name="buddy">
<cstring>cbxInputBoost</cstring>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -1144,6 +1201,9 @@
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="buddy">
<cstring>sldAudioPan</cstring>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit 213fe51

Please sign in to comment.