1.1 --- a/extrainfodialog.ui Tue Jan 24 15:09:48 2006 +0000
1.2 +++ b/extrainfodialog.ui Mon Mar 03 09:25:40 2008 +0000
1.3 @@ -1,205 +1,198 @@
1.4 -<!DOCTYPE UI><UI version="3.3" 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">version.h</include>
1.194 - <include location="local" impldecl="in implementation">extrainfodialog.ui.h</include>
1.195 -</includes>
1.196 -<slots>
1.197 - <slot>setMapName( const QString & s )</slot>
1.198 - <slot>setComment( const QString & s )</slot>
1.199 - <slot>setAuthor( const QString & s )</slot>
1.200 -</slots>
1.201 -<functions>
1.202 - <function returnType="QString">getComment()</function>
1.203 - <function returnType="QString">getAuthor()</function>
1.204 - <function>setStats( const QString & s )</function>
1.205 -</functions>
1.206 -<pixmapinproject/>
1.207 -<layoutdefaults spacing="6" margin="11"/>
1.208 -</UI>
1.209 +<ui version="4.0" >
1.210 + <author>Uwe Drechsel</author>
1.211 + <comment></comment>
1.212 + <exportmacro></exportmacro>
1.213 + <class>ExtraInfoDialog</class>
1.214 + <widget class="QDialog" name="ExtraInfoDialog" >
1.215 + <property name="geometry" >
1.216 + <rect>
1.217 + <x>0</x>
1.218 + <y>0</y>
1.219 + <width>376</width>
1.220 + <height>403</height>
1.221 + </rect>
1.222 + </property>
1.223 + <property name="windowTitle" >
1.224 + <string>VYM - Info</string>
1.225 + </property>
1.226 + <layout class="QVBoxLayout" >
1.227 + <property name="margin" >
1.228 + <number>11</number>
1.229 + </property>
1.230 + <property name="spacing" >
1.231 + <number>6</number>
1.232 + </property>
1.233 + <item>
1.234 + <widget class="QLabel" name="textLabel1_2" >
1.235 + <property name="text" >
1.236 + <string>Map:</string>
1.237 + </property>
1.238 + </widget>
1.239 + </item>
1.240 + <item>
1.241 + <widget class="QLineEdit" name="mapNameLE" >
1.242 + <property name="readOnly" >
1.243 + <bool>true</bool>
1.244 + </property>
1.245 + </widget>
1.246 + </item>
1.247 + <item>
1.248 + <widget class="QLabel" name="textLabel1" >
1.249 + <property name="text" >
1.250 + <string>Author:</string>
1.251 + </property>
1.252 + </widget>
1.253 + </item>
1.254 + <item>
1.255 + <widget class="QLineEdit" name="authorLE" />
1.256 + </item>
1.257 + <item>
1.258 + <widget class="QLabel" name="textLabel2" >
1.259 + <property name="text" >
1.260 + <string>Comment:</string>
1.261 + </property>
1.262 + </widget>
1.263 + </item>
1.264 + <item>
1.265 + <widget class="Q3TextEdit" name="commentTE" >
1.266 + <property name="sizePolicy" >
1.267 + <sizepolicy>
1.268 + <hsizetype>7</hsizetype>
1.269 + <vsizetype>4</vsizetype>
1.270 + <horstretch>0</horstretch>
1.271 + <verstretch>0</verstretch>
1.272 + </sizepolicy>
1.273 + </property>
1.274 + <property name="maximumSize" >
1.275 + <size>
1.276 + <width>32767</width>
1.277 + <height>76</height>
1.278 + </size>
1.279 + </property>
1.280 + </widget>
1.281 + </item>
1.282 + <item>
1.283 + <widget class="QLabel" name="textLabel2_2" >
1.284 + <property name="text" >
1.285 + <string>Statistics:</string>
1.286 + </property>
1.287 + </widget>
1.288 + </item>
1.289 + <item>
1.290 + <widget class="Q3TextEdit" name="statsTE" >
1.291 + <property name="font" >
1.292 + <font>
1.293 + <family>Courier</family>
1.294 + <pointsize>12</pointsize>
1.295 + <weight>50</weight>
1.296 + <italic>false</italic>
1.297 + <bold>false</bold>
1.298 + <underline>false</underline>
1.299 + <strikeout>false</strikeout>
1.300 + </font>
1.301 + </property>
1.302 + <property name="textFormat" >
1.303 + <enum>Qt::PlainText</enum>
1.304 + </property>
1.305 + <property name="readOnly" >
1.306 + <bool>true</bool>
1.307 + </property>
1.308 + </widget>
1.309 + </item>
1.310 + <item>
1.311 + <layout class="QHBoxLayout" >
1.312 + <property name="margin" >
1.313 + <number>0</number>
1.314 + </property>
1.315 + <property name="spacing" >
1.316 + <number>6</number>
1.317 + </property>
1.318 + <item>
1.319 + <spacer>
1.320 + <property name="orientation" >
1.321 + <enum>Qt::Horizontal</enum>
1.322 + </property>
1.323 + <property name="sizeType" >
1.324 + <enum>QSizePolicy::Expanding</enum>
1.325 + </property>
1.326 + <property name="sizeHint" >
1.327 + <size>
1.328 + <width>160</width>
1.329 + <height>21</height>
1.330 + </size>
1.331 + </property>
1.332 + </spacer>
1.333 + </item>
1.334 + <item>
1.335 + <widget class="QPushButton" name="cancelButton" >
1.336 + <property name="text" >
1.337 + <string>Cancel</string>
1.338 + </property>
1.339 + </widget>
1.340 + </item>
1.341 + <item>
1.342 + <widget class="QPushButton" name="closeButton" >
1.343 + <property name="text" >
1.344 + <string>Close</string>
1.345 + </property>
1.346 + </widget>
1.347 + </item>
1.348 + </layout>
1.349 + </item>
1.350 + </layout>
1.351 + </widget>
1.352 + <layoutdefault spacing="6" margin="11" />
1.353 + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
1.354 + <customwidgets>
1.355 + <customwidget>
1.356 + <class>Q3TextEdit</class>
1.357 + <extends></extends>
1.358 + <header>q3textedit.h</header>
1.359 + <container>0</container>
1.360 + <pixmap></pixmap>
1.361 + </customwidget>
1.362 + </customwidgets>
1.363 + <tabstops>
1.364 + <tabstop>authorLE</tabstop>
1.365 + <tabstop>commentTE</tabstop>
1.366 + <tabstop>closeButton</tabstop>
1.367 + <tabstop>cancelButton</tabstop>
1.368 + <tabstop>mapNameLE</tabstop>
1.369 + <tabstop>statsTE</tabstop>
1.370 + </tabstops>
1.371 + <resources/>
1.372 + <connections>
1.373 + <connection>
1.374 + <sender>closeButton</sender>
1.375 + <signal>clicked(bool)</signal>
1.376 + <receiver>ExtraInfoDialog</receiver>
1.377 + <slot>accept()</slot>
1.378 + <hints>
1.379 + <hint type="sourcelabel" >
1.380 + <x>321</x>
1.381 + <y>377</y>
1.382 + </hint>
1.383 + <hint type="destinationlabel" >
1.384 + <x>187</x>
1.385 + <y>201</y>
1.386 + </hint>
1.387 + </hints>
1.388 + </connection>
1.389 + <connection>
1.390 + <sender>cancelButton</sender>
1.391 + <signal>clicked()</signal>
1.392 + <receiver>ExtraInfoDialog</receiver>
1.393 + <slot>reject()</slot>
1.394 + <hints>
1.395 + <hint type="sourcelabel" >
1.396 + <x>230</x>
1.397 + <y>377</y>
1.398 + </hint>
1.399 + <hint type="destinationlabel" >
1.400 + <x>187</x>
1.401 + <y>201</y>
1.402 + </hint>
1.403 + </hints>
1.404 + </connection>
1.405 + </connections>
1.406 +</ui>