tools/hwmap2txt/hwmapconverter/mainwindow.ui
author Wuzzy <Wuzzy2@mail.ru>
Mon, 16 Sep 2019 17:33:49 +0200
changeset 15415 8504fee3b601
parent 10936 104727dfaa1b
permissions -rw-r--r--
Racer: Fix weird water splashes after waypoint placement Does not affect official racer, as only waypoint placement is touched. The reason was that the air attack gear sometimes was not deleted fast enough so it might occassionally drop some air bombs (these are deleted now). Also, the airplane position was set to water level, which caused another water splash.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10936
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     2
<ui version="4.0">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     3
 <class>MainWindow</class>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     4
 <widget class="QMainWindow" name="MainWindow">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     5
  <property name="geometry">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     6
   <rect>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     7
    <x>0</x>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     8
    <y>0</y>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     9
    <width>400</width>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    10
    <height>300</height>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    11
   </rect>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    12
  </property>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    13
  <property name="windowTitle">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    14
   <string>MainWindow</string>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    15
  </property>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    16
  <widget class="QWidget" name="centralWidget">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    17
   <layout class="QGridLayout" name="gridLayout">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    18
    <item row="1" column="0">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    19
     <widget class="QPushButton" name="pbLoad">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    20
      <property name="text">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    21
       <string>Load</string>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    22
      </property>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    23
     </widget>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    24
    </item>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    25
    <item row="1" column="1">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    26
     <widget class="QPushButton" name="pbSave">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    27
      <property name="text">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    28
       <string>Save</string>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    29
      </property>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    30
     </widget>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    31
    </item>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    32
    <item row="1" column="2">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    33
     <spacer name="horizontalSpacer">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    34
      <property name="orientation">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    35
       <enum>Qt::Horizontal</enum>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    36
      </property>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    37
      <property name="sizeHint" stdset="0">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    38
       <size>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    39
        <width>217</width>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    40
        <height>20</height>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    41
       </size>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    42
      </property>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    43
     </spacer>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    44
    </item>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    45
    <item row="0" column="0" colspan="3">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    46
     <widget class="QTextEdit" name="textEdit">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    47
      <property name="font">
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    48
       <font>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    49
        <family>Liberation Mono</family>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    50
        <pointsize>10</pointsize>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    51
       </font>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    52
      </property>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    53
     </widget>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    54
    </item>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    55
   </layout>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    56
  </widget>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    57
  <widget class="QStatusBar" name="statusBar"/>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    58
 </widget>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    59
 <layoutdefault spacing="6" margin="11"/>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    60
 <resources/>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    61
 <connections/>
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    62
</ui>