GPL V2. Added settings to documentation
2 <author>Uwe Drechsel</author>
4 <exportmacro></exportmacro>
5 <class>ExtraInfoDialog</class>
6 <widget class="QDialog" name="ExtraInfoDialog" >
7 <property name="geometry" >
15 <property name="windowTitle" >
16 <string>VYM - Info</string>
18 <layout class="QVBoxLayout" >
19 <property name="margin" >
22 <property name="spacing" >
26 <widget class="QLabel" name="textLabel1_2" >
27 <property name="text" >
33 <widget class="QLineEdit" name="mapNameLE" >
34 <property name="readOnly" >
40 <widget class="QLabel" name="textLabel1" >
41 <property name="text" >
42 <string>Author:</string>
47 <widget class="QLineEdit" name="authorLE" />
50 <widget class="QLabel" name="textLabel2" >
51 <property name="text" >
52 <string>Comment:</string>
57 <widget class="Q3TextEdit" name="commentTE" >
58 <property name="sizePolicy" >
60 <hsizetype>7</hsizetype>
61 <vsizetype>4</vsizetype>
62 <horstretch>0</horstretch>
63 <verstretch>0</verstretch>
66 <property name="maximumSize" >
75 <widget class="QLabel" name="textLabel2_2" >
76 <property name="text" >
77 <string>Statistics:</string>
82 <widget class="Q3TextEdit" name="statsTE" >
83 <property name="font" >
85 <family>Courier</family>
86 <pointsize>12</pointsize>
88 <italic>false</italic>
90 <underline>false</underline>
91 <strikeout>false</strikeout>
94 <property name="textFormat" >
95 <enum>Qt::PlainText</enum>
97 <property name="readOnly" >
103 <layout class="QHBoxLayout" >
104 <property name="margin" >
107 <property name="spacing" >
112 <property name="orientation" >
113 <enum>Qt::Horizontal</enum>
115 <property name="sizeType" >
116 <enum>QSizePolicy::Expanding</enum>
118 <property name="sizeHint" >
127 <widget class="QPushButton" name="cancelButton" >
128 <property name="text" >
129 <string>Cancel</string>
134 <widget class="QPushButton" name="closeButton" >
135 <property name="text" >
136 <string>Close</string>
144 <layoutdefault spacing="6" margin="11" />
145 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
148 <class>Q3TextEdit</class>
150 <header>q3textedit.h</header>
151 <container>0</container>
156 <tabstop>authorLE</tabstop>
157 <tabstop>commentTE</tabstop>
158 <tabstop>closeButton</tabstop>
159 <tabstop>cancelButton</tabstop>
160 <tabstop>mapNameLE</tabstop>
161 <tabstop>statsTE</tabstop>
166 <sender>closeButton</sender>
167 <signal>clicked(bool)</signal>
168 <receiver>ExtraInfoDialog</receiver>
169 <slot>accept()</slot>
171 <hint type="sourcelabel" >
175 <hint type="destinationlabel" >
182 <sender>cancelButton</sender>
183 <signal>clicked()</signal>
184 <receiver>ExtraInfoDialog</receiver>
185 <slot>reject()</slot>
187 <hint type="sourcelabel" >
191 <hint type="destinationlabel" >