diff options
Diffstat (limited to 'src/ui/forms/configdialog.ui')
| -rw-r--r-- | src/ui/forms/configdialog.ui | 136 |
1 files changed, 97 insertions, 39 deletions
diff --git a/src/ui/forms/configdialog.ui b/src/ui/forms/configdialog.ui index fd983b57c..78823091f 100644 --- a/src/ui/forms/configdialog.ui +++ b/src/ui/forms/configdialog.ui @@ -853,27 +853,37 @@ <string>Cover Image Retrieve</string> </property> <layout class="QGridLayout" name="gridLayout_6"> - <item row="0" column="0"> + <item row="0" column="0" colspan="2"> + <widget class="QCheckBox" name="useCoverFilesCheckBox"> + <property name="text"> + <string>Use separate image files</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0"> <widget class="QLabel" name="label_11"> <property name="text"> <string>Include files:</string> </property> </widget> </item> - <item row="0" column="1"> + <item row="1" column="1"> <widget class="QLineEdit" name="coverIncludeLineEdit"/> </item> - <item row="1" column="0"> + <item row="2" column="0"> <widget class="QLabel" name="label_12"> <property name="text"> <string>Exclude files:</string> </property> </widget> </item> - <item row="1" column="1"> + <item row="2" column="1"> <widget class="QLineEdit" name="coverExcludeLineEdit"/> </item> - <item row="2" column="0" colspan="3"> + <item row="3" column="0" colspan="2"> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLabel" name="label_13"> @@ -1260,8 +1270,8 @@ <slot>accept()</slot> <hints> <hint type="sourcelabel"> - <x>590</x> - <y>402</y> + <x>625</x> + <y>429</y> </hint> <hint type="destinationlabel"> <x>316</x> @@ -1276,12 +1286,12 @@ <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> - <x>276</x> - <y>39</y> + <x>472</x> + <y>60</y> </hint> <hint type="destinationlabel"> - <x>276</x> - <y>39</y> + <x>581</x> + <y>86</y> </hint> </hints> </connection> @@ -1292,12 +1302,12 @@ <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> - <x>276</x> - <y>39</y> + <x>472</x> + <y>60</y> </hint> <hint type="destinationlabel"> - <x>276</x> - <y>39</y> + <x>581</x> + <y>112</y> </hint> </hints> </connection> @@ -1308,12 +1318,12 @@ <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> - <x>276</x> - <y>39</y> + <x>472</x> + <y>138</y> </hint> <hint type="destinationlabel"> - <x>276</x> - <y>39</y> + <x>581</x> + <y>164</y> </hint> </hints> </connection> @@ -1324,12 +1334,12 @@ <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> - <x>276</x> - <y>39</y> + <x>472</x> + <y>138</y> </hint> <hint type="destinationlabel"> - <x>276</x> - <y>39</y> + <x>581</x> + <y>190</y> </hint> </hints> </connection> @@ -1340,12 +1350,12 @@ <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> - <x>276</x> - <y>39</y> + <x>357</x> + <y>287</y> </hint> <hint type="destinationlabel"> - <x>276</x> - <y>39</y> + <x>435</x> + <y>290</y> </hint> </hints> </connection> @@ -1356,12 +1366,12 @@ <slot>setNum(int)</slot> <hints> <hint type="sourcelabel"> - <x>397</x> - <y>294</y> + <x>296</x> + <y>275</y> </hint> <hint type="destinationlabel"> - <x>540</x> - <y>289</y> + <x>296</x> + <y>275</y> </hint> </hints> </connection> @@ -1372,12 +1382,12 @@ <slot>setNum(int)</slot> <hints> <hint type="sourcelabel"> - <x>496</x> - <y>315</y> + <x>296</x> + <y>275</y> </hint> <hint type="destinationlabel"> - <x>550</x> - <y>315</y> + <x>296</x> + <y>275</y> </hint> </hints> </connection> @@ -1388,12 +1398,60 @@ <slot>setNum(int)</slot> <hints> <hint type="sourcelabel"> - <x>494</x> - <y>333</y> + <x>296</x> + <y>275</y> </hint> <hint type="destinationlabel"> - <x>542</x> - <y>332</y> + <x>296</x> + <y>275</y> + </hint> + </hints> + </connection> + <connection> + <sender>useCoverFilesCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>coverIncludeLineEdit</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>264</x> + <y>207</y> + </hint> + <hint type="destinationlabel"> + <x>290</x> + <y>238</y> + </hint> + </hints> + </connection> + <connection> + <sender>useCoverFilesCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>coverExcludeLineEdit</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>232</x> + <y>208</y> + </hint> + <hint type="destinationlabel"> + <x>292</x> + <y>259</y> + </hint> + </hints> + </connection> + <connection> + <sender>useCoverFilesCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>coverDepthSpinBox</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>209</x> + <y>214</y> + </hint> + <hint type="destinationlabel"> + <x>360</x> + <y>289</y> </hint> </hints> </connection> |
