diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-29 20:40:40 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-29 20:40:40 +0000 |
| commit | 2781102535509f7104d52f581dd036910b6f4a42 (patch) | |
| tree | c643a9efe8eebd8939e78c93b7274f9fe39b7f95 /src/plugins/General/hal/settingsdialog.ui | |
| parent | 4e629ae0af2f8bea1fb061af5ebb679a773a57fe (diff) | |
| download | qmmp-2781102535509f7104d52f581dd036910b6f4a42.tar.gz qmmp-2781102535509f7104d52f581dd036910b6f4a42.tar.bz2 qmmp-2781102535509f7104d52f581dd036910b6f4a42.zip | |
some hal plugin improvements, updated Russian translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@764 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hal/settingsdialog.ui')
| -rw-r--r-- | src/plugins/General/hal/settingsdialog.ui | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/src/plugins/General/hal/settingsdialog.ui b/src/plugins/General/hal/settingsdialog.ui new file mode 100644 index 000000000..9907371ba --- /dev/null +++ b/src/plugins/General/hal/settingsdialog.ui @@ -0,0 +1,121 @@ +<ui version="4.0" > + <class>SettingsDialog</class> + <widget class="QDialog" name="SettingsDialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>348</width> + <height>247</height> + </rect> + </property> + <property name="windowTitle" > + <string>HAL Plugin Settings</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_3" > + <property name="leftMargin" > + <number>6</number> + </property> + <property name="rightMargin" > + <number>6</number> + </property> + <property name="bottomMargin" > + <number>6</number> + </property> + <item> + <widget class="QGroupBox" name="cdGroupBox" > + <property name="title" > + <string>CD Audio Detection</string> + </property> + <property name="checkable" > + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2" > + <item> + <widget class="QCheckBox" name="addTracksCheckBox" > + <property name="text" > + <string>Add tracks to playlist automatically</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="removeTracksCheckBox" > + <property name="text" > + <string>Remove tracks from playlist automatically</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="removableGroupBox" > + <property name="title" > + <string>Removable Devcie Detection</string> + </property> + <property name="checkable" > + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout" > + <item> + <widget class="QCheckBox" name="addFilesCheckBox" > + <property name="text" > + <string>Add files to playlist automatically</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="removeFilesCheckBox" > + <property name="text" > + <string>Remove files from playlist automatically</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox" > + <property name="standardButtons" > + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>SettingsDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel" > + <x>199</x> + <y>221</y> + </hint> + <hint type="destinationlabel" > + <x>22</x> + <y>242</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>SettingsDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel" > + <x>247</x> + <y>225</y> + </hint> + <hint type="destinationlabel" > + <x>273</x> + <y>229</y> + </hint> + </hints> + </connection> + </connections> +</ui> |
