startingbonus.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>StartingBonus</class>
  4. <widget class="QDialog" name="StartingBonus">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>499</width>
  10. <height>644</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Scenario Properties</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="labelSelBonusType">
  19. <property name="text">
  20. <string>Select a bonus type</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <widget class="QRadioButton" name="radioButtonSpell">
  26. <property name="text">
  27. <string>Spell</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item>
  32. <widget class="QRadioButton" name="radioButtonCreature">
  33. <property name="text">
  34. <string>Creature</string>
  35. </property>
  36. </widget>
  37. </item>
  38. <item>
  39. <widget class="QRadioButton" name="radioButtonBuilding">
  40. <property name="text">
  41. <string>Building</string>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QRadioButton" name="radioButtonArtifact">
  47. <property name="text">
  48. <string>Artifact</string>
  49. </property>
  50. </widget>
  51. </item>
  52. <item>
  53. <widget class="QRadioButton" name="radioButtonSpellScroll">
  54. <property name="text">
  55. <string>Spell scroll</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="QRadioButton" name="radioButtonPrimarySkill">
  61. <property name="text">
  62. <string>Primary skill</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <widget class="QRadioButton" name="radioButtonSecondarySkill">
  68. <property name="text">
  69. <string>Secondary skill</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QRadioButton" name="radioButtonResource">
  75. <property name="text">
  76. <string>Resource</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="Line" name="line">
  82. <property name="orientation">
  83. <enum>Qt::Horizontal</enum>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QTabWidget" name="tabWidget">
  89. <property name="currentIndex">
  90. <number>0</number>
  91. </property>
  92. <widget class="QWidget" name="tabSpell">
  93. <attribute name="title">
  94. <string>Spell</string>
  95. </attribute>
  96. <layout class="QVBoxLayout" name="verticalLayout_2">
  97. <item>
  98. <widget class="QLabel" name="labelSpellRecipient">
  99. <property name="text">
  100. <string>Recipient</string>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <widget class="QComboBox" name="comboBoxSpellRecipient"/>
  106. </item>
  107. <item>
  108. <widget class="QLabel" name="labelSpellSpell">
  109. <property name="text">
  110. <string>Spell</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item>
  115. <widget class="QComboBox" name="comboBoxSpellSpell"/>
  116. </item>
  117. <item>
  118. <spacer name="verticalSpacer">
  119. <property name="orientation">
  120. <enum>Qt::Vertical</enum>
  121. </property>
  122. <property name="sizeHint" stdset="0">
  123. <size>
  124. <width>20</width>
  125. <height>40</height>
  126. </size>
  127. </property>
  128. </spacer>
  129. </item>
  130. </layout>
  131. </widget>
  132. <widget class="QWidget" name="tabCreature">
  133. <attribute name="title">
  134. <string>Creature</string>
  135. </attribute>
  136. <layout class="QVBoxLayout" name="verticalLayout_3">
  137. <item>
  138. <widget class="QLabel" name="labelCreatureRecipient">
  139. <property name="text">
  140. <string>Recipient</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item>
  145. <widget class="QComboBox" name="comboBoxCreatureRecipient"/>
  146. </item>
  147. <item>
  148. <widget class="QLabel" name="labelCreatureCreatureType">
  149. <property name="text">
  150. <string>Creature type</string>
  151. </property>
  152. </widget>
  153. </item>
  154. <item>
  155. <widget class="QComboBox" name="comboBoxCreatureCreatureType"/>
  156. </item>
  157. <item>
  158. <widget class="QLabel" name="labelCreatureQuantity">
  159. <property name="text">
  160. <string>Quantity</string>
  161. </property>
  162. </widget>
  163. </item>
  164. <item>
  165. <widget class="QSpinBox" name="spinBoxCreatureQuantity"/>
  166. </item>
  167. <item>
  168. <spacer name="verticalSpacer_2">
  169. <property name="orientation">
  170. <enum>Qt::Vertical</enum>
  171. </property>
  172. <property name="sizeHint" stdset="0">
  173. <size>
  174. <width>20</width>
  175. <height>40</height>
  176. </size>
  177. </property>
  178. </spacer>
  179. </item>
  180. </layout>
  181. </widget>
  182. <widget class="QWidget" name="tabBuilding">
  183. <attribute name="title">
  184. <string>Building</string>
  185. </attribute>
  186. <layout class="QVBoxLayout" name="verticalLayout_4">
  187. <item>
  188. <widget class="QLabel" name="labelBuildingBuilding">
  189. <property name="text">
  190. <string>Building</string>
  191. </property>
  192. </widget>
  193. </item>
  194. <item>
  195. <widget class="QComboBox" name="comboBoxBuildingBuilding"/>
  196. </item>
  197. <item>
  198. <spacer name="verticalSpacer_3">
  199. <property name="orientation">
  200. <enum>Qt::Vertical</enum>
  201. </property>
  202. <property name="sizeHint" stdset="0">
  203. <size>
  204. <width>20</width>
  205. <height>40</height>
  206. </size>
  207. </property>
  208. </spacer>
  209. </item>
  210. </layout>
  211. </widget>
  212. <widget class="QWidget" name="tabArtifact">
  213. <attribute name="title">
  214. <string>Artifact</string>
  215. </attribute>
  216. <layout class="QVBoxLayout" name="verticalLayout_5">
  217. <item>
  218. <widget class="QLabel" name="labelArtifactRecipient">
  219. <property name="text">
  220. <string>Recipient</string>
  221. </property>
  222. </widget>
  223. </item>
  224. <item>
  225. <widget class="QComboBox" name="comboBoxArtifactRecipient"/>
  226. </item>
  227. <item>
  228. <widget class="QLabel" name="labelArtifactArtifact">
  229. <property name="text">
  230. <string>Artifact</string>
  231. </property>
  232. </widget>
  233. </item>
  234. <item>
  235. <widget class="QComboBox" name="comboBoxArtifactArtifact"/>
  236. </item>
  237. <item>
  238. <spacer name="verticalSpacer_4">
  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. </widget>
  252. <widget class="QWidget" name="tabSpellScroll">
  253. <attribute name="title">
  254. <string>Spell scroll</string>
  255. </attribute>
  256. <layout class="QVBoxLayout" name="verticalLayout_6">
  257. <item>
  258. <widget class="QLabel" name="labelSpellScrollRecipient">
  259. <property name="text">
  260. <string>Recipient</string>
  261. </property>
  262. </widget>
  263. </item>
  264. <item>
  265. <widget class="QComboBox" name="comboBoxSpellScrollRecipient"/>
  266. </item>
  267. <item>
  268. <widget class="QLabel" name="labelSpellScrollSpell">
  269. <property name="text">
  270. <string>Spell</string>
  271. </property>
  272. </widget>
  273. </item>
  274. <item>
  275. <widget class="QComboBox" name="comboBoxSpellScrollSpell"/>
  276. </item>
  277. <item>
  278. <spacer name="verticalSpacer_5">
  279. <property name="orientation">
  280. <enum>Qt::Vertical</enum>
  281. </property>
  282. <property name="sizeHint" stdset="0">
  283. <size>
  284. <width>20</width>
  285. <height>40</height>
  286. </size>
  287. </property>
  288. </spacer>
  289. </item>
  290. </layout>
  291. </widget>
  292. <widget class="QWidget" name="tabPrimarySkill">
  293. <attribute name="title">
  294. <string>Primary skill</string>
  295. </attribute>
  296. <layout class="QVBoxLayout" name="verticalLayout_7">
  297. <item>
  298. <widget class="QLabel" name="labelPrimarySkillRecipient">
  299. <property name="text">
  300. <string>Recipient</string>
  301. </property>
  302. </widget>
  303. </item>
  304. <item>
  305. <widget class="QComboBox" name="comboBoxPrimarySkillRecipient"/>
  306. </item>
  307. <item>
  308. <widget class="QLabel" name="labelPrimarySkillAttack">
  309. <property name="text">
  310. <string>Attack skill</string>
  311. </property>
  312. </widget>
  313. </item>
  314. <item>
  315. <widget class="QSpinBox" name="spinBoxPrimarySkillAttack"/>
  316. </item>
  317. <item>
  318. <widget class="QLabel" name="labelPrimarySkillDefense">
  319. <property name="text">
  320. <string>Defense skill</string>
  321. </property>
  322. </widget>
  323. </item>
  324. <item>
  325. <widget class="QSpinBox" name="spinBoxPrimarySkillDefense"/>
  326. </item>
  327. <item>
  328. <widget class="QLabel" name="labelPrimarySkillSpell">
  329. <property name="text">
  330. <string>Spell power</string>
  331. </property>
  332. </widget>
  333. </item>
  334. <item>
  335. <widget class="QSpinBox" name="spinBoxPrimarySkillSpell"/>
  336. </item>
  337. <item>
  338. <widget class="QLabel" name="labelPrimarySkillKnowledge">
  339. <property name="text">
  340. <string>Knowledge</string>
  341. </property>
  342. </widget>
  343. </item>
  344. <item>
  345. <widget class="QSpinBox" name="spinBoxPrimarySkillKnowledge"/>
  346. </item>
  347. <item>
  348. <spacer name="verticalSpacer_6">
  349. <property name="orientation">
  350. <enum>Qt::Vertical</enum>
  351. </property>
  352. <property name="sizeHint" stdset="0">
  353. <size>
  354. <width>20</width>
  355. <height>40</height>
  356. </size>
  357. </property>
  358. </spacer>
  359. </item>
  360. </layout>
  361. </widget>
  362. <widget class="QWidget" name="tabSecondarySkill">
  363. <attribute name="title">
  364. <string>Secondary skill</string>
  365. </attribute>
  366. <layout class="QVBoxLayout" name="verticalLayout_8">
  367. <item>
  368. <widget class="QLabel" name="labelSecondarySkillRecipient">
  369. <property name="text">
  370. <string>Recipient</string>
  371. </property>
  372. </widget>
  373. </item>
  374. <item>
  375. <widget class="QComboBox" name="comboBoxSecondarySkillRecipient"/>
  376. </item>
  377. <item>
  378. <widget class="QLabel" name="labelSecondarySkillSecondarySkill">
  379. <property name="text">
  380. <string>Secondary skill</string>
  381. </property>
  382. </widget>
  383. </item>
  384. <item>
  385. <widget class="QComboBox" name="comboBoxSecondarySkillSecondarySkill"/>
  386. </item>
  387. <item>
  388. <widget class="QLabel" name="labelSecondarySkillMastery">
  389. <property name="text">
  390. <string>Mastery</string>
  391. </property>
  392. </widget>
  393. </item>
  394. <item>
  395. <widget class="QComboBox" name="comboBoxSecondarySkillMastery"/>
  396. </item>
  397. <item>
  398. <spacer name="verticalSpacer_7">
  399. <property name="orientation">
  400. <enum>Qt::Vertical</enum>
  401. </property>
  402. <property name="sizeHint" stdset="0">
  403. <size>
  404. <width>20</width>
  405. <height>40</height>
  406. </size>
  407. </property>
  408. </spacer>
  409. </item>
  410. </layout>
  411. </widget>
  412. <widget class="QWidget" name="tabResource">
  413. <attribute name="title">
  414. <string>Resource</string>
  415. </attribute>
  416. <layout class="QVBoxLayout" name="verticalLayout_9">
  417. <item>
  418. <widget class="QLabel" name="labelResourceResourceType">
  419. <property name="text">
  420. <string>Resource type</string>
  421. </property>
  422. </widget>
  423. </item>
  424. <item>
  425. <widget class="QComboBox" name="comboBoxResourceResourceType"/>
  426. </item>
  427. <item>
  428. <widget class="QLabel" name="labelResourceQuantity">
  429. <property name="text">
  430. <string>Quantity</string>
  431. </property>
  432. </widget>
  433. </item>
  434. <item>
  435. <widget class="QSpinBox" name="spinBoxResourceQuantity"/>
  436. </item>
  437. <item>
  438. <spacer name="verticalSpacer_8">
  439. <property name="orientation">
  440. <enum>Qt::Vertical</enum>
  441. </property>
  442. <property name="sizeHint" stdset="0">
  443. <size>
  444. <width>20</width>
  445. <height>40</height>
  446. </size>
  447. </property>
  448. </spacer>
  449. </item>
  450. </layout>
  451. </widget>
  452. </widget>
  453. </item>
  454. <item>
  455. <widget class="QDialogButtonBox" name="buttonBox">
  456. <property name="orientation">
  457. <enum>Qt::Horizontal</enum>
  458. </property>
  459. <property name="standardButtons">
  460. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  461. </property>
  462. </widget>
  463. </item>
  464. </layout>
  465. </widget>
  466. <resources/>
  467. <connections/>
  468. </ui>