1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/extrainfodialog.ui Thu Aug 31 12:51:20 2006 +0000
1.3 @@ -0,0 +1,204 @@
1.4 +<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
1.5 +<class>ExtraInfoDialog</class>
1.6 +<author>Uwe Drechsel</author>
1.7 +<widget class="QDialog">
1.8 + <property name="name">
1.9 + <cstring>ExtraInfoDialog</cstring>
1.10 + </property>
1.11 + <property name="geometry">
1.12 + <rect>
1.13 + <x>0</x>
1.14 + <y>0</y>
1.15 + <width>338</width>
1.16 + <height>410</height>
1.17 + </rect>
1.18 + </property>
1.19 + <property name="caption">
1.20 + <string>VYM - Info</string>
1.21 + </property>
1.22 + <vbox>
1.23 + <property name="name">
1.24 + <cstring>unnamed</cstring>
1.25 + </property>
1.26 + <widget class="QLabel">
1.27 + <property name="name">
1.28 + <cstring>textLabel1_2</cstring>
1.29 + </property>
1.30 + <property name="text">
1.31 + <string>Map:</string>
1.32 + </property>
1.33 + </widget>
1.34 + <widget class="QLineEdit">
1.35 + <property name="name">
1.36 + <cstring>lineEdit7</cstring>
1.37 + </property>
1.38 + <property name="paletteBackgroundColor">
1.39 + <color>
1.40 + <red>225</red>
1.41 + <green>225</green>
1.42 + <blue>225</blue>
1.43 + </color>
1.44 + </property>
1.45 + <property name="backgroundOrigin">
1.46 + <enum>WidgetOrigin</enum>
1.47 + </property>
1.48 + <property name="readOnly">
1.49 + <bool>true</bool>
1.50 + </property>
1.51 + </widget>
1.52 + <widget class="QLabel">
1.53 + <property name="name">
1.54 + <cstring>textLabel1</cstring>
1.55 + </property>
1.56 + <property name="text">
1.57 + <string>Author:</string>
1.58 + </property>
1.59 + </widget>
1.60 + <widget class="QLineEdit">
1.61 + <property name="name">
1.62 + <cstring>lineEdit2</cstring>
1.63 + </property>
1.64 + </widget>
1.65 + <widget class="QLabel">
1.66 + <property name="name">
1.67 + <cstring>textLabel2</cstring>
1.68 + </property>
1.69 + <property name="text">
1.70 + <string>Comment:</string>
1.71 + </property>
1.72 + </widget>
1.73 + <widget class="QTextEdit">
1.74 + <property name="name">
1.75 + <cstring>textEdit4</cstring>
1.76 + </property>
1.77 + <property name="sizePolicy">
1.78 + <sizepolicy>
1.79 + <hsizetype>7</hsizetype>
1.80 + <vsizetype>4</vsizetype>
1.81 + <horstretch>0</horstretch>
1.82 + <verstretch>0</verstretch>
1.83 + </sizepolicy>
1.84 + </property>
1.85 + <property name="maximumSize">
1.86 + <size>
1.87 + <width>32767</width>
1.88 + <height>76</height>
1.89 + </size>
1.90 + </property>
1.91 + </widget>
1.92 + <widget class="QLabel">
1.93 + <property name="name">
1.94 + <cstring>textLabel2_2</cstring>
1.95 + </property>
1.96 + <property name="text">
1.97 + <string>Statistics:</string>
1.98 + </property>
1.99 + </widget>
1.100 + <widget class="QTextEdit">
1.101 + <property name="name">
1.102 + <cstring>textEdit4_2</cstring>
1.103 + </property>
1.104 + <property name="paletteBackgroundColor">
1.105 + <color>
1.106 + <red>225</red>
1.107 + <green>225</green>
1.108 + <blue>225</blue>
1.109 + </color>
1.110 + </property>
1.111 + <property name="font">
1.112 + <font>
1.113 + <family>Courier</family>
1.114 + <pointsize>12</pointsize>
1.115 + </font>
1.116 + </property>
1.117 + <property name="textFormat">
1.118 + <enum>PlainText</enum>
1.119 + </property>
1.120 + <property name="readOnly">
1.121 + <bool>true</bool>
1.122 + </property>
1.123 + </widget>
1.124 + <widget class="QLayoutWidget">
1.125 + <property name="name">
1.126 + <cstring>layout21</cstring>
1.127 + </property>
1.128 + <hbox>
1.129 + <property name="name">
1.130 + <cstring>unnamed</cstring>
1.131 + </property>
1.132 + <spacer>
1.133 + <property name="name">
1.134 + <cstring>spacer10</cstring>
1.135 + </property>
1.136 + <property name="orientation">
1.137 + <enum>Horizontal</enum>
1.138 + </property>
1.139 + <property name="sizeType">
1.140 + <enum>Expanding</enum>
1.141 + </property>
1.142 + <property name="sizeHint">
1.143 + <size>
1.144 + <width>160</width>
1.145 + <height>21</height>
1.146 + </size>
1.147 + </property>
1.148 + </spacer>
1.149 + <widget class="QPushButton">
1.150 + <property name="name">
1.151 + <cstring>pushButton13</cstring>
1.152 + </property>
1.153 + <property name="text">
1.154 + <string>Cancel</string>
1.155 + </property>
1.156 + </widget>
1.157 + <widget class="QPushButton">
1.158 + <property name="name">
1.159 + <cstring>pushButton7</cstring>
1.160 + </property>
1.161 + <property name="text">
1.162 + <string>Close</string>
1.163 + </property>
1.164 + </widget>
1.165 + </hbox>
1.166 + </widget>
1.167 + </vbox>
1.168 +</widget>
1.169 +<connections>
1.170 + <connection>
1.171 + <sender>pushButton7</sender>
1.172 + <signal>clicked()</signal>
1.173 + <receiver>ExtraInfoDialog</receiver>
1.174 + <slot>accept()</slot>
1.175 + </connection>
1.176 + <connection>
1.177 + <sender>pushButton13</sender>
1.178 + <signal>clicked()</signal>
1.179 + <receiver>ExtraInfoDialog</receiver>
1.180 + <slot>reject()</slot>
1.181 + </connection>
1.182 +</connections>
1.183 +<tabstops>
1.184 + <tabstop>lineEdit2</tabstop>
1.185 + <tabstop>textEdit4</tabstop>
1.186 + <tabstop>pushButton7</tabstop>
1.187 + <tabstop>pushButton13</tabstop>
1.188 + <tabstop>lineEdit7</tabstop>
1.189 + <tabstop>textEdit4_2</tabstop>
1.190 +</tabstops>
1.191 +<includes>
1.192 + <include location="global" impldecl="in implementation">qstring.h</include>
1.193 + <include location="local" impldecl="in implementation">extrainfodialog.ui.h</include>
1.194 +</includes>
1.195 +<slots>
1.196 + <slot>setMapName( const QString & s )</slot>
1.197 + <slot>setComment( const QString & s )</slot>
1.198 + <slot>setAuthor( const QString & s )</slot>
1.199 +</slots>
1.200 +<functions>
1.201 + <function returnType="QString">getComment()</function>
1.202 + <function returnType="QString">getAuthor()</function>
1.203 + <function>setStats( const QString & s )</function>
1.204 +</functions>
1.205 +<pixmapinproject/>
1.206 +<layoutdefaults spacing="6" margin="11"/>
1.207 +</UI>