tools/drawMapTest/mainwindow.ui
author unc0rr
Sun, 28 Nov 2010 17:23:51 +0300
changeset 4426 969e411c72aa
parent 4425 2314bb0c433d
child 4434 34c305fbc63c
permissions -rw-r--r--
Improve map editor a bit
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4425
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     2
<ui version="4.0">
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     3
 <class>MainWindow</class>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     4
 <widget class="QMainWindow" name="MainWindow">
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     5
  <property name="geometry">
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     6
   <rect>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     7
    <x>0</x>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     8
    <y>0</y>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     9
    <width>600</width>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    10
    <height>400</height>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    11
   </rect>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    12
  </property>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    13
  <property name="windowTitle">
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    14
   <string>MainWindow</string>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    15
  </property>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    16
  <widget class="QWidget" name="centralWidget">
4426
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    17
   <layout class="QGridLayout" name="gridLayout">
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    18
    <item row="0" column="2">
4425
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    19
     <widget class="QGraphicsView" name="graphicsView"/>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    20
    </item>
4426
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    21
    <item row="1" column="2">
4425
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    22
     <widget class="QPlainTextEdit" name="plainTextEdit">
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    23
      <property name="maximumSize">
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    24
       <size>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    25
        <width>16777215</width>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    26
        <height>80</height>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    27
       </size>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    28
      </property>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    29
     </widget>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    30
    </item>
4426
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    31
    <item row="0" column="0" rowspan="2">
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    32
     <layout class="QVBoxLayout" name="verticalLayout">
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    33
      <item>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    34
       <widget class="QPushButton" name="pbUndo">
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    35
        <property name="text">
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    36
         <string>Undo</string>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    37
        </property>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    38
       </widget>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    39
      </item>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    40
      <item>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    41
       <spacer name="verticalSpacer">
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    42
        <property name="orientation">
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    43
         <enum>Qt::Vertical</enum>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    44
        </property>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    45
        <property name="sizeHint" stdset="0">
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    46
         <size>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    47
          <width>20</width>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    48
          <height>40</height>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    49
         </size>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    50
        </property>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    51
       </spacer>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    52
      </item>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    53
     </layout>
969e411c72aa Improve map editor a bit
unc0rr
parents: 4425
diff changeset
    54
    </item>
4425
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    55
   </layout>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    56
  </widget>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    57
 </widget>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    58
 <layoutdefault spacing="6" margin="11"/>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    59
 <resources/>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    60
 <connections/>
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    61
</ui>