Warning, /graphics/digikam/core/dplugins/generic/tools/printcreator/ui/advprintcustomlayout.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>AdvPrintCustomLayout</class> 0004 <widget class="QDialog" name="AdvPrintCustomLayout"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>528</width> 0010 <height>308</height> 0011 </rect> 0012 </property> 0013 <property name="sizePolicy"> 0014 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 0015 <horstretch>0</horstretch> 0016 <verstretch>0</verstretch> 0017 </sizepolicy> 0018 </property> 0019 <property name="minimumSize"> 0020 <size> 0021 <width>490</width> 0022 <height>221</height> 0023 </size> 0024 </property> 0025 <property name="windowTitle"> 0026 <string>Custom layout</string> 0027 </property> 0028 <layout class="QVBoxLayout" name="verticalLayout_7"> 0029 <item> 0030 <layout class="QGridLayout" name="gridLayout"> 0031 <item row="6" column="0"> 0032 <widget class="QRadioButton" name="m_fitAsManyCheck"> 0033 <property name="enabled"> 0034 <bool>true</bool> 0035 </property> 0036 <property name="sizePolicy"> 0037 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 0038 <horstretch>0</horstretch> 0039 <verstretch>0</verstretch> 0040 </sizepolicy> 0041 </property> 0042 <property name="minimumSize"> 0043 <size> 0044 <width>0</width> 0045 <height>46</height> 0046 </size> 0047 </property> 0048 <property name="text"> 0049 <string>Fit as many as possible:</string> 0050 </property> 0051 </widget> 0052 </item> 0053 <item row="3" column="1"> 0054 <layout class="QVBoxLayout" name="verticalLayout_2"> 0055 <item> 0056 <widget class="QLabel" name="label"> 0057 <property name="sizePolicy"> 0058 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0059 <horstretch>0</horstretch> 0060 <verstretch>0</verstretch> 0061 </sizepolicy> 0062 </property> 0063 <property name="minimumSize"> 0064 <size> 0065 <width>0</width> 0066 <height>18</height> 0067 </size> 0068 </property> 0069 <property name="text"> 0070 <string>Rows</string> 0071 </property> 0072 </widget> 0073 </item> 0074 <item> 0075 <widget class="QSpinBox" name="m_gridRows"> 0076 <property name="sizePolicy"> 0077 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0078 <horstretch>0</horstretch> 0079 <verstretch>0</verstretch> 0080 </sizepolicy> 0081 </property> 0082 <property name="minimumSize"> 0083 <size> 0084 <width>0</width> 0085 <height>28</height> 0086 </size> 0087 </property> 0088 <property name="minimum"> 0089 <number>1</number> 0090 </property> 0091 </widget> 0092 </item> 0093 </layout> 0094 </item> 0095 <item row="6" column="1" colspan="2"> 0096 <layout class="QVBoxLayout" name="verticalLayout_9"> 0097 <item> 0098 <widget class="QLabel" name="label_4"> 0099 <property name="sizePolicy"> 0100 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0101 <horstretch>0</horstretch> 0102 <verstretch>0</verstretch> 0103 </sizepolicy> 0104 </property> 0105 <property name="minimumSize"> 0106 <size> 0107 <width>0</width> 0108 <height>18</height> 0109 </size> 0110 </property> 0111 <property name="text"> 0112 <string>Photo size</string> 0113 </property> 0114 </widget> 0115 </item> 0116 <item> 0117 <layout class="QHBoxLayout" name="horizontalLayout"> 0118 <item> 0119 <widget class="QDoubleSpinBox" name="m_photoHeight"> 0120 <property name="enabled"> 0121 <bool>false</bool> 0122 </property> 0123 <property name="sizePolicy"> 0124 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0125 <horstretch>0</horstretch> 0126 <verstretch>0</verstretch> 0127 </sizepolicy> 0128 </property> 0129 <property name="minimumSize"> 0130 <size> 0131 <width>0</width> 0132 <height>28</height> 0133 </size> 0134 </property> 0135 <property name="decimals"> 0136 <number>1</number> 0137 </property> 0138 <property name="minimum"> 0139 <double>1.000000000000000</double> 0140 </property> 0141 <property name="maximum"> 0142 <double>999.000000000000000</double> 0143 </property> 0144 </widget> 0145 </item> 0146 <item> 0147 <widget class="QLabel" name="label_3"> 0148 <property name="enabled"> 0149 <bool>true</bool> 0150 </property> 0151 <property name="sizePolicy"> 0152 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0153 <horstretch>0</horstretch> 0154 <verstretch>0</verstretch> 0155 </sizepolicy> 0156 </property> 0157 <property name="text"> 0158 <string notr="true" comment="Photo width x photo height">x</string> 0159 </property> 0160 </widget> 0161 </item> 0162 <item> 0163 <widget class="QDoubleSpinBox" name="m_photoWidth"> 0164 <property name="enabled"> 0165 <bool>false</bool> 0166 </property> 0167 <property name="sizePolicy"> 0168 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0169 <horstretch>0</horstretch> 0170 <verstretch>0</verstretch> 0171 </sizepolicy> 0172 </property> 0173 <property name="minimumSize"> 0174 <size> 0175 <width>0</width> 0176 <height>28</height> 0177 </size> 0178 </property> 0179 <property name="decimals"> 0180 <number>1</number> 0181 </property> 0182 <property name="minimum"> 0183 <double>1.000000000000000</double> 0184 </property> 0185 <property name="maximum"> 0186 <double>999.000000000000000</double> 0187 </property> 0188 </widget> 0189 </item> 0190 <item> 0191 <widget class="QComboBox" name="m_photoUnits"> 0192 <property name="enabled"> 0193 <bool>false</bool> 0194 </property> 0195 <property name="sizePolicy"> 0196 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0197 <horstretch>0</horstretch> 0198 <verstretch>0</verstretch> 0199 </sizepolicy> 0200 </property> 0201 <item> 0202 <property name="text"> 0203 <string>cm</string> 0204 </property> 0205 </item> 0206 <item> 0207 <property name="text"> 0208 <string>mm</string> 0209 </property> 0210 </item> 0211 <item> 0212 <property name="text"> 0213 <string>inches</string> 0214 </property> 0215 </item> 0216 </widget> 0217 </item> 0218 </layout> 0219 </item> 0220 </layout> 0221 </item> 0222 <item row="3" column="2"> 0223 <layout class="QVBoxLayout" name="verticalLayout_8"> 0224 <item> 0225 <widget class="QLabel" name="label_2"> 0226 <property name="sizePolicy"> 0227 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0228 <horstretch>0</horstretch> 0229 <verstretch>0</verstretch> 0230 </sizepolicy> 0231 </property> 0232 <property name="minimumSize"> 0233 <size> 0234 <width>0</width> 0235 <height>18</height> 0236 </size> 0237 </property> 0238 <property name="text"> 0239 <string>Columns</string> 0240 </property> 0241 </widget> 0242 </item> 0243 <item> 0244 <widget class="QSpinBox" name="m_gridColumns"> 0245 <property name="sizePolicy"> 0246 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0247 <horstretch>0</horstretch> 0248 <verstretch>0</verstretch> 0249 </sizepolicy> 0250 </property> 0251 <property name="minimumSize"> 0252 <size> 0253 <width>0</width> 0254 <height>28</height> 0255 </size> 0256 </property> 0257 <property name="minimum"> 0258 <number>1</number> 0259 </property> 0260 </widget> 0261 </item> 0262 </layout> 0263 </item> 0264 <item row="3" column="0"> 0265 <widget class="QRadioButton" name="m_photoGridCheck"> 0266 <property name="sizePolicy"> 0267 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 0268 <horstretch>0</horstretch> 0269 <verstretch>0</verstretch> 0270 </sizepolicy> 0271 </property> 0272 <property name="minimumSize"> 0273 <size> 0274 <width>0</width> 0275 <height>46</height> 0276 </size> 0277 </property> 0278 <property name="text"> 0279 <string>Photo grid:</string> 0280 </property> 0281 <property name="checked"> 0282 <bool>true</bool> 0283 </property> 0284 </widget> 0285 </item> 0286 <item row="7" column="0"> 0287 <widget class="QRadioButton" name="m_photosXPageCheck"> 0288 <property name="enabled"> 0289 <bool>false</bool> 0290 </property> 0291 <property name="sizePolicy"> 0292 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 0293 <horstretch>0</horstretch> 0294 <verstretch>0</verstretch> 0295 </sizepolicy> 0296 </property> 0297 <property name="minimumSize"> 0298 <size> 0299 <width>0</width> 0300 <height>46</height> 0301 </size> 0302 </property> 0303 <property name="text"> 0304 <string>Automatic layout:</string> 0305 </property> 0306 </widget> 0307 </item> 0308 <item row="7" column="1" colspan="2"> 0309 <layout class="QVBoxLayout" name="verticalLayout"> 0310 <item> 0311 <widget class="QLabel" name="label_5"> 0312 <property name="enabled"> 0313 <bool>false</bool> 0314 </property> 0315 <property name="text"> 0316 <string>Photos per page</string> 0317 </property> 0318 </widget> 0319 </item> 0320 <item> 0321 <widget class="QSpinBox" name="m_photosXPage"> 0322 <property name="enabled"> 0323 <bool>false</bool> 0324 </property> 0325 <property name="sizePolicy"> 0326 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0327 <horstretch>0</horstretch> 0328 <verstretch>0</verstretch> 0329 </sizepolicy> 0330 </property> 0331 <property name="minimumSize"> 0332 <size> 0333 <width>0</width> 0334 <height>28</height> 0335 </size> 0336 </property> 0337 <property name="frame"> 0338 <bool>true</bool> 0339 </property> 0340 <property name="readOnly"> 0341 <bool>false</bool> 0342 </property> 0343 <property name="specialValueText"> 0344 <string extracomment="0 to disable"/> 0345 </property> 0346 <property name="minimum"> 0347 <number>1</number> 0348 </property> 0349 <property name="singleStep"> 0350 <number>1</number> 0351 </property> 0352 <property name="value"> 0353 <number>1</number> 0354 </property> 0355 </widget> 0356 </item> 0357 </layout> 0358 </item> 0359 </layout> 0360 </item> 0361 <item> 0362 <layout class="QHBoxLayout" name="horizontalLayout_5"> 0363 <item> 0364 <widget class="QCheckBox" name="m_autorotate"> 0365 <property name="text"> 0366 <string>Auto rotate</string> 0367 </property> 0368 </widget> 0369 </item> 0370 <item> 0371 <spacer name="horizontalSpacer_3"> 0372 <property name="orientation"> 0373 <enum>Qt::Horizontal</enum> 0374 </property> 0375 <property name="sizeHint" stdset="0"> 0376 <size> 0377 <width>258</width> 0378 <height>30</height> 0379 </size> 0380 </property> 0381 </spacer> 0382 </item> 0383 </layout> 0384 </item> 0385 <item> 0386 <widget class="QPushButton" name="m_doneButton"> 0387 <property name="text"> 0388 <string>OK</string> 0389 </property> 0390 </widget> 0391 </item> 0392 </layout> 0393 </widget> 0394 <resources/> 0395 <connections> 0396 <connection> 0397 <sender>m_fitAsManyCheck</sender> 0398 <signal>toggled(bool)</signal> 0399 <receiver>m_photoHeight</receiver> 0400 <slot>setEnabled(bool)</slot> 0401 <hints> 0402 <hint type="sourcelabel"> 0403 <x>92</x> 0404 <y>90</y> 0405 </hint> 0406 <hint type="destinationlabel"> 0407 <x>288</x> 0408 <y>101</y> 0409 </hint> 0410 </hints> 0411 </connection> 0412 <connection> 0413 <sender>m_fitAsManyCheck</sender> 0414 <signal>toggled(bool)</signal> 0415 <receiver>m_photoWidth</receiver> 0416 <slot>setEnabled(bool)</slot> 0417 <hints> 0418 <hint type="sourcelabel"> 0419 <x>92</x> 0420 <y>90</y> 0421 </hint> 0422 <hint type="destinationlabel"> 0423 <x>215</x> 0424 <y>101</y> 0425 </hint> 0426 </hints> 0427 </connection> 0428 <connection> 0429 <sender>m_fitAsManyCheck</sender> 0430 <signal>toggled(bool)</signal> 0431 <receiver>m_photoUnits</receiver> 0432 <slot>setEnabled(bool)</slot> 0433 <hints> 0434 <hint type="sourcelabel"> 0435 <x>92</x> 0436 <y>90</y> 0437 </hint> 0438 <hint type="destinationlabel"> 0439 <x>355</x> 0440 <y>101</y> 0441 </hint> 0442 </hints> 0443 </connection> 0444 <connection> 0445 <sender>m_photoGridCheck</sender> 0446 <signal>toggled(bool)</signal> 0447 <receiver>m_gridRows</receiver> 0448 <slot>setEnabled(bool)</slot> 0449 <hints> 0450 <hint type="sourcelabel"> 0451 <x>92</x> 0452 <y>32</y> 0453 </hint> 0454 <hint type="destinationlabel"> 0455 <x>279</x> 0456 <y>43</y> 0457 </hint> 0458 </hints> 0459 </connection> 0460 <connection> 0461 <sender>m_photoGridCheck</sender> 0462 <signal>toggled(bool)</signal> 0463 <receiver>m_gridColumns</receiver> 0464 <slot>setEnabled(bool)</slot> 0465 <hints> 0466 <hint type="sourcelabel"> 0467 <x>92</x> 0468 <y>32</y> 0469 </hint> 0470 <hint type="destinationlabel"> 0471 <x>215</x> 0472 <y>43</y> 0473 </hint> 0474 </hints> 0475 </connection> 0476 </connections> 0477 </ui>