initial import
[vym] / extrainfodialog.ui
1 <ui version="4.0" >
2  <author>Uwe Drechsel</author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>ExtraInfoDialog</class>
6  <widget class="QDialog" name="ExtraInfoDialog" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>376</width>
12     <height>403</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>VYM - Info</string>
17   </property>
18   <layout class="QVBoxLayout" >
19    <property name="margin" >
20     <number>11</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item>
26     <widget class="QLabel" name="textLabel1_2" >
27      <property name="text" >
28       <string>Map:</string>
29      </property>
30     </widget>
31    </item>
32    <item>
33     <widget class="QLineEdit" name="mapNameLE" >
34      <property name="readOnly" >
35       <bool>true</bool>
36      </property>
37     </widget>
38    </item>
39    <item>
40     <widget class="QLabel" name="textLabel1" >
41      <property name="text" >
42       <string>Author:</string>
43      </property>
44     </widget>
45    </item>
46    <item>
47     <widget class="QLineEdit" name="authorLE" />
48    </item>
49    <item>
50     <widget class="QLabel" name="textLabel2" >
51      <property name="text" >
52       <string>Comment:</string>
53      </property>
54     </widget>
55    </item>
56    <item>
57     <widget class="Q3TextEdit" name="commentTE" >
58      <property name="sizePolicy" >
59       <sizepolicy>
60        <hsizetype>7</hsizetype>
61        <vsizetype>4</vsizetype>
62        <horstretch>0</horstretch>
63        <verstretch>0</verstretch>
64       </sizepolicy>
65      </property>
66      <property name="maximumSize" >
67       <size>
68        <width>32767</width>
69        <height>76</height>
70       </size>
71      </property>
72     </widget>
73    </item>
74    <item>
75     <widget class="QLabel" name="textLabel2_2" >
76      <property name="text" >
77       <string>Statistics:</string>
78      </property>
79     </widget>
80    </item>
81    <item>
82     <widget class="Q3TextEdit" name="statsTE" >
83      <property name="font" >
84       <font>
85        <family>Courier</family>
86        <pointsize>12</pointsize>
87        <weight>50</weight>
88        <italic>false</italic>
89        <bold>false</bold>
90        <underline>false</underline>
91        <strikeout>false</strikeout>
92       </font>
93      </property>
94      <property name="textFormat" >
95       <enum>Qt::PlainText</enum>
96      </property>
97      <property name="readOnly" >
98       <bool>true</bool>
99      </property>
100     </widget>
101    </item>
102    <item>
103     <layout class="QHBoxLayout" >
104      <property name="margin" >
105       <number>0</number>
106      </property>
107      <property name="spacing" >
108       <number>6</number>
109      </property>
110      <item>
111       <spacer>
112        <property name="orientation" >
113         <enum>Qt::Horizontal</enum>
114        </property>
115        <property name="sizeType" >
116         <enum>QSizePolicy::Expanding</enum>
117        </property>
118        <property name="sizeHint" >
119         <size>
120          <width>160</width>
121          <height>21</height>
122         </size>
123        </property>
124       </spacer>
125      </item>
126      <item>
127       <widget class="QPushButton" name="cancelButton" >
128        <property name="text" >
129         <string>Cancel</string>
130        </property>
131       </widget>
132      </item>
133      <item>
134       <widget class="QPushButton" name="closeButton" >
135        <property name="text" >
136         <string>Close</string>
137        </property>
138       </widget>
139      </item>
140     </layout>
141    </item>
142   </layout>
143  </widget>
144  <layoutdefault spacing="6" margin="11" />
145  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
146  <customwidgets>
147   <customwidget>
148    <class>Q3TextEdit</class>
149    <extends></extends>
150    <header>q3textedit.h</header>
151    <container>0</container>
152    <pixmap></pixmap>
153   </customwidget>
154  </customwidgets>
155  <tabstops>
156   <tabstop>authorLE</tabstop>
157   <tabstop>commentTE</tabstop>
158   <tabstop>closeButton</tabstop>
159   <tabstop>cancelButton</tabstop>
160   <tabstop>mapNameLE</tabstop>
161   <tabstop>statsTE</tabstop>
162  </tabstops>
163  <resources/>
164  <connections>
165   <connection>
166    <sender>closeButton</sender>
167    <signal>clicked(bool)</signal>
168    <receiver>ExtraInfoDialog</receiver>
169    <slot>accept()</slot>
170    <hints>
171     <hint type="sourcelabel" >
172      <x>321</x>
173      <y>377</y>
174     </hint>
175     <hint type="destinationlabel" >
176      <x>187</x>
177      <y>201</y>
178     </hint>
179    </hints>
180   </connection>
181   <connection>
182    <sender>cancelButton</sender>
183    <signal>clicked()</signal>
184    <receiver>ExtraInfoDialog</receiver>
185    <slot>reject()</slot>
186    <hints>
187     <hint type="sourcelabel" >
188      <x>230</x>
189      <y>377</y>
190     </hint>
191     <hint type="destinationlabel" >
192      <x>187</x>
193      <y>201</y>
194     </hint>
195    </hints>
196   </connection>
197  </connections>
198 </ui>