mainwindow.ui 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512
  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>1024</width>
  10. <height>768</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>VCMI Map Editor</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout_12">
  18. <property name="leftMargin">
  19. <number>0</number>
  20. </property>
  21. <property name="topMargin">
  22. <number>0</number>
  23. </property>
  24. <property name="rightMargin">
  25. <number>0</number>
  26. </property>
  27. <property name="bottomMargin">
  28. <number>0</number>
  29. </property>
  30. <item>
  31. <widget class="MapView" name="mapView">
  32. <property name="sizePolicy">
  33. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  34. <horstretch>0</horstretch>
  35. <verstretch>0</verstretch>
  36. </sizepolicy>
  37. </property>
  38. <property name="mouseTracking">
  39. <bool>true</bool>
  40. </property>
  41. <property name="sizeAdjustPolicy">
  42. <enum>QAbstractScrollArea::AdjustToContents</enum>
  43. </property>
  44. </widget>
  45. </item>
  46. </layout>
  47. </widget>
  48. <widget class="QMenuBar" name="menubar">
  49. <property name="geometry">
  50. <rect>
  51. <x>0</x>
  52. <y>0</y>
  53. <width>1024</width>
  54. <height>37</height>
  55. </rect>
  56. </property>
  57. <widget class="QMenu" name="menuFile">
  58. <property name="title">
  59. <string>File</string>
  60. </property>
  61. <addaction name="actionNew"/>
  62. <addaction name="actionOpen"/>
  63. <addaction name="actionSave"/>
  64. <addaction name="actionSave_as"/>
  65. <addaction name="actionExport"/>
  66. <addaction name="actionh3m_converter"/>
  67. </widget>
  68. <widget class="QMenu" name="menuMap">
  69. <property name="title">
  70. <string>Map</string>
  71. </property>
  72. <addaction name="actionMapSettings"/>
  73. <addaction name="actionPlayers_settings"/>
  74. <addaction name="actionTranslations"/>
  75. <addaction name="actionValidate"/>
  76. <addaction name="actionUpdate_appearance"/>
  77. <addaction name="actionRecreate_obstacles"/>
  78. </widget>
  79. <widget class="QMenu" name="menuEdit">
  80. <property name="title">
  81. <string>Edit</string>
  82. </property>
  83. <addaction name="actionUndo"/>
  84. <addaction name="actionRedo"/>
  85. <addaction name="actionCut"/>
  86. <addaction name="actionCopy"/>
  87. <addaction name="actionPaste"/>
  88. <addaction name="actionErase"/>
  89. <addaction name="actionLock"/>
  90. <addaction name="actionUnlock"/>
  91. </widget>
  92. <widget class="QMenu" name="menuView">
  93. <property name="title">
  94. <string>View</string>
  95. </property>
  96. <addaction name="actionLevel"/>
  97. <addaction name="actionGrid"/>
  98. <addaction name="actionPass"/>
  99. <addaction name="separator"/>
  100. <addaction name="actionZoom_in"/>
  101. <addaction name="actionZoom_out"/>
  102. <addaction name="actionZoom_reset"/>
  103. </widget>
  104. <widget class="QMenu" name="menuPlayer">
  105. <property name="title">
  106. <string>Player</string>
  107. </property>
  108. <addaction name="actionNeutral"/>
  109. <addaction name="actionPlayer_1"/>
  110. <addaction name="actionPlayer_2"/>
  111. <addaction name="actionPlayer_3"/>
  112. <addaction name="actionPlayer_4"/>
  113. <addaction name="actionPlayer_5"/>
  114. <addaction name="actionPlayer_6"/>
  115. <addaction name="actionPlayer_7"/>
  116. <addaction name="actionPlayer_8"/>
  117. </widget>
  118. <addaction name="menuFile"/>
  119. <addaction name="menuEdit"/>
  120. <addaction name="menuView"/>
  121. <addaction name="menuMap"/>
  122. <addaction name="menuPlayer"/>
  123. </widget>
  124. <widget class="QToolBar" name="toolBar">
  125. <property name="windowTitle">
  126. <string>Toolbar</string>
  127. </property>
  128. <attribute name="toolBarArea">
  129. <enum>TopToolBarArea</enum>
  130. </attribute>
  131. <attribute name="toolBarBreak">
  132. <bool>false</bool>
  133. </attribute>
  134. <addaction name="actionNew"/>
  135. <addaction name="actionOpen"/>
  136. <addaction name="actionSave"/>
  137. <addaction name="separator"/>
  138. <addaction name="actionUndo"/>
  139. <addaction name="actionRedo"/>
  140. <addaction name="separator"/>
  141. <addaction name="actionLevel"/>
  142. <addaction name="actionGrid"/>
  143. <addaction name="actionPass"/>
  144. <addaction name="separator"/>
  145. <addaction name="actionErase"/>
  146. <addaction name="actionCut"/>
  147. <addaction name="actionCopy"/>
  148. <addaction name="actionPaste"/>
  149. <addaction name="separator"/>
  150. <addaction name="actionFill"/>
  151. <addaction name="actionTranslations"/>
  152. <addaction name="separator"/>
  153. <addaction name="actionLock"/>
  154. <addaction name="actionUnlock"/>
  155. <addaction name="separator"/>
  156. <addaction name="actionZoom_in"/>
  157. <addaction name="actionZoom_out"/>
  158. <addaction name="actionZoom_reset"/>
  159. </widget>
  160. <widget class="QDockWidget" name="dockWidget_2">
  161. <property name="sizePolicy">
  162. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  163. <horstretch>0</horstretch>
  164. <verstretch>0</verstretch>
  165. </sizepolicy>
  166. </property>
  167. <property name="minimumSize">
  168. <size>
  169. <width>192</width>
  170. <height>214</height>
  171. </size>
  172. </property>
  173. <property name="maximumSize">
  174. <size>
  175. <width>524287</width>
  176. <height>214</height>
  177. </size>
  178. </property>
  179. <property name="features">
  180. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  181. </property>
  182. <property name="windowTitle">
  183. <string>Minimap</string>
  184. </property>
  185. <attribute name="dockWidgetArea">
  186. <number>2</number>
  187. </attribute>
  188. <widget class="QWidget" name="dockWidgetContents_2">
  189. <property name="maximumSize">
  190. <size>
  191. <width>524287</width>
  192. <height>16777215</height>
  193. </size>
  194. </property>
  195. <layout class="QVBoxLayout" name="verticalLayout_6">
  196. <property name="leftMargin">
  197. <number>0</number>
  198. </property>
  199. <property name="topMargin">
  200. <number>0</number>
  201. </property>
  202. <property name="rightMargin">
  203. <number>0</number>
  204. </property>
  205. <property name="bottomMargin">
  206. <number>0</number>
  207. </property>
  208. <item>
  209. <widget class="MinimapView" name="minimapView">
  210. <property name="sizePolicy">
  211. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  212. <horstretch>0</horstretch>
  213. <verstretch>0</verstretch>
  214. </sizepolicy>
  215. </property>
  216. <property name="minimumSize">
  217. <size>
  218. <width>192</width>
  219. <height>192</height>
  220. </size>
  221. </property>
  222. <property name="verticalScrollBarPolicy">
  223. <enum>Qt::ScrollBarAlwaysOff</enum>
  224. </property>
  225. <property name="horizontalScrollBarPolicy">
  226. <enum>Qt::ScrollBarAlwaysOff</enum>
  227. </property>
  228. </widget>
  229. </item>
  230. </layout>
  231. </widget>
  232. </widget>
  233. <widget class="QDockWidget" name="dockWidget_3">
  234. <property name="sizePolicy">
  235. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  236. <horstretch>0</horstretch>
  237. <verstretch>0</verstretch>
  238. </sizepolicy>
  239. </property>
  240. <property name="minimumSize">
  241. <size>
  242. <width>268</width>
  243. <height>196</height>
  244. </size>
  245. </property>
  246. <property name="maximumSize">
  247. <size>
  248. <width>524287</width>
  249. <height>524287</height>
  250. </size>
  251. </property>
  252. <property name="features">
  253. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  254. </property>
  255. <property name="windowTitle">
  256. <string>Map Objects View</string>
  257. </property>
  258. <attribute name="dockWidgetArea">
  259. <number>2</number>
  260. </attribute>
  261. <widget class="QWidget" name="dockWidgetContents_3">
  262. <property name="sizePolicy">
  263. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
  264. <horstretch>0</horstretch>
  265. <verstretch>0</verstretch>
  266. </sizepolicy>
  267. </property>
  268. <layout class="QVBoxLayout" name="verticalLayout_7">
  269. <property name="leftMargin">
  270. <number>0</number>
  271. </property>
  272. <property name="topMargin">
  273. <number>0</number>
  274. </property>
  275. <property name="rightMargin">
  276. <number>0</number>
  277. </property>
  278. <property name="bottomMargin">
  279. <number>0</number>
  280. </property>
  281. <item>
  282. <widget class="QTabWidget" name="tabWidget">
  283. <property name="sizePolicy">
  284. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  285. <horstretch>0</horstretch>
  286. <verstretch>0</verstretch>
  287. </sizepolicy>
  288. </property>
  289. <property name="currentIndex">
  290. <number>1</number>
  291. </property>
  292. <widget class="QWidget" name="tab_2">
  293. <property name="sizePolicy">
  294. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
  295. <horstretch>0</horstretch>
  296. <verstretch>0</verstretch>
  297. </sizepolicy>
  298. </property>
  299. <attribute name="title">
  300. <string>Browser</string>
  301. </attribute>
  302. <layout class="QVBoxLayout" name="verticalLayout_2">
  303. <property name="spacing">
  304. <number>0</number>
  305. </property>
  306. <property name="leftMargin">
  307. <number>0</number>
  308. </property>
  309. <property name="topMargin">
  310. <number>0</number>
  311. </property>
  312. <property name="rightMargin">
  313. <number>0</number>
  314. </property>
  315. <property name="bottomMargin">
  316. <number>0</number>
  317. </property>
  318. <item>
  319. <widget class="QComboBox" name="terrainFilterCombo">
  320. <property name="sizePolicy">
  321. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  322. <horstretch>0</horstretch>
  323. <verstretch>0</verstretch>
  324. </sizepolicy>
  325. </property>
  326. </widget>
  327. </item>
  328. <item>
  329. <widget class="QLineEdit" name="filter"/>
  330. </item>
  331. <item>
  332. <widget class="ObjectBrowser" name="treeView">
  333. <property name="sizePolicy">
  334. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  335. <horstretch>0</horstretch>
  336. <verstretch>0</verstretch>
  337. </sizepolicy>
  338. </property>
  339. <property name="mouseTracking">
  340. <bool>false</bool>
  341. </property>
  342. <property name="focusPolicy">
  343. <enum>Qt::ClickFocus</enum>
  344. </property>
  345. <property name="editTriggers">
  346. <set>QAbstractItemView::NoEditTriggers</set>
  347. </property>
  348. <property name="showDropIndicator" stdset="0">
  349. <bool>false</bool>
  350. </property>
  351. <property name="dragDropMode">
  352. <enum>QAbstractItemView::DragOnly</enum>
  353. </property>
  354. <property name="selectionBehavior">
  355. <enum>QAbstractItemView::SelectItems</enum>
  356. </property>
  357. <property name="iconSize">
  358. <size>
  359. <width>32</width>
  360. <height>32</height>
  361. </size>
  362. </property>
  363. <property name="indentation">
  364. <number>12</number>
  365. </property>
  366. <property name="sortingEnabled">
  367. <bool>true</bool>
  368. </property>
  369. <property name="headerHidden">
  370. <bool>true</bool>
  371. </property>
  372. </widget>
  373. </item>
  374. </layout>
  375. </widget>
  376. <widget class="QWidget" name="tab">
  377. <attribute name="title">
  378. <string>Inspector</string>
  379. </attribute>
  380. <layout class="QVBoxLayout" name="verticalLayout_3">
  381. <property name="leftMargin">
  382. <number>0</number>
  383. </property>
  384. <property name="topMargin">
  385. <number>0</number>
  386. </property>
  387. <property name="rightMargin">
  388. <number>0</number>
  389. </property>
  390. <property name="bottomMargin">
  391. <number>0</number>
  392. </property>
  393. <item>
  394. <widget class="QTableWidget" name="inspectorWidget">
  395. <property name="font">
  396. <font>
  397. <pointsize>10</pointsize>
  398. </font>
  399. </property>
  400. <property name="editTriggers">
  401. <set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
  402. </property>
  403. <property name="selectionMode">
  404. <enum>QAbstractItemView::SingleSelection</enum>
  405. </property>
  406. <property name="columnCount">
  407. <number>2</number>
  408. </property>
  409. <attribute name="horizontalHeaderStretchLastSection">
  410. <bool>true</bool>
  411. </attribute>
  412. <attribute name="verticalHeaderVisible">
  413. <bool>false</bool>
  414. </attribute>
  415. <attribute name="verticalHeaderDefaultSectionSize">
  416. <number>21</number>
  417. </attribute>
  418. <column>
  419. <property name="text">
  420. <string>Property</string>
  421. </property>
  422. </column>
  423. <column>
  424. <property name="text">
  425. <string>Value</string>
  426. </property>
  427. </column>
  428. </widget>
  429. </item>
  430. </layout>
  431. </widget>
  432. </widget>
  433. </item>
  434. </layout>
  435. </widget>
  436. </widget>
  437. <widget class="QStatusBar" name="statusbar"/>
  438. <widget class="QDockWidget" name="dockWidget">
  439. <property name="sizePolicy">
  440. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  441. <horstretch>0</horstretch>
  442. <verstretch>0</verstretch>
  443. </sizepolicy>
  444. </property>
  445. <property name="features">
  446. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  447. </property>
  448. <property name="windowTitle">
  449. <string>Tools</string>
  450. </property>
  451. <attribute name="dockWidgetArea">
  452. <number>1</number>
  453. </attribute>
  454. <widget class="QWidget" name="dockWidgetContents">
  455. <property name="sizePolicy">
  456. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  457. <horstretch>0</horstretch>
  458. <verstretch>0</verstretch>
  459. </sizepolicy>
  460. </property>
  461. <property name="minimumSize">
  462. <size>
  463. <width>0</width>
  464. <height>0</height>
  465. </size>
  466. </property>
  467. <property name="maximumSize">
  468. <size>
  469. <width>16777215</width>
  470. <height>16777215</height>
  471. </size>
  472. </property>
  473. <layout class="QVBoxLayout" name="verticalLayout_8">
  474. <property name="leftMargin">
  475. <number>3</number>
  476. </property>
  477. <property name="topMargin">
  478. <number>3</number>
  479. </property>
  480. <property name="rightMargin">
  481. <number>3</number>
  482. </property>
  483. <property name="bottomMargin">
  484. <number>3</number>
  485. </property>
  486. <item>
  487. <layout class="QHBoxLayout" name="horizontalLayout">
  488. <property name="topMargin">
  489. <number>0</number>
  490. </property>
  491. <item>
  492. <widget class="QPushButton" name="toolBrush">
  493. <property name="sizePolicy">
  494. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  495. <horstretch>0</horstretch>
  496. <verstretch>0</verstretch>
  497. </sizepolicy>
  498. </property>
  499. <property name="minimumSize">
  500. <size>
  501. <width>40</width>
  502. <height>40</height>
  503. </size>
  504. </property>
  505. <property name="maximumSize">
  506. <size>
  507. <width>40</width>
  508. <height>40</height>
  509. </size>
  510. </property>
  511. <property name="text">
  512. <string/>
  513. </property>
  514. <property name="icon">
  515. <iconset>
  516. <normaloff>icons:brush-1.png</normaloff>icons:brush-1.png</iconset>
  517. </property>
  518. <property name="iconSize">
  519. <size>
  520. <width>16</width>
  521. <height>16</height>
  522. </size>
  523. </property>
  524. <property name="checkable">
  525. <bool>true</bool>
  526. </property>
  527. <property name="autoExclusive">
  528. <bool>true</bool>
  529. </property>
  530. <property name="flat">
  531. <bool>false</bool>
  532. </property>
  533. </widget>
  534. </item>
  535. <item>
  536. <widget class="QPushButton" name="toolBrush2">
  537. <property name="enabled">
  538. <bool>true</bool>
  539. </property>
  540. <property name="sizePolicy">
  541. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  542. <horstretch>0</horstretch>
  543. <verstretch>0</verstretch>
  544. </sizepolicy>
  545. </property>
  546. <property name="minimumSize">
  547. <size>
  548. <width>40</width>
  549. <height>40</height>
  550. </size>
  551. </property>
  552. <property name="maximumSize">
  553. <size>
  554. <width>40</width>
  555. <height>40</height>
  556. </size>
  557. </property>
  558. <property name="text">
  559. <string/>
  560. </property>
  561. <property name="icon">
  562. <iconset>
  563. <normaloff>icons:brush-2.png</normaloff>icons:brush-2.png</iconset>
  564. </property>
  565. <property name="iconSize">
  566. <size>
  567. <width>16</width>
  568. <height>16</height>
  569. </size>
  570. </property>
  571. <property name="checkable">
  572. <bool>true</bool>
  573. </property>
  574. <property name="autoExclusive">
  575. <bool>true</bool>
  576. </property>
  577. <property name="flat">
  578. <bool>false</bool>
  579. </property>
  580. </widget>
  581. </item>
  582. <item>
  583. <widget class="QPushButton" name="toolBrush4">
  584. <property name="enabled">
  585. <bool>true</bool>
  586. </property>
  587. <property name="sizePolicy">
  588. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  589. <horstretch>0</horstretch>
  590. <verstretch>0</verstretch>
  591. </sizepolicy>
  592. </property>
  593. <property name="minimumSize">
  594. <size>
  595. <width>40</width>
  596. <height>40</height>
  597. </size>
  598. </property>
  599. <property name="maximumSize">
  600. <size>
  601. <width>40</width>
  602. <height>40</height>
  603. </size>
  604. </property>
  605. <property name="text">
  606. <string/>
  607. </property>
  608. <property name="icon">
  609. <iconset>
  610. <normaloff>icons:brush-4.png</normaloff>icons:brush-4.png</iconset>
  611. </property>
  612. <property name="iconSize">
  613. <size>
  614. <width>16</width>
  615. <height>16</height>
  616. </size>
  617. </property>
  618. <property name="checkable">
  619. <bool>true</bool>
  620. </property>
  621. <property name="autoExclusive">
  622. <bool>true</bool>
  623. </property>
  624. <property name="flat">
  625. <bool>false</bool>
  626. </property>
  627. </widget>
  628. </item>
  629. <item>
  630. <widget class="QPushButton" name="toolLasso">
  631. <property name="enabled">
  632. <bool>true</bool>
  633. </property>
  634. <property name="sizePolicy">
  635. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  636. <horstretch>0</horstretch>
  637. <verstretch>0</verstretch>
  638. </sizepolicy>
  639. </property>
  640. <property name="minimumSize">
  641. <size>
  642. <width>40</width>
  643. <height>40</height>
  644. </size>
  645. </property>
  646. <property name="maximumSize">
  647. <size>
  648. <width>40</width>
  649. <height>40</height>
  650. </size>
  651. </property>
  652. <property name="text">
  653. <string/>
  654. </property>
  655. <property name="icon">
  656. <iconset>
  657. <normaloff>icons:brush-3.png</normaloff>icons:brush-3.png</iconset>
  658. </property>
  659. <property name="checkable">
  660. <bool>true</bool>
  661. </property>
  662. <property name="autoExclusive">
  663. <bool>true</bool>
  664. </property>
  665. <property name="flat">
  666. <bool>false</bool>
  667. </property>
  668. </widget>
  669. </item>
  670. </layout>
  671. </item>
  672. <item>
  673. <layout class="QHBoxLayout" name="horizontalLayout_2">
  674. <property name="topMargin">
  675. <number>0</number>
  676. </property>
  677. <item>
  678. <widget class="QPushButton" name="toolLine">
  679. <property name="sizePolicy">
  680. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  681. <horstretch>0</horstretch>
  682. <verstretch>0</verstretch>
  683. </sizepolicy>
  684. </property>
  685. <property name="minimumSize">
  686. <size>
  687. <width>40</width>
  688. <height>40</height>
  689. </size>
  690. </property>
  691. <property name="maximumSize">
  692. <size>
  693. <width>40</width>
  694. <height>40</height>
  695. </size>
  696. </property>
  697. <property name="text">
  698. <string/>
  699. </property>
  700. <property name="icon">
  701. <iconset>
  702. <normaloff>icons:brush-7.png</normaloff>icons:brush-7.png</iconset>
  703. </property>
  704. <property name="checkable">
  705. <bool>true</bool>
  706. </property>
  707. <property name="autoExclusive">
  708. <bool>true</bool>
  709. </property>
  710. </widget>
  711. </item>
  712. <item>
  713. <widget class="QPushButton" name="toolArea">
  714. <property name="sizePolicy">
  715. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  716. <horstretch>0</horstretch>
  717. <verstretch>0</verstretch>
  718. </sizepolicy>
  719. </property>
  720. <property name="minimumSize">
  721. <size>
  722. <width>40</width>
  723. <height>40</height>
  724. </size>
  725. </property>
  726. <property name="maximumSize">
  727. <size>
  728. <width>40</width>
  729. <height>40</height>
  730. </size>
  731. </property>
  732. <property name="text">
  733. <string/>
  734. </property>
  735. <property name="icon">
  736. <iconset>
  737. <normaloff>icons:brush-5.png</normaloff>icons:brush-5.png</iconset>
  738. </property>
  739. <property name="checkable">
  740. <bool>true</bool>
  741. </property>
  742. <property name="autoExclusive">
  743. <bool>true</bool>
  744. </property>
  745. <property name="flat">
  746. <bool>false</bool>
  747. </property>
  748. </widget>
  749. </item>
  750. <item>
  751. <widget class="QPushButton" name="toolFill">
  752. <property name="sizePolicy">
  753. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  754. <horstretch>0</horstretch>
  755. <verstretch>0</verstretch>
  756. </sizepolicy>
  757. </property>
  758. <property name="minimumSize">
  759. <size>
  760. <width>40</width>
  761. <height>40</height>
  762. </size>
  763. </property>
  764. <property name="maximumSize">
  765. <size>
  766. <width>40</width>
  767. <height>40</height>
  768. </size>
  769. </property>
  770. <property name="text">
  771. <string/>
  772. </property>
  773. <property name="icon">
  774. <iconset>
  775. <normaloff>icons:brush-6.png</normaloff>icons:brush-6.png</iconset>
  776. </property>
  777. <property name="checkable">
  778. <bool>true</bool>
  779. </property>
  780. <property name="autoExclusive">
  781. <bool>true</bool>
  782. </property>
  783. </widget>
  784. </item>
  785. <item>
  786. <widget class="QPushButton" name="toolSelect">
  787. <property name="enabled">
  788. <bool>true</bool>
  789. </property>
  790. <property name="sizePolicy">
  791. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  792. <horstretch>0</horstretch>
  793. <verstretch>0</verstretch>
  794. </sizepolicy>
  795. </property>
  796. <property name="minimumSize">
  797. <size>
  798. <width>40</width>
  799. <height>40</height>
  800. </size>
  801. </property>
  802. <property name="maximumSize">
  803. <size>
  804. <width>40</width>
  805. <height>40</height>
  806. </size>
  807. </property>
  808. <property name="text">
  809. <string/>
  810. </property>
  811. <property name="icon">
  812. <iconset>
  813. <normaloff>icons:brush-0.png</normaloff>icons:brush-0.png</iconset>
  814. </property>
  815. <property name="checkable">
  816. <bool>true</bool>
  817. </property>
  818. <property name="checked">
  819. <bool>true</bool>
  820. </property>
  821. <property name="autoExclusive">
  822. <bool>true</bool>
  823. </property>
  824. <property name="flat">
  825. <bool>false</bool>
  826. </property>
  827. </widget>
  828. </item>
  829. </layout>
  830. </item>
  831. </layout>
  832. </widget>
  833. </widget>
  834. <widget class="QDockWidget" name="dockWidget_4">
  835. <property name="sizePolicy">
  836. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  837. <horstretch>0</horstretch>
  838. <verstretch>0</verstretch>
  839. </sizepolicy>
  840. </property>
  841. <property name="features">
  842. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  843. </property>
  844. <property name="windowTitle">
  845. <string>Painting</string>
  846. </property>
  847. <attribute name="dockWidgetArea">
  848. <number>1</number>
  849. </attribute>
  850. <widget class="QWidget" name="dockWidgetContents_6">
  851. <layout class="QVBoxLayout" name="verticalLayout_9">
  852. <property name="leftMargin">
  853. <number>0</number>
  854. </property>
  855. <property name="topMargin">
  856. <number>0</number>
  857. </property>
  858. <property name="rightMargin">
  859. <number>0</number>
  860. </property>
  861. <property name="bottomMargin">
  862. <number>0</number>
  863. </property>
  864. <item>
  865. <widget class="QToolBox" name="toolBox">
  866. <property name="sizePolicy">
  867. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  868. <horstretch>0</horstretch>
  869. <verstretch>0</verstretch>
  870. </sizepolicy>
  871. </property>
  872. <property name="maximumSize">
  873. <size>
  874. <width>16777215</width>
  875. <height>16777215</height>
  876. </size>
  877. </property>
  878. <property name="currentIndex">
  879. <number>0</number>
  880. </property>
  881. <widget class="QWidget" name="terrainPage">
  882. <property name="geometry">
  883. <rect>
  884. <x>0</x>
  885. <y>0</y>
  886. <width>256</width>
  887. <height>120</height>
  888. </rect>
  889. </property>
  890. <property name="sizePolicy">
  891. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  892. <horstretch>0</horstretch>
  893. <verstretch>0</verstretch>
  894. </sizepolicy>
  895. </property>
  896. <attribute name="label">
  897. <string>Terrains</string>
  898. </attribute>
  899. <layout class="QVBoxLayout" name="verticalLayout">
  900. <property name="spacing">
  901. <number>1</number>
  902. </property>
  903. <property name="leftMargin">
  904. <number>0</number>
  905. </property>
  906. <property name="topMargin">
  907. <number>0</number>
  908. </property>
  909. <property name="rightMargin">
  910. <number>0</number>
  911. </property>
  912. <property name="bottomMargin">
  913. <number>0</number>
  914. </property>
  915. <item>
  916. <layout class="QVBoxLayout" name="terrainLayout">
  917. <property name="spacing">
  918. <number>1</number>
  919. </property>
  920. </layout>
  921. </item>
  922. </layout>
  923. </widget>
  924. <widget class="QWidget" name="roadPage">
  925. <property name="geometry">
  926. <rect>
  927. <x>0</x>
  928. <y>0</y>
  929. <width>256</width>
  930. <height>120</height>
  931. </rect>
  932. </property>
  933. <property name="sizePolicy">
  934. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  935. <horstretch>0</horstretch>
  936. <verstretch>0</verstretch>
  937. </sizepolicy>
  938. </property>
  939. <attribute name="label">
  940. <string>Roads</string>
  941. </attribute>
  942. <layout class="QVBoxLayout" name="verticalLayout_4">
  943. <property name="leftMargin">
  944. <number>0</number>
  945. </property>
  946. <property name="topMargin">
  947. <number>0</number>
  948. </property>
  949. <property name="rightMargin">
  950. <number>0</number>
  951. </property>
  952. <property name="bottomMargin">
  953. <number>0</number>
  954. </property>
  955. <item>
  956. <layout class="QVBoxLayout" name="roadLayout">
  957. <property name="spacing">
  958. <number>1</number>
  959. </property>
  960. </layout>
  961. </item>
  962. </layout>
  963. </widget>
  964. <widget class="QWidget" name="riverPage">
  965. <property name="geometry">
  966. <rect>
  967. <x>0</x>
  968. <y>0</y>
  969. <width>256</width>
  970. <height>120</height>
  971. </rect>
  972. </property>
  973. <property name="sizePolicy">
  974. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  975. <horstretch>0</horstretch>
  976. <verstretch>0</verstretch>
  977. </sizepolicy>
  978. </property>
  979. <attribute name="label">
  980. <string>Rivers</string>
  981. </attribute>
  982. <layout class="QVBoxLayout" name="verticalLayout_5">
  983. <property name="leftMargin">
  984. <number>0</number>
  985. </property>
  986. <property name="topMargin">
  987. <number>0</number>
  988. </property>
  989. <property name="rightMargin">
  990. <number>0</number>
  991. </property>
  992. <property name="bottomMargin">
  993. <number>0</number>
  994. </property>
  995. <item>
  996. <layout class="QVBoxLayout" name="riverLayout">
  997. <property name="spacing">
  998. <number>1</number>
  999. </property>
  1000. </layout>
  1001. </item>
  1002. </layout>
  1003. </widget>
  1004. </widget>
  1005. </item>
  1006. </layout>
  1007. </widget>
  1008. </widget>
  1009. <widget class="QDockWidget" name="dockWidget_5">
  1010. <property name="features">
  1011. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  1012. </property>
  1013. <property name="windowTitle">
  1014. <string>Preview</string>
  1015. </property>
  1016. <attribute name="dockWidgetArea">
  1017. <number>1</number>
  1018. </attribute>
  1019. <widget class="QWidget" name="dockWidgetContents_7">
  1020. <layout class="QVBoxLayout" name="verticalLayout_11">
  1021. <property name="leftMargin">
  1022. <number>0</number>
  1023. </property>
  1024. <property name="topMargin">
  1025. <number>0</number>
  1026. </property>
  1027. <property name="rightMargin">
  1028. <number>0</number>
  1029. </property>
  1030. <property name="bottomMargin">
  1031. <number>0</number>
  1032. </property>
  1033. <item>
  1034. <widget class="QGraphicsView" name="objectPreview">
  1035. <property name="minimumSize">
  1036. <size>
  1037. <width>128</width>
  1038. <height>128</height>
  1039. </size>
  1040. </property>
  1041. </widget>
  1042. </item>
  1043. </layout>
  1044. </widget>
  1045. </widget>
  1046. <action name="actionOpen">
  1047. <property name="icon">
  1048. <iconset>
  1049. <normaloff>icons:document-open.png</normaloff>icons:document-open.png</iconset>
  1050. </property>
  1051. <property name="text">
  1052. <string>Open</string>
  1053. </property>
  1054. <property name="shortcut">
  1055. <string notr="true">Ctrl+O</string>
  1056. </property>
  1057. </action>
  1058. <action name="actionSave">
  1059. <property name="icon">
  1060. <iconset>
  1061. <normaloff>icons:document-save.png</normaloff>icons:document-save.png</iconset>
  1062. </property>
  1063. <property name="text">
  1064. <string>Save</string>
  1065. </property>
  1066. <property name="shortcut">
  1067. <string notr="true">Ctrl+S</string>
  1068. </property>
  1069. </action>
  1070. <action name="actionNew">
  1071. <property name="icon">
  1072. <iconset>
  1073. <normaloff>icons:document-new.png</normaloff>icons:document-new.png</iconset>
  1074. </property>
  1075. <property name="text">
  1076. <string>New</string>
  1077. </property>
  1078. <property name="shortcut">
  1079. <string notr="true">Ctrl+N</string>
  1080. </property>
  1081. </action>
  1082. <action name="actionSave_as">
  1083. <property name="text">
  1084. <string>Save as...</string>
  1085. </property>
  1086. <property name="shortcut">
  1087. <string>Ctrl+Shift+S</string>
  1088. </property>
  1089. </action>
  1090. <action name="actionLevel">
  1091. <property name="icon">
  1092. <iconset>
  1093. <normaloff>icons:toggle-underground.png</normaloff>icons:toggle-underground.png</iconset>
  1094. </property>
  1095. <property name="text">
  1096. <string>U/G</string>
  1097. </property>
  1098. <property name="toolTip">
  1099. <string>View underground</string>
  1100. </property>
  1101. <property name="shortcut">
  1102. <string notr="true">U</string>
  1103. </property>
  1104. </action>
  1105. <action name="actionPass">
  1106. <property name="checkable">
  1107. <bool>true</bool>
  1108. </property>
  1109. <property name="icon">
  1110. <iconset>
  1111. <normaloff>icons:toggle-pass.png</normaloff>icons:toggle-pass.png</iconset>
  1112. </property>
  1113. <property name="text">
  1114. <string>Pass</string>
  1115. </property>
  1116. <property name="shortcut">
  1117. <string notr="true">P</string>
  1118. </property>
  1119. </action>
  1120. <action name="actionCut">
  1121. <property name="icon">
  1122. <iconset>
  1123. <normaloff>icons:edit-cut.png</normaloff>icons:edit-cut.png</iconset>
  1124. </property>
  1125. <property name="text">
  1126. <string>Cut</string>
  1127. </property>
  1128. <property name="shortcut">
  1129. <string notr="true">Ctrl+X</string>
  1130. </property>
  1131. </action>
  1132. <action name="actionCopy">
  1133. <property name="icon">
  1134. <iconset>
  1135. <normaloff>icons:edit-copy.png</normaloff>icons:edit-copy.png</iconset>
  1136. </property>
  1137. <property name="text">
  1138. <string>Copy</string>
  1139. </property>
  1140. <property name="shortcut">
  1141. <string notr="true">Ctrl+C</string>
  1142. </property>
  1143. </action>
  1144. <action name="actionPaste">
  1145. <property name="icon">
  1146. <iconset>
  1147. <normaloff>icons:edit-paste.png</normaloff>icons:edit-paste.png</iconset>
  1148. </property>
  1149. <property name="text">
  1150. <string>Paste</string>
  1151. </property>
  1152. <property name="shortcut">
  1153. <string notr="true">Ctrl+V</string>
  1154. </property>
  1155. </action>
  1156. <action name="actionFill">
  1157. <property name="icon">
  1158. <iconset>
  1159. <normaloff>icons:fill-obstacles.png</normaloff>icons:fill-obstacles.png</iconset>
  1160. </property>
  1161. <property name="text">
  1162. <string>Fill</string>
  1163. </property>
  1164. <property name="toolTip">
  1165. <string>Fills the selection with obstacles</string>
  1166. </property>
  1167. <property name="shortcut">
  1168. <string notr="true">F</string>
  1169. </property>
  1170. </action>
  1171. <action name="actionGrid">
  1172. <property name="checkable">
  1173. <bool>true</bool>
  1174. </property>
  1175. <property name="icon">
  1176. <iconset>
  1177. <normaloff>icons:toggle-grid.png</normaloff>icons:toggle-grid.png</iconset>
  1178. </property>
  1179. <property name="text">
  1180. <string>Grid</string>
  1181. </property>
  1182. <property name="shortcut">
  1183. <string notr="true">G</string>
  1184. </property>
  1185. </action>
  1186. <action name="actionMapSettings">
  1187. <property name="enabled">
  1188. <bool>false</bool>
  1189. </property>
  1190. <property name="text">
  1191. <string>General</string>
  1192. </property>
  1193. <property name="toolTip">
  1194. <string>Map title and description</string>
  1195. </property>
  1196. <property name="shortcut">
  1197. <string notr="true"/>
  1198. </property>
  1199. </action>
  1200. <action name="actionPlayers_settings">
  1201. <property name="enabled">
  1202. <bool>false</bool>
  1203. </property>
  1204. <property name="text">
  1205. <string>Players settings</string>
  1206. </property>
  1207. <property name="shortcut">
  1208. <string notr="true"/>
  1209. </property>
  1210. </action>
  1211. <action name="actionUndo">
  1212. <property name="enabled">
  1213. <bool>false</bool>
  1214. </property>
  1215. <property name="icon">
  1216. <iconset>
  1217. <normaloff>icons:edit-undo.png</normaloff>icons:edit-undo.png</iconset>
  1218. </property>
  1219. <property name="text">
  1220. <string>Undo</string>
  1221. </property>
  1222. <property name="iconText">
  1223. <string>Undo</string>
  1224. </property>
  1225. <property name="shortcut">
  1226. <string notr="true">Ctrl+Z</string>
  1227. </property>
  1228. <property name="shortcutVisibleInContextMenu">
  1229. <bool>true</bool>
  1230. </property>
  1231. </action>
  1232. <action name="actionRedo">
  1233. <property name="enabled">
  1234. <bool>false</bool>
  1235. </property>
  1236. <property name="icon">
  1237. <iconset>
  1238. <normaloff>icons:edit-redo.png</normaloff>icons:edit-redo.png</iconset>
  1239. </property>
  1240. <property name="text">
  1241. <string>Redo</string>
  1242. </property>
  1243. <property name="shortcut">
  1244. <string notr="true">Ctrl+Y</string>
  1245. </property>
  1246. <property name="shortcutVisibleInContextMenu">
  1247. <bool>true</bool>
  1248. </property>
  1249. </action>
  1250. <action name="actionErase">
  1251. <property name="enabled">
  1252. <bool>false</bool>
  1253. </property>
  1254. <property name="icon">
  1255. <iconset>
  1256. <normaloff>icons:edit-clear.png</normaloff>icons:edit-clear.png</iconset>
  1257. </property>
  1258. <property name="text">
  1259. <string>Erase</string>
  1260. </property>
  1261. <property name="shortcut">
  1262. <string notr="true">Del</string>
  1263. </property>
  1264. </action>
  1265. <action name="actionNeutral">
  1266. <property name="checkable">
  1267. <bool>true</bool>
  1268. </property>
  1269. <property name="text">
  1270. <string>Neutral</string>
  1271. </property>
  1272. <property name="shortcut">
  1273. <string notr="true">Ctrl+0</string>
  1274. </property>
  1275. </action>
  1276. <action name="actionValidate">
  1277. <property name="text">
  1278. <string>Validate</string>
  1279. </property>
  1280. <property name="shortcut">
  1281. <string notr="true"/>
  1282. </property>
  1283. </action>
  1284. <action name="actionUpdate_appearance">
  1285. <property name="enabled">
  1286. <bool>false</bool>
  1287. </property>
  1288. <property name="text">
  1289. <string>Update appearance</string>
  1290. </property>
  1291. <property name="shortcut">
  1292. <string notr="true"/>
  1293. </property>
  1294. </action>
  1295. <action name="actionRecreate_obstacles">
  1296. <property name="enabled">
  1297. <bool>false</bool>
  1298. </property>
  1299. <property name="text">
  1300. <string>Recreate obstacles</string>
  1301. </property>
  1302. <property name="shortcut">
  1303. <string notr="true"/>
  1304. </property>
  1305. </action>
  1306. <action name="actionPlayer_1">
  1307. <property name="checkable">
  1308. <bool>true</bool>
  1309. </property>
  1310. <property name="text">
  1311. <string>Player 1</string>
  1312. </property>
  1313. <property name="shortcut">
  1314. <string notr="true">Ctrl+1</string>
  1315. </property>
  1316. </action>
  1317. <action name="actionPlayer_2">
  1318. <property name="checkable">
  1319. <bool>true</bool>
  1320. </property>
  1321. <property name="text">
  1322. <string>Player 2</string>
  1323. </property>
  1324. <property name="shortcut">
  1325. <string notr="true">Ctrl+2</string>
  1326. </property>
  1327. </action>
  1328. <action name="actionPlayer_3">
  1329. <property name="checkable">
  1330. <bool>true</bool>
  1331. </property>
  1332. <property name="text">
  1333. <string>Player 3</string>
  1334. </property>
  1335. <property name="shortcut">
  1336. <string notr="true">Ctrl+3</string>
  1337. </property>
  1338. </action>
  1339. <action name="actionPlayer_4">
  1340. <property name="checkable">
  1341. <bool>true</bool>
  1342. </property>
  1343. <property name="text">
  1344. <string>Player 4</string>
  1345. </property>
  1346. <property name="shortcut">
  1347. <string notr="true">Ctrl+4</string>
  1348. </property>
  1349. </action>
  1350. <action name="actionPlayer_5">
  1351. <property name="checkable">
  1352. <bool>true</bool>
  1353. </property>
  1354. <property name="text">
  1355. <string>Player 5</string>
  1356. </property>
  1357. <property name="shortcut">
  1358. <string notr="true">Ctrl+5</string>
  1359. </property>
  1360. </action>
  1361. <action name="actionPlayer_6">
  1362. <property name="checkable">
  1363. <bool>true</bool>
  1364. </property>
  1365. <property name="text">
  1366. <string>Player 6</string>
  1367. </property>
  1368. <property name="shortcut">
  1369. <string notr="true">Ctrl+6</string>
  1370. </property>
  1371. </action>
  1372. <action name="actionPlayer_7">
  1373. <property name="checkable">
  1374. <bool>true</bool>
  1375. </property>
  1376. <property name="text">
  1377. <string>Player 7</string>
  1378. </property>
  1379. <property name="shortcut">
  1380. <string notr="true">Ctrl+7</string>
  1381. </property>
  1382. </action>
  1383. <action name="actionPlayer_8">
  1384. <property name="checkable">
  1385. <bool>true</bool>
  1386. </property>
  1387. <property name="text">
  1388. <string>Player 8</string>
  1389. </property>
  1390. <property name="shortcut">
  1391. <string notr="true">Ctrl+8</string>
  1392. </property>
  1393. </action>
  1394. <action name="actionExport">
  1395. <property name="text">
  1396. <string>Export as...</string>
  1397. </property>
  1398. </action>
  1399. <action name="actionTranslations">
  1400. <property name="enabled">
  1401. <bool>false</bool>
  1402. </property>
  1403. <property name="icon">
  1404. <iconset>
  1405. <normaloff>icons:translations.png</normaloff>icons:translations.png</iconset>
  1406. </property>
  1407. <property name="text">
  1408. <string>Translations</string>
  1409. </property>
  1410. <property name="shortcut">
  1411. <string>Ctrl+T</string>
  1412. </property>
  1413. </action>
  1414. <action name="actionh3m_converter">
  1415. <property name="text">
  1416. <string>h3m converter</string>
  1417. </property>
  1418. <property name="toolTip">
  1419. <string>h3m converter</string>
  1420. </property>
  1421. </action>
  1422. <action name="actionLock">
  1423. <property name="icon">
  1424. <iconset>
  1425. <normaloff>icons:lock-closed.png</normaloff>icons:lock-closed.png</iconset>
  1426. </property>
  1427. <property name="text">
  1428. <string>Lock</string>
  1429. </property>
  1430. <property name="toolTip">
  1431. <string>Lock objects on map to avoid unnecessary changes</string>
  1432. </property>
  1433. <property name="shortcut">
  1434. <string>Ctrl+L</string>
  1435. </property>
  1436. </action>
  1437. <action name="actionUnlock">
  1438. <property name="icon">
  1439. <iconset>
  1440. <normaloff>icons:lock-open.png</normaloff>icons:lock-open.png</iconset>
  1441. </property>
  1442. <property name="text">
  1443. <string>Unlock</string>
  1444. </property>
  1445. <property name="toolTip">
  1446. <string>Unlock all objects on the map</string>
  1447. </property>
  1448. <property name="shortcut">
  1449. <string>Ctrl+Shift+L</string>
  1450. </property>
  1451. </action>
  1452. <action name="actionZoom_in">
  1453. <property name="icon">
  1454. <iconset>
  1455. <normaloff>icons:zoom_plus.png</normaloff>icons:zoom_plus.png</iconset>
  1456. </property>
  1457. <property name="text">
  1458. <string>Zoom in</string>
  1459. </property>
  1460. <property name="shortcut">
  1461. <string>Ctrl+=</string>
  1462. </property>
  1463. </action>
  1464. <action name="actionZoom_out">
  1465. <property name="icon">
  1466. <iconset>
  1467. <normaloff>icons:zoom_minus.png</normaloff>icons:zoom_minus.png</iconset>
  1468. </property>
  1469. <property name="text">
  1470. <string>Zoom out</string>
  1471. </property>
  1472. <property name="shortcut">
  1473. <string>Ctrl+-</string>
  1474. </property>
  1475. </action>
  1476. <action name="actionZoom_reset">
  1477. <property name="icon">
  1478. <iconset>
  1479. <normaloff>icons:zoom_zero.png</normaloff>icons:zoom_zero.png</iconset>
  1480. </property>
  1481. <property name="text">
  1482. <string>Zoom reset</string>
  1483. </property>
  1484. <property name="shortcut">
  1485. <string>Ctrl+Shift+=</string>
  1486. </property>
  1487. </action>
  1488. </widget>
  1489. <customwidgets>
  1490. <customwidget>
  1491. <class>MapView</class>
  1492. <extends>QGraphicsView</extends>
  1493. <header>mapview.h</header>
  1494. </customwidget>
  1495. <customwidget>
  1496. <class>MinimapView</class>
  1497. <extends>QGraphicsView</extends>
  1498. <header>mapview.h</header>
  1499. </customwidget>
  1500. <customwidget>
  1501. <class>ObjectBrowser</class>
  1502. <extends>QTreeView</extends>
  1503. <header>objectbrowser.h</header>
  1504. </customwidget>
  1505. </customwidgets>
  1506. <resources/>
  1507. <connections/>
  1508. <slots>
  1509. <signal>enableUndo(bool)</signal>
  1510. <signal>enableRedo(bool)</signal>
  1511. </slots>
  1512. </ui>