Warning, /multimedia/amarok/playground/src/scripts/copycover/copycover.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>Dialog</class> 0004 <widget class="QDialog" name="Dialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>300</width> 0010 <height>111</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Copy Cover Settings</string> 0015 </property> 0016 <widget class="QDialogButtonBox" name="buttonBox"> 0017 <property name="geometry"> 0018 <rect> 0019 <x>80</x> 0020 <y>70</y> 0021 <width>191</width> 0022 <height>32</height> 0023 </rect> 0024 </property> 0025 <property name="orientation"> 0026 <enum>Qt::Horizontal</enum> 0027 </property> 0028 <property name="standardButtons"> 0029 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0030 </property> 0031 </widget> 0032 <widget class="QWidget" name="widget" native="true"> 0033 <property name="geometry"> 0034 <rect> 0035 <x>10</x> 0036 <y>0</y> 0037 <width>201</width> 0038 <height>71</height> 0039 </rect> 0040 </property> 0041 <widget class="QCheckBox" name="checkBox"> 0042 <property name="geometry"> 0043 <rect> 0044 <x>0</x> 0045 <y>10</y> 0046 <width>151</width> 0047 <height>23</height> 0048 </rect> 0049 </property> 0050 <property name="text"> 0051 <string>Write cover.png</string> 0052 </property> 0053 <property name="checked"> 0054 <bool>true</bool> 0055 </property> 0056 </widget> 0057 <widget class="QCheckBox" name="checkBox_2"> 0058 <property name="geometry"> 0059 <rect> 0060 <x>0</x> 0061 <y>40</y> 0062 <width>201</width> 0063 <height>23</height> 0064 </rect> 0065 </property> 0066 <property name="text"> 0067 <string>Write %artist-%album.png</string> 0068 </property> 0069 </widget> 0070 </widget> 0071 </widget> 0072 <resources/> 0073 <connections> 0074 <connection> 0075 <sender>buttonBox</sender> 0076 <signal>accepted()</signal> 0077 <receiver>Dialog</receiver> 0078 <slot>accept()</slot> 0079 <hints> 0080 <hint type="sourcelabel"> 0081 <x>248</x> 0082 <y>254</y> 0083 </hint> 0084 <hint type="destinationlabel"> 0085 <x>157</x> 0086 <y>274</y> 0087 </hint> 0088 </hints> 0089 </connection> 0090 <connection> 0091 <sender>buttonBox</sender> 0092 <signal>rejected()</signal> 0093 <receiver>Dialog</receiver> 0094 <slot>reject()</slot> 0095 <hints> 0096 <hint type="sourcelabel"> 0097 <x>316</x> 0098 <y>260</y> 0099 </hint> 0100 <hint type="destinationlabel"> 0101 <x>286</x> 0102 <y>274</y> 0103 </hint> 0104 </hints> 0105 </connection> 0106 </connections> 0107 </ui>