2022-08-28 23:28:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1055</width>
|
|
|
|
<height>737</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2022-08-30 15:08:33 +02:00
|
|
|
<string>VCMI Map Editor</string>
|
2022-08-28 23:28:36 +02:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2022-08-30 15:08:33 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QGraphicsView" name="minimapView">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>256</width>
|
|
|
|
<height>256</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>256</width>
|
|
|
|
<height>256</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" rowspan="2">
|
|
|
|
<widget class="QGraphicsView" name="graphicsView">
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QAbstractScrollArea::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2022-08-28 23:28:36 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1055</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
2022-08-30 15:08:33 +02:00
|
|
|
<addaction name="actionNew"/>
|
2022-08-28 23:28:36 +02:00
|
|
|
<addaction name="actionOpen"/>
|
2022-08-30 15:08:33 +02:00
|
|
|
<addaction name="actionSave"/>
|
|
|
|
<addaction name="actionSave_as"/>
|
2022-08-28 23:28:36 +02:00
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2022-08-30 15:08:33 +02:00
|
|
|
<addaction name="actionNew"/>
|
2022-08-28 23:28:36 +02:00
|
|
|
<addaction name="actionOpen"/>
|
2022-08-30 15:08:33 +02:00
|
|
|
<addaction name="actionSave"/>
|
2022-08-30 23:24:12 +02:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionLevel"/>
|
2022-08-28 23:28:36 +02:00
|
|
|
</widget>
|
|
|
|
<action name="actionOpen">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-08-30 15:08:33 +02:00
|
|
|
<action name="actionSave">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNew">
|
|
|
|
<property name="text">
|
|
|
|
<string>New</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSave_as">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save as</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-08-30 23:24:12 +02:00
|
|
|
<action name="actionLevel">
|
|
|
|
<property name="text">
|
|
|
|
<string>U/G</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-08-28 23:28:36 +02:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|