No Description

mainwindow.ui 31KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1019</width>
  10. <height>666</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>MainWindow</string>
  21. </property>
  22. <widget class="QWidget" name="centralWidget">
  23. <layout class="QGridLayout" name="gridLayout">
  24. <item row="0" column="0">
  25. <widget class="QSplitter" name="splitter">
  26. <property name="orientation">
  27. <enum>Qt::Horizontal</enum>
  28. </property>
  29. <widget class="QTreeView" name="mapList">
  30. <property name="sizePolicy">
  31. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  32. <horstretch>0</horstretch>
  33. <verstretch>0</verstretch>
  34. </sizepolicy>
  35. </property>
  36. <property name="minimumSize">
  37. <size>
  38. <width>100</width>
  39. <height>0</height>
  40. </size>
  41. </property>
  42. <property name="selectionMode">
  43. <enum>QAbstractItemView::SingleSelection</enum>
  44. </property>
  45. <property name="selectionBehavior">
  46. <enum>QAbstractItemView::SelectItems</enum>
  47. </property>
  48. <attribute name="headerVisible">
  49. <bool>false</bool>
  50. </attribute>
  51. </widget>
  52. <widget class="QTabWidget" name="tabWidget">
  53. <property name="enabled">
  54. <bool>true</bool>
  55. </property>
  56. <property name="sizePolicy">
  57. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  58. <horstretch>1</horstretch>
  59. <verstretch>0</verstretch>
  60. </sizepolicy>
  61. </property>
  62. <property name="currentIndex">
  63. <number>1</number>
  64. </property>
  65. <property name="tabsClosable">
  66. <bool>false</bool>
  67. </property>
  68. <property name="movable">
  69. <bool>false</bool>
  70. </property>
  71. <widget class="QWidget" name="tab_Map">
  72. <attribute name="icon">
  73. <iconset resource="resources/images.qrc">
  74. <normaloff>:/icons/map.ico</normaloff>:/icons/map.ico</iconset>
  75. </attribute>
  76. <attribute name="title">
  77. <string>Map</string>
  78. </attribute>
  79. <layout class="QGridLayout" name="gridLayout_2">
  80. <property name="leftMargin">
  81. <number>0</number>
  82. </property>
  83. <property name="topMargin">
  84. <number>0</number>
  85. </property>
  86. <property name="rightMargin">
  87. <number>0</number>
  88. </property>
  89. <property name="bottomMargin">
  90. <number>0</number>
  91. </property>
  92. <property name="spacing">
  93. <number>0</number>
  94. </property>
  95. <item row="0" column="0">
  96. <widget class="QSplitter" name="splitter_2">
  97. <property name="orientation">
  98. <enum>Qt::Horizontal</enum>
  99. </property>
  100. <widget class="QScrollArea" name="scrollArea">
  101. <property name="sizePolicy">
  102. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  103. <horstretch>1</horstretch>
  104. <verstretch>0</verstretch>
  105. </sizepolicy>
  106. </property>
  107. <property name="widgetResizable">
  108. <bool>true</bool>
  109. </property>
  110. <widget class="QWidget" name="scrollAreaWidgetContents">
  111. <property name="geometry">
  112. <rect>
  113. <x>0</x>
  114. <y>0</y>
  115. <width>571</width>
  116. <height>564</height>
  117. </rect>
  118. </property>
  119. <layout class="QGridLayout" name="gridLayout_4">
  120. <property name="leftMargin">
  121. <number>0</number>
  122. </property>
  123. <property name="topMargin">
  124. <number>0</number>
  125. </property>
  126. <property name="rightMargin">
  127. <number>0</number>
  128. </property>
  129. <property name="bottomMargin">
  130. <number>0</number>
  131. </property>
  132. <property name="spacing">
  133. <number>0</number>
  134. </property>
  135. <item row="1" column="0">
  136. <spacer name="horizontalSpacer_2">
  137. <property name="orientation">
  138. <enum>Qt::Horizontal</enum>
  139. </property>
  140. <property name="sizeHint" stdset="0">
  141. <size>
  142. <width>166</width>
  143. <height>16</height>
  144. </size>
  145. </property>
  146. </spacer>
  147. </item>
  148. <item row="2" column="1">
  149. <spacer name="verticalSpacer_2">
  150. <property name="orientation">
  151. <enum>Qt::Vertical</enum>
  152. </property>
  153. <property name="sizeHint" stdset="0">
  154. <size>
  155. <width>16</width>
  156. <height>166</height>
  157. </size>
  158. </property>
  159. </spacer>
  160. </item>
  161. <item row="1" column="2">
  162. <spacer name="horizontalSpacer">
  163. <property name="orientation">
  164. <enum>Qt::Horizontal</enum>
  165. </property>
  166. <property name="sizeHint" stdset="0">
  167. <size>
  168. <width>166</width>
  169. <height>16</height>
  170. </size>
  171. </property>
  172. </spacer>
  173. </item>
  174. <item row="0" column="1">
  175. <spacer name="verticalSpacer">
  176. <property name="orientation">
  177. <enum>Qt::Vertical</enum>
  178. </property>
  179. <property name="sizeHint" stdset="0">
  180. <size>
  181. <width>16</width>
  182. <height>166</height>
  183. </size>
  184. </property>
  185. </spacer>
  186. </item>
  187. <item row="1" column="1">
  188. <widget class="QGraphicsView" name="graphicsView_Map">
  189. <property name="sizePolicy">
  190. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  191. <horstretch>0</horstretch>
  192. <verstretch>0</verstretch>
  193. </sizepolicy>
  194. </property>
  195. <property name="autoFillBackground">
  196. <bool>false</bool>
  197. </property>
  198. </widget>
  199. </item>
  200. </layout>
  201. </widget>
  202. </widget>
  203. <widget class="QTabWidget" name="tabWidget_2">
  204. <property name="enabled">
  205. <bool>true</bool>
  206. </property>
  207. <property name="sizePolicy">
  208. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  209. <horstretch>0</horstretch>
  210. <verstretch>0</verstretch>
  211. </sizepolicy>
  212. </property>
  213. <property name="minimumSize">
  214. <size>
  215. <width>156</width>
  216. <height>0</height>
  217. </size>
  218. </property>
  219. <property name="currentIndex">
  220. <number>1</number>
  221. </property>
  222. <widget class="QWidget" name="tab_blocks">
  223. <property name="sizePolicy">
  224. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  225. <horstretch>0</horstretch>
  226. <verstretch>0</verstretch>
  227. </sizepolicy>
  228. </property>
  229. <attribute name="title">
  230. <string>Blocks</string>
  231. </attribute>
  232. <layout class="QGridLayout" name="gridLayout_3">
  233. <property name="leftMargin">
  234. <number>0</number>
  235. </property>
  236. <property name="topMargin">
  237. <number>0</number>
  238. </property>
  239. <property name="rightMargin">
  240. <number>0</number>
  241. </property>
  242. <property name="bottomMargin">
  243. <number>0</number>
  244. </property>
  245. <property name="spacing">
  246. <number>0</number>
  247. </property>
  248. <item row="0" column="0">
  249. <widget class="QScrollArea" name="scrollArea_2">
  250. <property name="sizePolicy">
  251. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  252. <horstretch>0</horstretch>
  253. <verstretch>0</verstretch>
  254. </sizepolicy>
  255. </property>
  256. <property name="verticalScrollBarPolicy">
  257. <enum>Qt::ScrollBarAlwaysOn</enum>
  258. </property>
  259. <property name="horizontalScrollBarPolicy">
  260. <enum>Qt::ScrollBarAsNeeded</enum>
  261. </property>
  262. <property name="sizeAdjustPolicy">
  263. <enum>QAbstractScrollArea::AdjustIgnored</enum>
  264. </property>
  265. <property name="widgetResizable">
  266. <bool>true</bool>
  267. </property>
  268. <widget class="QWidget" name="scrollAreaWidgetContents_2">
  269. <property name="enabled">
  270. <bool>true</bool>
  271. </property>
  272. <property name="geometry">
  273. <rect>
  274. <x>0</x>
  275. <y>0</y>
  276. <width>81</width>
  277. <height>28</height>
  278. </rect>
  279. </property>
  280. <property name="sizePolicy">
  281. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  282. <horstretch>0</horstretch>
  283. <verstretch>0</verstretch>
  284. </sizepolicy>
  285. </property>
  286. <layout class="QGridLayout" name="gridLayout_5" rowstretch="0" columnstretch="0">
  287. <property name="leftMargin">
  288. <number>0</number>
  289. </property>
  290. <property name="topMargin">
  291. <number>0</number>
  292. </property>
  293. <property name="rightMargin">
  294. <number>0</number>
  295. </property>
  296. <property name="bottomMargin">
  297. <number>0</number>
  298. </property>
  299. <property name="spacing">
  300. <number>0</number>
  301. </property>
  302. <item row="0" column="0">
  303. <widget class="QGraphicsView" name="graphicsView_Metatiles">
  304. <property name="enabled">
  305. <bool>true</bool>
  306. </property>
  307. <property name="sizePolicy">
  308. <sizepolicy hsizetype="Ignored" vsizetype="Ignored">
  309. <horstretch>0</horstretch>
  310. <verstretch>0</verstretch>
  311. </sizepolicy>
  312. </property>
  313. <property name="verticalScrollBarPolicy">
  314. <enum>Qt::ScrollBarAlwaysOff</enum>
  315. </property>
  316. <property name="horizontalScrollBarPolicy">
  317. <enum>Qt::ScrollBarAlwaysOff</enum>
  318. </property>
  319. <property name="sizeAdjustPolicy">
  320. <enum>QAbstractScrollArea::AdjustIgnored</enum>
  321. </property>
  322. </widget>
  323. </item>
  324. </layout>
  325. </widget>
  326. </widget>
  327. </item>
  328. </layout>
  329. </widget>
  330. <widget class="QWidget" name="tab_collision">
  331. <property name="enabled">
  332. <bool>true</bool>
  333. </property>
  334. <property name="sizePolicy">
  335. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  336. <horstretch>0</horstretch>
  337. <verstretch>0</verstretch>
  338. </sizepolicy>
  339. </property>
  340. <attribute name="title">
  341. <string>Collision</string>
  342. </attribute>
  343. <widget class="Line" name="line">
  344. <property name="geometry">
  345. <rect>
  346. <x>20</x>
  347. <y>60</y>
  348. <width>111</width>
  349. <height>20</height>
  350. </rect>
  351. </property>
  352. <property name="orientation">
  353. <enum>Qt::Horizontal</enum>
  354. </property>
  355. </widget>
  356. <widget class="QFrame" name="frame">
  357. <property name="geometry">
  358. <rect>
  359. <x>0</x>
  360. <y>80</y>
  361. <width>151</width>
  362. <height>101</height>
  363. </rect>
  364. </property>
  365. <property name="frameShape">
  366. <enum>QFrame::StyledPanel</enum>
  367. </property>
  368. <property name="frameShadow">
  369. <enum>QFrame::Raised</enum>
  370. </property>
  371. <widget class="QLabel" name="label_2">
  372. <property name="geometry">
  373. <rect>
  374. <x>10</x>
  375. <y>10</y>
  376. <width>47</width>
  377. <height>13</height>
  378. </rect>
  379. </property>
  380. <property name="text">
  381. <string>Elevation</string>
  382. </property>
  383. </widget>
  384. <widget class="QGraphicsView" name="graphicsView_Elevation">
  385. <property name="geometry">
  386. <rect>
  387. <x>10</x>
  388. <y>30</y>
  389. <width>131</width>
  390. <height>61</height>
  391. </rect>
  392. </property>
  393. </widget>
  394. </widget>
  395. <widget class="QFrame" name="frame_2">
  396. <property name="geometry">
  397. <rect>
  398. <x>0</x>
  399. <y>0</y>
  400. <width>151</width>
  401. <height>61</height>
  402. </rect>
  403. </property>
  404. <property name="frameShape">
  405. <enum>QFrame::StyledPanel</enum>
  406. </property>
  407. <property name="frameShadow">
  408. <enum>QFrame::Raised</enum>
  409. </property>
  410. <widget class="QLabel" name="label">
  411. <property name="geometry">
  412. <rect>
  413. <x>10</x>
  414. <y>10</y>
  415. <width>47</width>
  416. <height>13</height>
  417. </rect>
  418. </property>
  419. <property name="text">
  420. <string>Collision</string>
  421. </property>
  422. </widget>
  423. <widget class="QGraphicsView" name="graphicsView_Collision">
  424. <property name="geometry">
  425. <rect>
  426. <x>40</x>
  427. <y>30</y>
  428. <width>66</width>
  429. <height>18</height>
  430. </rect>
  431. </property>
  432. </widget>
  433. </widget>
  434. </widget>
  435. </widget>
  436. </widget>
  437. </item>
  438. </layout>
  439. </widget>
  440. <widget class="QWidget" name="tab_Objects">
  441. <property name="enabled">
  442. <bool>true</bool>
  443. </property>
  444. <attribute name="title">
  445. <string>Objects</string>
  446. </attribute>
  447. <layout class="QGridLayout" name="gridLayout_10">
  448. <property name="leftMargin">
  449. <number>0</number>
  450. </property>
  451. <property name="topMargin">
  452. <number>0</number>
  453. </property>
  454. <property name="rightMargin">
  455. <number>0</number>
  456. </property>
  457. <property name="bottomMargin">
  458. <number>0</number>
  459. </property>
  460. <item row="0" column="0">
  461. <widget class="QSplitter" name="splitter_3">
  462. <property name="orientation">
  463. <enum>Qt::Horizontal</enum>
  464. </property>
  465. <widget class="QScrollArea" name="scrollArea_3">
  466. <property name="sizePolicy">
  467. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  468. <horstretch>1</horstretch>
  469. <verstretch>0</verstretch>
  470. </sizepolicy>
  471. </property>
  472. <property name="widgetResizable">
  473. <bool>true</bool>
  474. </property>
  475. <widget class="QWidget" name="scrollAreaWidgetContents_4">
  476. <property name="geometry">
  477. <rect>
  478. <x>0</x>
  479. <y>0</y>
  480. <width>571</width>
  481. <height>564</height>
  482. </rect>
  483. </property>
  484. <layout class="QGridLayout" name="gridLayout_7">
  485. <property name="leftMargin">
  486. <number>0</number>
  487. </property>
  488. <property name="topMargin">
  489. <number>0</number>
  490. </property>
  491. <property name="rightMargin">
  492. <number>0</number>
  493. </property>
  494. <property name="bottomMargin">
  495. <number>0</number>
  496. </property>
  497. <property name="spacing">
  498. <number>0</number>
  499. </property>
  500. <item row="1" column="2">
  501. <spacer name="horizontalSpacer_6">
  502. <property name="orientation">
  503. <enum>Qt::Horizontal</enum>
  504. </property>
  505. <property name="sizeHint" stdset="0">
  506. <size>
  507. <width>166</width>
  508. <height>16</height>
  509. </size>
  510. </property>
  511. </spacer>
  512. </item>
  513. <item row="1" column="0">
  514. <spacer name="horizontalSpacer_5">
  515. <property name="orientation">
  516. <enum>Qt::Horizontal</enum>
  517. </property>
  518. <property name="sizeHint" stdset="0">
  519. <size>
  520. <width>166</width>
  521. <height>16</height>
  522. </size>
  523. </property>
  524. </spacer>
  525. </item>
  526. <item row="0" column="1">
  527. <spacer name="verticalSpacer_6">
  528. <property name="orientation">
  529. <enum>Qt::Vertical</enum>
  530. </property>
  531. <property name="sizeHint" stdset="0">
  532. <size>
  533. <width>16</width>
  534. <height>166</height>
  535. </size>
  536. </property>
  537. </spacer>
  538. </item>
  539. <item row="2" column="1">
  540. <spacer name="verticalSpacer_5">
  541. <property name="orientation">
  542. <enum>Qt::Vertical</enum>
  543. </property>
  544. <property name="sizeHint" stdset="0">
  545. <size>
  546. <width>16</width>
  547. <height>166</height>
  548. </size>
  549. </property>
  550. </spacer>
  551. </item>
  552. <item row="1" column="1">
  553. <widget class="QGraphicsView" name="graphicsView_Objects_Map">
  554. <property name="sizePolicy">
  555. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  556. <horstretch>0</horstretch>
  557. <verstretch>0</verstretch>
  558. </sizepolicy>
  559. </property>
  560. </widget>
  561. </item>
  562. </layout>
  563. </widget>
  564. </widget>
  565. <widget class="QFrame" name="frame_3">
  566. <property name="enabled">
  567. <bool>true</bool>
  568. </property>
  569. <property name="sizePolicy">
  570. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  571. <horstretch>0</horstretch>
  572. <verstretch>0</verstretch>
  573. </sizepolicy>
  574. </property>
  575. <property name="minimumSize">
  576. <size>
  577. <width>156</width>
  578. <height>0</height>
  579. </size>
  580. </property>
  581. <layout class="QGridLayout" name="gridLayout_6">
  582. <item row="1" column="0">
  583. <widget class="QGroupBox" name="groupBox">
  584. <property name="title">
  585. <string>Selected</string>
  586. </property>
  587. </widget>
  588. </item>
  589. <item row="0" column="0">
  590. <widget class="QFrame" name="frame_4">
  591. <property name="maximumSize">
  592. <size>
  593. <width>16777215</width>
  594. <height>32</height>
  595. </size>
  596. </property>
  597. <property name="frameShape">
  598. <enum>QFrame::StyledPanel</enum>
  599. </property>
  600. <property name="frameShadow">
  601. <enum>QFrame::Raised</enum>
  602. </property>
  603. <widget class="QToolButton" name="toolButton">
  604. <property name="geometry">
  605. <rect>
  606. <x>0</x>
  607. <y>0</y>
  608. <width>31</width>
  609. <height>31</height>
  610. </rect>
  611. </property>
  612. <property name="text">
  613. <string>New</string>
  614. </property>
  615. </widget>
  616. <widget class="QToolButton" name="toolButton_2">
  617. <property name="geometry">
  618. <rect>
  619. <x>100</x>
  620. <y>0</y>
  621. <width>31</width>
  622. <height>31</height>
  623. </rect>
  624. </property>
  625. <property name="text">
  626. <string>Delete</string>
  627. </property>
  628. </widget>
  629. </widget>
  630. </item>
  631. </layout>
  632. </widget>
  633. </widget>
  634. </item>
  635. </layout>
  636. </widget>
  637. <widget class="QWidget" name="tab_Attributes">
  638. <attribute name="title">
  639. <string>Attributes</string>
  640. </attribute>
  641. <widget class="QFrame" name="frame_3">
  642. <property name="geometry">
  643. <rect>
  644. <x>10</x>
  645. <y>10</y>
  646. <width>301</width>
  647. <height>251</height>
  648. </rect>
  649. </property>
  650. <property name="frameShape">
  651. <enum>QFrame::StyledPanel</enum>
  652. </property>
  653. <property name="frameShadow">
  654. <enum>QFrame::Raised</enum>
  655. </property>
  656. <widget class="QLabel" name="label_3">
  657. <property name="geometry">
  658. <rect>
  659. <x>20</x>
  660. <y>30</y>
  661. <width>47</width>
  662. <height>21</height>
  663. </rect>
  664. </property>
  665. <property name="text">
  666. <string>Song</string>
  667. </property>
  668. </widget>
  669. <widget class="QLabel" name="label_4">
  670. <property name="geometry">
  671. <rect>
  672. <x>20</x>
  673. <y>60</y>
  674. <width>47</width>
  675. <height>21</height>
  676. </rect>
  677. </property>
  678. <property name="text">
  679. <string>Location</string>
  680. </property>
  681. </widget>
  682. <widget class="QLabel" name="label_5">
  683. <property name="geometry">
  684. <rect>
  685. <x>20</x>
  686. <y>90</y>
  687. <width>47</width>
  688. <height>21</height>
  689. </rect>
  690. </property>
  691. <property name="text">
  692. <string>Visibility</string>
  693. </property>
  694. </widget>
  695. <widget class="QLabel" name="label_6">
  696. <property name="geometry">
  697. <rect>
  698. <x>20</x>
  699. <y>120</y>
  700. <width>47</width>
  701. <height>21</height>
  702. </rect>
  703. </property>
  704. <property name="text">
  705. <string>Weather</string>
  706. </property>
  707. </widget>
  708. <widget class="QLabel" name="label_7">
  709. <property name="geometry">
  710. <rect>
  711. <x>20</x>
  712. <y>150</y>
  713. <width>47</width>
  714. <height>21</height>
  715. </rect>
  716. </property>
  717. <property name="text">
  718. <string>Type</string>
  719. </property>
  720. </widget>
  721. <widget class="QLabel" name="label_8">
  722. <property name="geometry">
  723. <rect>
  724. <x>20</x>
  725. <y>180</y>
  726. <width>101</width>
  727. <height>21</height>
  728. </rect>
  729. </property>
  730. <property name="text">
  731. <string>Show location name</string>
  732. </property>
  733. </widget>
  734. <widget class="QLabel" name="label_9">
  735. <property name="geometry">
  736. <rect>
  737. <x>20</x>
  738. <y>210</y>
  739. <width>81</width>
  740. <height>21</height>
  741. </rect>
  742. </property>
  743. <property name="text">
  744. <string>Battle scene</string>
  745. </property>
  746. </widget>
  747. <widget class="QComboBox" name="comboBox_Location">
  748. <property name="geometry">
  749. <rect>
  750. <x>80</x>
  751. <y>60</y>
  752. <width>211</width>
  753. <height>22</height>
  754. </rect>
  755. </property>
  756. </widget>
  757. <widget class="QComboBox" name="comboBox_Visibility">
  758. <property name="geometry">
  759. <rect>
  760. <x>80</x>
  761. <y>90</y>
  762. <width>211</width>
  763. <height>22</height>
  764. </rect>
  765. </property>
  766. </widget>
  767. <widget class="QComboBox" name="comboBox_Song">
  768. <property name="geometry">
  769. <rect>
  770. <x>80</x>
  771. <y>30</y>
  772. <width>211</width>
  773. <height>22</height>
  774. </rect>
  775. </property>
  776. </widget>
  777. <widget class="QComboBox" name="comboBox_Weather">
  778. <property name="geometry">
  779. <rect>
  780. <x>80</x>
  781. <y>120</y>
  782. <width>211</width>
  783. <height>22</height>
  784. </rect>
  785. </property>
  786. </widget>
  787. <widget class="QComboBox" name="comboBox_Type">
  788. <property name="geometry">
  789. <rect>
  790. <x>80</x>
  791. <y>150</y>
  792. <width>211</width>
  793. <height>22</height>
  794. </rect>
  795. </property>
  796. </widget>
  797. <widget class="QComboBox" name="comboBox_BattleScene">
  798. <property name="geometry">
  799. <rect>
  800. <x>90</x>
  801. <y>210</y>
  802. <width>201</width>
  803. <height>22</height>
  804. </rect>
  805. </property>
  806. </widget>
  807. <widget class="QCheckBox" name="checkBox_ShowLocation">
  808. <property name="geometry">
  809. <rect>
  810. <x>130</x>
  811. <y>180</y>
  812. <width>161</width>
  813. <height>21</height>
  814. </rect>
  815. </property>
  816. <property name="text">
  817. <string/>
  818. </property>
  819. </widget>
  820. <widget class="QLabel" name="label_10">
  821. <property name="geometry">
  822. <rect>
  823. <x>0</x>
  824. <y>0</y>
  825. <width>47</width>
  826. <height>13</height>
  827. </rect>
  828. </property>
  829. <property name="text">
  830. <string>Header</string>
  831. </property>
  832. </widget>
  833. </widget>
  834. </widget>
  835. </widget>
  836. </widget>
  837. </item>
  838. </layout>
  839. </widget>
  840. <widget class="QMenuBar" name="menuBar">
  841. <property name="geometry">
  842. <rect>
  843. <x>0</x>
  844. <y>0</y>
  845. <width>1019</width>
  846. <height>21</height>
  847. </rect>
  848. </property>
  849. <widget class="QMenu" name="menuFile">
  850. <property name="title">
  851. <string>File</string>
  852. </property>
  853. <addaction name="action_Open_Project"/>
  854. <addaction name="action_Save"/>
  855. <addaction name="action_Save_Project"/>
  856. <addaction name="separator"/>
  857. <addaction name="action_Exit"/>
  858. </widget>
  859. <widget class="QMenu" name="menuEdit">
  860. <property name="title">
  861. <string>Edit</string>
  862. </property>
  863. <addaction name="actionUndo"/>
  864. <addaction name="actionRedo"/>
  865. </widget>
  866. <addaction name="menuFile"/>
  867. <addaction name="menuEdit"/>
  868. </widget>
  869. <widget class="QToolBar" name="mainToolBar">
  870. <attribute name="toolBarArea">
  871. <enum>TopToolBarArea</enum>
  872. </attribute>
  873. <attribute name="toolBarBreak">
  874. <bool>false</bool>
  875. </attribute>
  876. </widget>
  877. <widget class="QStatusBar" name="statusBar"/>
  878. <action name="action_Save_Project">
  879. <property name="text">
  880. <string>Save All</string>
  881. </property>
  882. <property name="shortcut">
  883. <string>Ctrl+Shift+S</string>
  884. </property>
  885. </action>
  886. <action name="action_Exit">
  887. <property name="text">
  888. <string>Exit</string>
  889. </property>
  890. <property name="shortcut">
  891. <string>Ctrl+Q</string>
  892. </property>
  893. </action>
  894. <action name="action_Open_Project">
  895. <property name="text">
  896. <string>Open Project...</string>
  897. </property>
  898. <property name="shortcut">
  899. <string>Ctrl+O</string>
  900. </property>
  901. </action>
  902. <action name="action_Save">
  903. <property name="text">
  904. <string>Save</string>
  905. </property>
  906. <property name="shortcut">
  907. <string>Ctrl+S</string>
  908. </property>
  909. </action>
  910. <action name="actionUndo">
  911. <property name="text">
  912. <string>Undo</string>
  913. </property>
  914. <property name="shortcut">
  915. <string>Ctrl+Z</string>
  916. </property>
  917. </action>
  918. <action name="actionRedo">
  919. <property name="text">
  920. <string>Redo</string>
  921. </property>
  922. <property name="font">
  923. <font>
  924. <weight>50</weight>
  925. <bold>false</bold>
  926. </font>
  927. </property>
  928. <property name="shortcut">
  929. <string>Ctrl+Y</string>
  930. </property>
  931. </action>
  932. </widget>
  933. <layoutdefault spacing="6" margin="11"/>
  934. <resources>
  935. <include location="resources/images.qrc"/>
  936. </resources>
  937. <connections/>
  938. </ui>