1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>KDEResize</class>
  4. <widget class="QWidget" name="KDEResize">
  5. <property name="enabled">
  6. <bool>true</bool>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>431</width>
  13. <height>573</height>
  14. </rect>
  15. </property>
  16. <property name="sizePolicy">
  17. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  18. <horstretch>0</horstretch>
  19. <verstretch>0</verstretch>
  20. </sizepolicy>
  21. </property>
  22. <property name="minimumSize">
  23. <size>
  24. <width>431</width>
  25. <height>573</height>
  26. </size>
  27. </property>
  28. <property name="baseSize">
  29. <size>
  30. <width>0</width>
  31. <height>0</height>
  32. </size>
  33. </property>
  34. <property name="windowTitle">
  35. <string>KDE Resize</string>
  36. </property>
  37. <widget class="QWidget" name="verticalLayoutWidget">
  38. <property name="geometry">
  39. <rect>
  40. <x>10</x>
  41. <y>10</y>
  42. <width>411</width>
  43. <height>541</height>
  44. </rect>
  45. </property>
  46. <layout class="QVBoxLayout" name="verticalLayout">
  47. <item>
  48. <widget class="QGroupBox" name="groupBox_2">
  49. <property name="title">
  50. <string>Resize Options</string>
  51. </property>
  52. <property name="alignment">
  53. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  54. </property>
  55. <widget class="QWidget" name="formLayoutWidget">
  56. <property name="geometry">
  57. <rect>
  58. <x>10</x>
  59. <y>30</y>
  60. <width>385</width>
  61. <height>151</height>
  62. </rect>
  63. </property>
  64. <layout class="QGridLayout" name="gridLayout">
  65. <item row="0" column="0">
  66. <widget class="QRadioButton" name="XRadioButton">
  67. <property name="text">
  68. <string>X</string>
  69. </property>
  70. <property name="checked">
  71. <bool>false</bool>
  72. </property>
  73. </widget>
  74. </item>
  75. <item row="0" column="1">
  76. <widget class="QLineEdit" name="XDimTextBox"/>
  77. </item>
  78. <item row="1" column="0">
  79. <widget class="QRadioButton" name="YRadioButton">
  80. <property name="text">
  81. <string>Y</string>
  82. </property>
  83. <property name="checked">
  84. <bool>false</bool>
  85. </property>
  86. </widget>
  87. </item>
  88. <item row="1" column="1">
  89. <widget class="QLineEdit" name="YDimTextBox"/>
  90. </item>
  91. <item row="2" column="0">
  92. <widget class="QRadioButton" name="MaxDimRadioButton">
  93. <property name="text">
  94. <string>Largest dimension</string>
  95. </property>
  96. <property name="checked">
  97. <bool>true</bool>
  98. </property>
  99. </widget>
  100. </item>
  101. <item row="2" column="1">
  102. <widget class="QLineEdit" name="MaxDimTextBox"/>
  103. </item>
  104. <item row="3" column="0">
  105. <widget class="QRadioButton" name="XYRadioButton">
  106. <property name="text">
  107. <string>X-Y</string>
  108. </property>
  109. <property name="checked">
  110. <bool>false</bool>
  111. </property>
  112. </widget>
  113. </item>
  114. <item row="3" column="1">
  115. <widget class="QLineEdit" name="XYXTextBox"/>
  116. </item>
  117. <item row="4" column="0">
  118. <widget class="QCheckBox" name="UpscaleCheckBox">
  119. <property name="toolTip">
  120. <string>Check here so that smaller images will be resized such that all images fit the same dimensions</string>
  121. </property>
  122. <property name="text">
  123. <string>Upscale smaller images</string>
  124. </property>
  125. </widget>
  126. </item>
  127. <item row="3" column="2">
  128. <widget class="QLabel" name="label">
  129. <property name="text">
  130. <string>x</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item row="3" column="3">
  135. <widget class="QLineEdit" name="XYYDimTextBox"/>
  136. </item>
  137. </layout>
  138. </widget>
  139. </widget>
  140. </item>
  141. <item>
  142. <widget class="QGroupBox" name="groupBox">
  143. <property name="title">
  144. <string>Filename Options</string>
  145. </property>
  146. <widget class="QWidget" name="gridLayoutWidget">
  147. <property name="geometry">
  148. <rect>
  149. <x>10</x>
  150. <y>30</y>
  151. <width>361</width>
  152. <height>122</height>
  153. </rect>
  154. </property>
  155. <layout class="QGridLayout" name="gridLayout_2">
  156. <item row="0" column="0">
  157. <widget class="QRadioButton" name="OverwriteRadioButton">
  158. <property name="text">
  159. <string>Overwrite original</string>
  160. </property>
  161. <property name="checked">
  162. <bool>true</bool>
  163. </property>
  164. </widget>
  165. </item>
  166. <item row="1" column="0">
  167. <widget class="QRadioButton" name="AppendRadioButton">
  168. <property name="text">
  169. <string>Append:</string>
  170. </property>
  171. </widget>
  172. </item>
  173. <item row="2" column="0">
  174. <widget class="QRadioButton" name="PrependRadioButton">
  175. <property name="text">
  176. <string>Prepend:</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="1" column="1">
  181. <widget class="QLineEdit" name="AppendTextBox"/>
  182. </item>
  183. <item row="2" column="1">
  184. <widget class="QLineEdit" name="PrependTextBox"/>
  185. </item>
  186. </layout>
  187. </widget>
  188. </widget>
  189. </item>
  190. <item>
  191. <widget class="QGroupBox" name="groupBox_3">
  192. <property name="title">
  193. <string>File Type Options</string>
  194. </property>
  195. <widget class="QWidget" name="gridLayoutWidget_2">
  196. <property name="geometry">
  197. <rect>
  198. <x>19</x>
  199. <y>29</y>
  200. <width>271</width>
  201. <height>111</height>
  202. </rect>
  203. </property>
  204. <layout class="QGridLayout" name="gridLayout_3">
  205. <item row="1" column="0">
  206. <widget class="QRadioButton" name="ChangeInputTypeRadioButton">
  207. <property name="text">
  208. <string>Change to:</string>
  209. </property>
  210. </widget>
  211. </item>
  212. <item row="0" column="0">
  213. <widget class="QRadioButton" name="KeepInputTypeRadioButton">
  214. <property name="text">
  215. <string>Keep input type</string>
  216. </property>
  217. <property name="checked">
  218. <bool>true</bool>
  219. </property>
  220. </widget>
  221. </item>
  222. <item row="1" column="1">
  223. <widget class="QComboBox" name="FileTypeComboBox"/>
  224. </item>
  225. </layout>
  226. </widget>
  227. </widget>
  228. </item>
  229. </layout>
  230. </widget>
  231. <widget class="QWidget" name="horizontalLayoutWidget">
  232. <property name="geometry">
  233. <rect>
  234. <x>10</x>
  235. <y>530</y>
  236. <width>411</width>
  237. <height>51</height>
  238. </rect>
  239. </property>
  240. <layout class="QHBoxLayout" name="horizontalLayout">
  241. <item>
  242. <widget class="QPushButton" name="GoButton">
  243. <property name="text">
  244. <string>Go</string>
  245. </property>
  246. </widget>
  247. </item>
  248. <item>
  249. <widget class="QPushButton" name="CancelButton">
  250. <property name="text">
  251. <string>Cancel</string>
  252. </property>
  253. </widget>
  254. </item>
  255. </layout>
  256. </widget>
  257. </widget>
  258. <resources/>
  259. <connections/>
  260. </ui>
  261.