added modifier modes (color,link,copy). Not fully functional yet
1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2 <class>ExtraInfoDialog</class>
3 <author>Uwe Drechsel</author>
4 <widget class="QDialog">
6 <cstring>ExtraInfoDialog</cstring>
8 <property name="geometry">
16 <property name="caption">
17 <string>VYM - Info</string>
20 <property name="name">
21 <cstring>unnamed</cstring>
23 <widget class="QLabel">
24 <property name="name">
25 <cstring>textLabel1_2</cstring>
27 <property name="text">
31 <widget class="QLineEdit">
32 <property name="name">
33 <cstring>lineEdit7</cstring>
35 <property name="paletteBackgroundColor">
42 <property name="backgroundOrigin">
43 <enum>WidgetOrigin</enum>
45 <property name="readOnly">
49 <widget class="QLabel">
50 <property name="name">
51 <cstring>textLabel1</cstring>
53 <property name="text">
54 <string>Author:</string>
57 <widget class="QLineEdit">
58 <property name="name">
59 <cstring>lineEdit2</cstring>
62 <widget class="QLabel">
63 <property name="name">
64 <cstring>textLabel2</cstring>
66 <property name="text">
67 <string>Comment:</string>
70 <widget class="QTextEdit">
71 <property name="name">
72 <cstring>textEdit4</cstring>
74 <property name="sizePolicy">
76 <hsizetype>7</hsizetype>
77 <vsizetype>4</vsizetype>
78 <horstretch>0</horstretch>
79 <verstretch>0</verstretch>
82 <property name="maximumSize">
89 <widget class="QLabel">
90 <property name="name">
91 <cstring>textLabel2_2</cstring>
93 <property name="text">
94 <string>Statistics:</string>
97 <widget class="QTextEdit">
98 <property name="name">
99 <cstring>textEdit4_2</cstring>
101 <property name="paletteBackgroundColor">
108 <property name="font">
110 <family>Courier</family>
111 <pointsize>12</pointsize>
114 <property name="textFormat">
115 <enum>PlainText</enum>
117 <property name="readOnly">
121 <widget class="QLayoutWidget">
122 <property name="name">
123 <cstring>layout21</cstring>
126 <property name="name">
127 <cstring>unnamed</cstring>
130 <property name="name">
131 <cstring>spacer10</cstring>
133 <property name="orientation">
134 <enum>Horizontal</enum>
136 <property name="sizeType">
137 <enum>Expanding</enum>
139 <property name="sizeHint">
146 <widget class="QPushButton">
147 <property name="name">
148 <cstring>pushButton13</cstring>
150 <property name="text">
151 <string>Cancel</string>
154 <widget class="QPushButton">
155 <property name="name">
156 <cstring>pushButton7</cstring>
158 <property name="text">
159 <string>Close</string>
168 <sender>pushButton7</sender>
169 <signal>clicked()</signal>
170 <receiver>ExtraInfoDialog</receiver>
171 <slot>accept()</slot>
174 <sender>pushButton13</sender>
175 <signal>clicked()</signal>
176 <receiver>ExtraInfoDialog</receiver>
177 <slot>reject()</slot>
181 <tabstop>lineEdit2</tabstop>
182 <tabstop>textEdit4</tabstop>
183 <tabstop>pushButton7</tabstop>
184 <tabstop>pushButton13</tabstop>
185 <tabstop>lineEdit7</tabstop>
186 <tabstop>textEdit4_2</tabstop>
189 <include location="global" impldecl="in implementation">qstring.h</include>
190 <include location="local" impldecl="in implementation">extrainfodialog.ui.h</include>
193 <slot>setMapName( const QString & s )</slot>
194 <slot>setComment( const QString & s )</slot>
195 <slot>setAuthor( const QString & s )</slot>
198 <function returnType="QString">getComment()</function>
199 <function returnType="QString">getAuthor()</function>
200 <function>setStats( const QString & s )</function>
203 <layoutdefaults spacing="6" margin="11"/>