campaignproperties.ui 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CampaignProperties</class>
  4. <widget class="QDialog" name="CampaignProperties">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>499</width>
  10. <height>580</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Campaign Properties</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QTabWidget" name="tabWidget">
  19. <property name="currentIndex">
  20. <number>0</number>
  21. </property>
  22. <widget class="QWidget" name="tabGeneral">
  23. <property name="sizePolicy">
  24. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  25. <horstretch>0</horstretch>
  26. <verstretch>0</verstretch>
  27. </sizepolicy>
  28. </property>
  29. <attribute name="title">
  30. <string>General</string>
  31. </attribute>
  32. <layout class="QVBoxLayout" name="verticalLayout_3">
  33. <item>
  34. <widget class="QLabel" name="labelName">
  35. <property name="text">
  36. <string>Campaign name</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QLineEdit" name="lineEditName"/>
  42. </item>
  43. <item>
  44. <widget class="QLabel" name="labelDescription">
  45. <property name="text">
  46. <string>Campaign description</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QTextEdit" name="textEditDescription"/>
  52. </item>
  53. <item>
  54. <widget class="QLabel" name="labelAuthor">
  55. <property name="text">
  56. <string>Author</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QLineEdit" name="lineEditAuthor"/>
  62. </item>
  63. <item>
  64. <widget class="QLabel" name="labelAuthorContact">
  65. <property name="text">
  66. <string>Author contact (e.g. e-mail)</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item>
  71. <widget class="QLineEdit" name="lineEditAuthorContact"/>
  72. </item>
  73. <item>
  74. <widget class="QLabel" name="labelCreationDateTime">
  75. <property name="text">
  76. <string>Campaign creation date</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QDateTimeEdit" name="dateTimeEditCreationDateTime"/>
  82. </item>
  83. <item>
  84. <widget class="QLabel" name="labelCampaignVersion">
  85. <property name="text">
  86. <string>Campaign version</string>
  87. </property>
  88. </widget>
  89. </item>
  90. <item>
  91. <widget class="QLineEdit" name="lineEditCampaignVersion"/>
  92. </item>
  93. <item>
  94. <widget class="QLabel" name="labelMusic">
  95. <property name="text">
  96. <string>Music</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="QLineEdit" name="lineEditMusic"/>
  102. </item>
  103. <item>
  104. <widget class="QCheckBox" name="checkBoxScenarioDifficulty">
  105. <property name="text">
  106. <string>Scenario difficulty is user selectable</string>
  107. </property>
  108. </widget>
  109. </item>
  110. </layout>
  111. </widget>
  112. <widget class="QWidget" name="tabRegions">
  113. <attribute name="title">
  114. <string>Regions</string>
  115. </attribute>
  116. <layout class="QVBoxLayout" name="verticalLayout_2">
  117. <item>
  118. <widget class="QLabel" name="labelRegionPreset">
  119. <property name="text">
  120. <string>Regions Preset</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item>
  125. <widget class="QComboBox" name="comboBoxRegionPreset"/>
  126. </item>
  127. <item>
  128. <widget class="Line" name="line">
  129. <property name="orientation">
  130. <enum>Qt::Horizontal</enum>
  131. </property>
  132. </widget>
  133. </item>
  134. <item>
  135. <widget class="QLabel" name="labelBackground">
  136. <property name="text">
  137. <string>Background</string>
  138. </property>
  139. </widget>
  140. </item>
  141. <item>
  142. <widget class="QLineEdit" name="lineEditBackground"/>
  143. </item>
  144. <item>
  145. <widget class="QLabel" name="labelSuffix">
  146. <property name="text">
  147. <string>Suffix</string>
  148. </property>
  149. </widget>
  150. </item>
  151. <item>
  152. <layout class="QHBoxLayout" name="horizontalLayout">
  153. <property name="leftMargin">
  154. <number>0</number>
  155. </property>
  156. <property name="topMargin">
  157. <number>0</number>
  158. </property>
  159. <item>
  160. <widget class="QLineEdit" name="lineEditSuffix1"/>
  161. </item>
  162. <item>
  163. <widget class="QLineEdit" name="lineEditSuffix2"/>
  164. </item>
  165. <item>
  166. <widget class="QLineEdit" name="lineEditSuffix3"/>
  167. </item>
  168. </layout>
  169. </item>
  170. <item>
  171. <widget class="QLabel" name="labelPrefix">
  172. <property name="text">
  173. <string>Prefix</string>
  174. </property>
  175. </widget>
  176. </item>
  177. <item>
  178. <widget class="QLineEdit" name="lineEditPrefix"/>
  179. </item>
  180. <item>
  181. <widget class="QLabel" name="labelColorSuffixLength">
  182. <property name="text">
  183. <string>Color suffix length</string>
  184. </property>
  185. </widget>
  186. </item>
  187. <item>
  188. <widget class="QSpinBox" name="spinBoxColorSuffixLength">
  189. <property name="maximum">
  190. <number>2</number>
  191. </property>
  192. </widget>
  193. </item>
  194. <item>
  195. <widget class="QLabel" name="labelRegions">
  196. <property name="text">
  197. <string>Regions</string>
  198. </property>
  199. </widget>
  200. </item>
  201. <item>
  202. <layout class="QHBoxLayout" name="horizontalLayout_2">
  203. <property name="leftMargin">
  204. <number>0</number>
  205. </property>
  206. <property name="topMargin">
  207. <number>0</number>
  208. </property>
  209. <property name="rightMargin">
  210. <number>0</number>
  211. </property>
  212. <item>
  213. <widget class="QTableWidget" name="tableWidgetRegions"/>
  214. </item>
  215. <item>
  216. <layout class="QVBoxLayout" name="verticalLayout_5">
  217. <property name="leftMargin">
  218. <number>0</number>
  219. </property>
  220. <property name="topMargin">
  221. <number>0</number>
  222. </property>
  223. <item>
  224. <widget class="QPushButton" name="pushButtonRegionAdd">
  225. <property name="text">
  226. <string>Add</string>
  227. </property>
  228. </widget>
  229. </item>
  230. <item>
  231. <widget class="QPushButton" name="pushButtonRegionRemove">
  232. <property name="text">
  233. <string>Remove</string>
  234. </property>
  235. </widget>
  236. </item>
  237. <item>
  238. <spacer name="verticalSpacer">
  239. <property name="orientation">
  240. <enum>Qt::Vertical</enum>
  241. </property>
  242. <property name="sizeHint" stdset="0">
  243. <size>
  244. <width>20</width>
  245. <height>40</height>
  246. </size>
  247. </property>
  248. </spacer>
  249. </item>
  250. </layout>
  251. </item>
  252. </layout>
  253. </item>
  254. </layout>
  255. </widget>
  256. <widget class="QWidget" name="tabMisc">
  257. <attribute name="title">
  258. <string>Misc</string>
  259. </attribute>
  260. <layout class="QVBoxLayout" name="verticalLayout_4">
  261. <item>
  262. <widget class="QLabel" name="labelLoadingBackground">
  263. <property name="text">
  264. <string>Loading background image</string>
  265. </property>
  266. </widget>
  267. </item>
  268. <item>
  269. <widget class="QLineEdit" name="lineEditLoadingBackground"/>
  270. </item>
  271. <item>
  272. <widget class="QLabel" name="labelVideoRim">
  273. <property name="text">
  274. <string>Video rim image</string>
  275. </property>
  276. </widget>
  277. </item>
  278. <item>
  279. <widget class="QLineEdit" name="lineEditVideoRim"/>
  280. </item>
  281. <item>
  282. <widget class="QLabel" name="labelIntroVideo">
  283. <property name="text">
  284. <string>Intro video</string>
  285. </property>
  286. </widget>
  287. </item>
  288. <item>
  289. <widget class="QLineEdit" name="lineEditIntroVideo"/>
  290. </item>
  291. <item>
  292. <widget class="QLabel" name="labelOutroVideo">
  293. <property name="text">
  294. <string>Outro video</string>
  295. </property>
  296. </widget>
  297. </item>
  298. <item>
  299. <widget class="QLineEdit" name="lineEditOutroVideo"/>
  300. </item>
  301. <item>
  302. <spacer name="verticalSpacer_2">
  303. <property name="orientation">
  304. <enum>Qt::Vertical</enum>
  305. </property>
  306. <property name="sizeHint" stdset="0">
  307. <size>
  308. <width>20</width>
  309. <height>40</height>
  310. </size>
  311. </property>
  312. </spacer>
  313. </item>
  314. </layout>
  315. </widget>
  316. </widget>
  317. </item>
  318. <item>
  319. <widget class="QDialogButtonBox" name="buttonBox">
  320. <property name="orientation">
  321. <enum>Qt::Horizontal</enum>
  322. </property>
  323. <property name="standardButtons">
  324. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  325. </property>
  326. </widget>
  327. </item>
  328. </layout>
  329. </widget>
  330. <resources/>
  331. <connections/>
  332. </ui>