diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-12-27 13:08:36 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-12-27 13:08:36 +0100 |
| commit | eb6f4d6d8cc6d895c7c6185b20eb93da1fdd8b3b (patch) | |
| tree | 363713e712254d9248866f0176780af301284525 /Source/MapEditor/mainwindow.ui | |
| parent | 88526570da1d3b8db0db11e232172ab9e8175d8a (diff) | |
| download | airport-eb6f4d6d8cc6d895c7c6185b20eb93da1fdd8b3b.tar.gz | |
* Added "Save map" function to MapEditor.
* Tiles can be now modified runtime.
+ tileset.ini now allows configuring tileset layout in an easy way.
Diffstat (limited to 'Source/MapEditor/mainwindow.ui')
| -rw-r--r-- | Source/MapEditor/mainwindow.ui | 43 |
1 files changed, 23 insertions, 20 deletions
diff --git a/Source/MapEditor/mainwindow.ui b/Source/MapEditor/mainwindow.ui index f715053..54bcbb4 100644 --- a/Source/MapEditor/mainwindow.ui +++ b/Source/MapEditor/mainwindow.ui @@ -6,8 +6,8 @@ <rect>
<x>0</x>
<y>0</y>
- <width>501</width>
- <height>380</height>
+ <width>920</width>
+ <height>582</height>
</rect>
</property>
<property name="windowTitle">
@@ -41,37 +41,40 @@ </widget>
</item>
<item>
- <widget class="QPushButton" name="pushButton_3">
+ <widget class="QPushButton" name="saveMap_Btn">
<property name="text">
- <string>PushButton</string>
+ <string>Save map</string>
</property>
</widget>
</item>
</layout>
</item>
- <item row="0" column="0">
- <widget class="QTreeWidget" name="treeWidget">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <item row="0" column="2">
+ <widget class="QGraphicsView" name="graphicsView">
+ <property name="minimumSize">
+ <size>
+ <width>640</width>
+ <height>480</height>
+ </size>
</property>
+ </widget>
+ </item>
+ <item row="0" column="0">
+ <widget class="QListWidget" name="listWidget">
<property name="maximumSize">
<size>
- <width>16777215</width>
+ <width>256</width>
<height>16777215</height>
</size>
</property>
- <column>
- <property name="text">
- <string>Items</string>
- </property>
- </column>
</widget>
</item>
- <item row="0" column="1">
- <widget class="QGraphicsView" name="graphicsView"/>
+ <item row="1" column="0">
+ <widget class="QCheckBox" name="mirror_CheckBox">
+ <property name="text">
+ <string>Mirror tile</string>
+ </property>
+ </widget>
</item>
</layout>
</widget>
@@ -80,7 +83,7 @@ <rect>
<x>0</x>
<y>0</y>
- <width>501</width>
+ <width>920</width>
<height>21</height>
</rect>
</property>
|
