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