123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>OfbQtUiSettingsModule</class>
- <widget class="QWidget" name="OfbQtUiSettingsModule">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>496</width>
- <height>524</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string notr="true">UI Settings</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QLabel" name="label_5">
- <property name="text">
- <string>Looking for UI theme settings? Now it follows system-wide configuration.</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="groupBox">
- <property name="title">
- <string>Main</string>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="2" column="0" colspan="2">
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>Restart OpenFeebuds to apply changes</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0" colspan="2">
- <widget class="QCheckBox" name="autostart_toggle">
- <property name="text">
- <string>Launch at system startup</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="label_6">
- <property name="text">
- <string>Update checker:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QComboBox" name="updater_policy_picker">
- <item>
- <property name="text">
- <string>Notify about new versions</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Check for new versions, but don't notify</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Disabled</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="0" column="0">
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Language:</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QComboBox" name="language_picker">
- <item>
- <property name="text">
- <string>System</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="4" column="0" colspan="2">
- <widget class="QCheckBox" name="background_toggle">
- <property name="text">
- <string>Mininize to system tray instead of closing</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="title">
- <string>Tray applet</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <widget class="QLabel" name="label_3">
- <property name="text">
- <string>Icon color</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QComboBox" name="tray_icon_picker">
- <item>
- <property name="text">
- <string>Auto-select</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Light</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Dark</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="label_4">
- <property name="text">
- <string>Left-click action</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QComboBox" name="tray_shortcut_picker"/>
- </item>
- <item row="2" column="0" colspan="2">
- <widget class="QCheckBox" name="tray_dc_toggle">
- <property name="text">
- <string>Show dual-connect device switcher in menu (if available)</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0" colspan="2">
- <widget class="QCheckBox" name="tray_eq_toggle">
- <property name="text">
- <string>Show equalizer preset switcher in menu (if available)</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Orientation::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>language_picker</sender>
- <signal>currentIndexChanged(int)</signal>
- <receiver>OfbQtUiSettingsModule</receiver>
- <slot>on_language_choose(int)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>362</x>
- <y>76</y>
- </hint>
- <hint type="destinationlabel">
- <x>247</x>
- <y>261</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>tray_dc_toggle</sender>
- <signal>toggled(bool)</signal>
- <receiver>OfbQtUiSettingsModule</receiver>
- <slot>on_tray_dc_toggle(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>247</x>
- <y>235</y>
- </hint>
- <hint type="destinationlabel">
- <x>247</x>
- <y>261</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>tray_eq_toggle</sender>
- <signal>toggled(bool)</signal>
- <receiver>OfbQtUiSettingsModule</receiver>
- <slot>on_tray_eq_toggle(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>247</x>
- <y>264</y>
- </hint>
- <hint type="destinationlabel">
- <x>247</x>
- <y>261</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>tray_shortcut_picker</sender>
- <signal>currentIndexChanged(int)</signal>
- <receiver>OfbQtUiSettingsModule</receiver>
- <slot>on_tray_shortcut_choose(int)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>362</x>
- <y>205</y>
- </hint>
- <hint type="destinationlabel">
- <x>247</x>
- <y>261</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>tray_icon_picker</sender>
- <signal>currentIndexChanged(int)</signal>
- <receiver>OfbQtUiSettingsModule</receiver>
- <slot>on_tray_color_choose(int)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>362</x>
- <y>174</y>
- </hint>
- <hint type="destinationlabel">
- <x>247</x>
- <y>261</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>autostart_toggle</sender>
- <signal>toggled(bool)</signal>
- <receiver>OfbQtUiSettingsModule</receiver>
- <slot>on_autostart_toggle(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>247</x>
- <y>129</y>
- </hint>
- <hint type="destinationlabel">
- <x>247</x>
- <y>261</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>updater_policy_picker</sender>
- <signal>currentIndexChanged(int)</signal>
- <receiver>OfbQtUiSettingsModule</receiver>
- <slot>on_updater_policy_choose(int)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>362</x>
- <y>107</y>
- </hint>
- <hint type="destinationlabel">
- <x>247</x>
- <y>261</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>background_toggle</sender>
- <signal>toggled(bool)</signal>
- <receiver>OfbQtUiSettingsModule</receiver>
- <slot>on_background_toggle()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>247</x>
- <y>202</y>
- </hint>
- <hint type="destinationlabel">
- <x>247</x>
- <y>261</y>
- </hint>
- </hints>
- </connection>
- </connections>
- <slots>
- <slot>on_tray_eq_toggle(bool)</slot>
- <slot>on_tray_dc_toggle(bool)</slot>
- <slot>on_language_choose(int)</slot>
- <slot>on_tray_color_choose(int)</slot>
- <slot>on_tray_shortcut_choose(int)</slot>
- <slot>on_autostart_toggle(bool)</slot>
- <slot>on_updater_policy_choose(int)</slot>
- <slot>on_background_toggle()</slot>
- </slots>
- </ui>
|