# HG changeset patch # User insilmaril # Date 1158233897 0 # Node ID a40af6315ac6cc5ee05ec8118be4b6167883f23a # Parent 142e0f1e61d518bd30079899d2f6c728577b787b 1.8.57 - more changes in history window, Note Editor is QT4 now diff -r 142e0f1e61d5 -r a40af6315ac6 extrainfodialog.ui --- a/extrainfodialog.ui Thu Sep 14 11:38:17 2006 +0000 +++ b/extrainfodialog.ui Thu Sep 14 11:38:17 2006 +0000 @@ -1,205 +1,198 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>ExtraInfoDialog</class> -<author>Uwe Drechsel</author> -<widget class="QDialog"> - <property name="name"> - <cstring>ExtraInfoDialog</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>338</width> - <height>410</height> - </rect> - </property> - <property name="caption"> - <string>VYM - Info</string> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="QLabel"> - <property name="name"> - <cstring>textLabel1_2</cstring> - </property> - <property name="text"> - <string>Map:</string> - </property> - </widget> - <widget class="QLineEdit"> - <property name="name"> - <cstring>lineEdit7</cstring> - </property> - <property name="paletteBackgroundColor"> - <color> - <red>225</red> - <green>225</green> - <blue>225</blue> - </color> - </property> - <property name="backgroundOrigin"> - <enum>WidgetOrigin</enum> - </property> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - <widget class="QLabel"> - <property name="name"> - <cstring>textLabel1</cstring> - </property> - <property name="text"> - <string>Author:</string> - </property> - </widget> - <widget class="QLineEdit"> - <property name="name"> - <cstring>lineEdit2</cstring> - </property> - </widget> - <widget class="QLabel"> - <property name="name"> - <cstring>textLabel2</cstring> - </property> - <property name="text"> - <string>Comment:</string> - </property> - </widget> - <widget class="QTextEdit"> - <property name="name"> - <cstring>textEdit4</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>4</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>32767</width> - <height>76</height> - </size> - </property> - </widget> - <widget class="QLabel"> - <property name="name"> - <cstring>textLabel2_2</cstring> - </property> - <property name="text"> - <string>Statistics:</string> - </property> - </widget> - <widget class="QTextEdit"> - <property name="name"> - <cstring>textEdit4_2</cstring> - </property> - <property name="paletteBackgroundColor"> - <color> - <red>225</red> - <green>225</green> - <blue>225</blue> - </color> - </property> - <property name="font"> - <font> - <family>Courier</family> - <pointsize>12</pointsize> - </font> - </property> - <property name="textFormat"> - <enum>PlainText</enum> - </property> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - <widget class="QLayoutWidget"> - <property name="name"> - <cstring>layout21</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <spacer> - <property name="name"> - <cstring>spacer10</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>160</width> - <height>21</height> - </size> - </property> - </spacer> - <widget class="QPushButton"> - <property name="name"> - <cstring>pushButton13</cstring> - </property> - <property name="text"> - <string>Cancel</string> - </property> - </widget> - <widget class="QPushButton"> - <property name="name"> - <cstring>pushButton7</cstring> - </property> - <property name="text"> - <string>Close</string> - </property> - </widget> - </hbox> - </widget> - </vbox> -</widget> -<connections> - <connection> - <sender>pushButton7</sender> - <signal>clicked()</signal> - <receiver>ExtraInfoDialog</receiver> - <slot>accept()</slot> - </connection> - <connection> - <sender>pushButton13</sender> - <signal>clicked()</signal> - <receiver>ExtraInfoDialog</receiver> - <slot>reject()</slot> - </connection> -</connections> -<tabstops> - <tabstop>lineEdit2</tabstop> - <tabstop>textEdit4</tabstop> - <tabstop>pushButton7</tabstop> - <tabstop>pushButton13</tabstop> - <tabstop>lineEdit7</tabstop> - <tabstop>textEdit4_2</tabstop> -</tabstops> -<includes> - <include location="global" impldecl="in implementation">qstring.h</include> - <include location="local" impldecl="in implementation">version.h</include> - <include location="local" impldecl="in implementation">extrainfodialog.ui.h</include> -</includes> -<slots> - <slot>setMapName( const QString & s )</slot> - <slot>setComment( const QString & s )</slot> - <slot>setAuthor( const QString & s )</slot> -</slots> -<functions> - <function returnType="QString">getComment()</function> - <function returnType="QString">getAuthor()</function> - <function>setStats( const QString & s )</function> -</functions> -<pixmapinproject/> -<layoutdefaults spacing="6" margin="11"/> -</UI> +<ui version="4.0" > + <author>Uwe Drechsel</author> + <comment></comment> + <exportmacro></exportmacro> + <class>ExtraInfoDialog</class> + <widget class="QDialog" name="ExtraInfoDialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>376</width> + <height>403</height> + </rect> + </property> + <property name="windowTitle" > + <string>VYM - Info</string> + </property> + <layout class="QVBoxLayout" > + <property name="margin" > + <number>11</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item> + <widget class="QLabel" name="textLabel1_2" > + <property name="text" > + <string>Map:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="mapNameLE" > + <property name="readOnly" > + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="textLabel1" > + <property name="text" > + <string>Author:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="authorLE" /> + </item> + <item> + <widget class="QLabel" name="textLabel2" > + <property name="text" > + <string>Comment:</string> + </property> + </widget> + </item> + <item> + <widget class="Q3TextEdit" name="commentTE" > + <property name="sizePolicy" > + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>4</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize" > + <size> + <width>32767</width> + <height>76</height> + </size> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="textLabel2_2" > + <property name="text" > + <string>Statistics:</string> + </property> + </widget> + </item> + <item> + <widget class="Q3TextEdit" name="statsTE" > + <property name="font" > + <font> + <family>Courier</family> + <pointsize>12</pointsize> + <weight>50</weight> + <italic>false</italic> + <bold>false</bold> + <underline>false</underline> + <strikeout>false</strikeout> + </font> + </property> + <property name="textFormat" > + <enum>Qt::PlainText</enum> + </property> + <property name="readOnly" > + <bool>true</bool> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" > + <property name="margin" > + <number>0</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType" > + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" > + <size> + <width>160</width> + <height>21</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="cancelButton" > + <property name="text" > + <string>Cancel</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="closeButton" > + <property name="text" > + <string>Close</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <layoutdefault spacing="6" margin="11" /> + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> + <customwidgets> + <customwidget> + <class>Q3TextEdit</class> + <extends></extends> + <header>q3textedit.h</header> + <container>0</container> + <pixmap></pixmap> + </customwidget> + </customwidgets> + <tabstops> + <tabstop>authorLE</tabstop> + <tabstop>commentTE</tabstop> + <tabstop>closeButton</tabstop> + <tabstop>cancelButton</tabstop> + <tabstop>mapNameLE</tabstop> + <tabstop>statsTE</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>closeButton</sender> + <signal>clicked(bool)</signal> + <receiver>ExtraInfoDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel" > + <x>321</x> + <y>377</y> + </hint> + <hint type="destinationlabel" > + <x>187</x> + <y>201</y> + </hint> + </hints> + </connection> + <connection> + <sender>cancelButton</sender> + <signal>clicked()</signal> + <receiver>ExtraInfoDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel" > + <x>230</x> + <y>377</y> + </hint> + <hint type="destinationlabel" > + <x>187</x> + <y>201</y> + </hint> + </hints> + </connection> + </connections> +</ui>