1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>IDetailsGeoCache</class>
4 <widget class="QDialog" name="IDetailsGeoCache">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>800</width>
10    <height>667</height>
11   </rect>
12  </property>
13  <property name="minimumSize">
14   <size>
15    <width>600</width>
16    <height>400</height>
17   </size>
18  </property>
19  <property name="windowTitle">
20   <string>Dialog</string>
21  </property>
22  <property name="windowIcon">
23   <iconset resource="../../resources.qrc">
24    <normaloff>:/icons/32x32/Map.png</normaloff>:/icons/32x32/Map.png</iconset>
25  </property>
26  <layout class="QVBoxLayout" name="verticalLayout">
27   <item>
28    <layout class="QGridLayout" name="gridLayout">
29     <item row="1" column="1">
30      <layout class="QHBoxLayout" name="horizontalLayout_2">
31       <item>
32        <widget class="QToolButton" name="toolIcon">
33         <property name="text">
34          <string>...</string>
35         </property>
36         <property name="iconSize">
37          <size>
38           <width>22</width>
39           <height>22</height>
40          </size>
41         </property>
42         <property name="autoRaise">
43          <bool>true</bool>
44         </property>
45        </widget>
46       </item>
47       <item>
48        <widget class="QLabel" name="labelName">
49         <property name="text">
50          <string>-</string>
51         </property>
52         <property name="openExternalLinks">
53          <bool>false</bool>
54         </property>
55        </widget>
56       </item>
57       <item>
58        <widget class="QLabel" name="labelPositon">
59         <property name="sizePolicy">
60          <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
61           <horstretch>0</horstretch>
62           <verstretch>0</verstretch>
63          </sizepolicy>
64         </property>
65         <property name="text">
66          <string>-</string>
67         </property>
68        </widget>
69       </item>
70      </layout>
71     </item>
72     <item row="5" column="1">
73      <widget class="QTabWidget" name="tabWidget">
74       <property name="currentIndex">
75        <number>0</number>
76       </property>
77       <widget class="QWidget" name="listingTab">
78        <property name="sizePolicy">
79         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
80          <horstretch>0</horstretch>
81          <verstretch>0</verstretch>
82         </sizepolicy>
83        </property>
84        <attribute name="title">
85         <string>Listing</string>
86        </attribute>
87        <layout class="QVBoxLayout" name="verticalLayout_5">
88         <item>
89          <layout class="QVBoxLayout" name="verticalLayout_4">
90           <item>
91            <widget class="QWebEngineView" name="webDesc">
92             <property name="sizePolicy">
93              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
94               <horstretch>0</horstretch>
95               <verstretch>0</verstretch>
96              </sizepolicy>
97             </property>
98            </widget>
99           </item>
100          </layout>
101         </item>
102         <item>
103          <layout class="QHBoxLayout" name="horizontalLayout">
104           <item>
105            <widget class="QCheckBox" name="checkHint">
106             <property name="text">
107              <string>Hint:</string>
108             </property>
109            </widget>
110           </item>
111           <item>
112            <widget class="QLabel" name="labelHint">
113             <property name="text">
114              <string/>
115             </property>
116            </widget>
117           </item>
118           <item>
119            <spacer name="horizontalSpacer">
120             <property name="orientation">
121              <enum>Qt::Horizontal</enum>
122             </property>
123             <property name="sizeHint" stdset="0">
124              <size>
125               <width>40</width>
126               <height>20</height>
127              </size>
128             </property>
129            </spacer>
130           </item>
131           <item>
132            <widget class="QPushButton" name="buttonVisitWebsite">
133             <property name="text">
134              <string>Visit Website</string>
135             </property>
136            </widget>
137           </item>
138          </layout>
139         </item>
140        </layout>
141       </widget>
142       <widget class="QWidget" name="logsTab">
143        <attribute name="title">
144         <string>Logs</string>
145        </attribute>
146        <layout class="QVBoxLayout" name="verticalLayout_7">
147         <item>
148          <widget class="QWebEngineView" name="webLogs">
149           <property name="url">
150            <url>
151             <string>about:blank</string>
152            </url>
153           </property>
154          </widget>
155         </item>
156        </layout>
157       </widget>
158       <widget class="QWidget" name="picturesTab">
159        <attribute name="title">
160         <string>Pictures</string>
161        </attribute>
162        <layout class="QHBoxLayout" name="horizontalLayout_3">
163         <item>
164          <layout class="QVBoxLayout" name="verticalLayout_2">
165           <item>
166            <widget class="QToolButton" name="toolUpdateSpoiler">
167             <property name="toolTip">
168              <string>Update spoilers</string>
169             </property>
170             <property name="text">
171              <string>...</string>
172             </property>
173             <property name="icon">
174              <iconset resource="../../resources.qrc">
175               <normaloff>:/icons/32x32/ReloadImage.png</normaloff>:/icons/32x32/ReloadImage.png</iconset>
176             </property>
177             <property name="iconSize">
178              <size>
179               <width>22</width>
180               <height>22</height>
181              </size>
182             </property>
183            </widget>
184           </item>
185           <item>
186            <spacer name="verticalSpacer">
187             <property name="orientation">
188              <enum>Qt::Vertical</enum>
189             </property>
190             <property name="sizeHint" stdset="0">
191              <size>
192               <width>20</width>
193               <height>40</height>
194              </size>
195             </property>
196            </spacer>
197           </item>
198          </layout>
199         </item>
200         <item>
201          <layout class="QVBoxLayout" name="verticalLayout_3">
202           <item>
203            <widget class="QLabel" name="labelStatus">
204             <property name="text">
205              <string>TextLabel</string>
206             </property>
207            </widget>
208           </item>
209           <item>
210            <widget class="CPhotoAlbum" name="photoAlbum" native="true">
211             <property name="sizePolicy">
212              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
213               <horstretch>0</horstretch>
214               <verstretch>0</verstretch>
215              </sizepolicy>
216             </property>
217             <property name="minimumSize">
218              <size>
219               <width>0</width>
220               <height>150</height>
221              </size>
222             </property>
223            </widget>
224           </item>
225          </layout>
226         </item>
227        </layout>
228       </widget>
229       <widget class="QWidget" name="tab">
230        <attribute name="title">
231         <string>QMS</string>
232        </attribute>
233        <layout class="QVBoxLayout" name="verticalLayout_8">
234         <item>
235          <widget class="CHistoryListWidget" name="listHistory">
236           <property name="sizePolicy">
237            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
238             <horstretch>0</horstretch>
239             <verstretch>0</verstretch>
240            </sizepolicy>
241           </property>
242          </widget>
243         </item>
244        </layout>
245       </widget>
246      </widget>
247     </item>
248     <item row="2" column="1">
249      <layout class="QGridLayout" name="gridLayout_2">
250       <item row="1" column="16">
251        <widget class="QLabel" name="labelT3">
252         <property name="sizePolicy">
253          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
254           <horstretch>0</horstretch>
255           <verstretch>0</verstretch>
256          </sizepolicy>
257         </property>
258         <property name="text">
259          <string>-</string>
260         </property>
261        </widget>
262       </item>
263       <item row="0" column="0">
264        <widget class="QLabel" name="labelOwnerText">
265         <property name="sizePolicy">
266          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
267           <horstretch>0</horstretch>
268           <verstretch>0</verstretch>
269          </sizepolicy>
270         </property>
271         <property name="text">
272          <string>Owner:</string>
273         </property>
274        </widget>
275       </item>
276       <item row="1" column="13">
277        <widget class="QLabel" name="labelTerrainText">
278         <property name="sizePolicy">
279          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
280           <horstretch>0</horstretch>
281           <verstretch>0</verstretch>
282          </sizepolicy>
283         </property>
284         <property name="text">
285          <string>Terrain:</string>
286         </property>
287        </widget>
288       </item>
289       <item row="1" column="14">
290        <widget class="QLabel" name="labelT1">
291         <property name="sizePolicy">
292          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
293           <horstretch>0</horstretch>
294           <verstretch>0</verstretch>
295          </sizepolicy>
296         </property>
297         <property name="text">
298          <string>-</string>
299         </property>
300        </widget>
301       </item>
302       <item row="0" column="18">
303        <widget class="QLabel" name="labelD5">
304         <property name="sizePolicy">
305          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
306           <horstretch>0</horstretch>
307           <verstretch>0</verstretch>
308          </sizepolicy>
309         </property>
310         <property name="text">
311          <string>-</string>
312         </property>
313        </widget>
314       </item>
315       <item row="0" column="16">
316        <widget class="QLabel" name="labelD3">
317         <property name="sizePolicy">
318          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
319           <horstretch>0</horstretch>
320           <verstretch>0</verstretch>
321          </sizepolicy>
322         </property>
323         <property name="text">
324          <string>-</string>
325         </property>
326        </widget>
327       </item>
328       <item row="0" column="17">
329        <widget class="QLabel" name="labelD4">
330         <property name="sizePolicy">
331          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
332           <horstretch>0</horstretch>
333           <verstretch>0</verstretch>
334          </sizepolicy>
335         </property>
336         <property name="text">
337          <string>-</string>
338         </property>
339        </widget>
340       </item>
341       <item row="1" column="17">
342        <widget class="QLabel" name="labelT4">
343         <property name="sizePolicy">
344          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
345           <horstretch>0</horstretch>
346           <verstretch>0</verstretch>
347          </sizepolicy>
348         </property>
349         <property name="text">
350          <string>-</string>
351         </property>
352        </widget>
353       </item>
354       <item row="0" column="14">
355        <widget class="QLabel" name="labelD1">
356         <property name="sizePolicy">
357          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
358           <horstretch>0</horstretch>
359           <verstretch>0</verstretch>
360          </sizepolicy>
361         </property>
362         <property name="text">
363          <string>-</string>
364         </property>
365        </widget>
366       </item>
367       <item row="1" column="15">
368        <widget class="QLabel" name="labelT2">
369         <property name="sizePolicy">
370          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
371           <horstretch>0</horstretch>
372           <verstretch>0</verstretch>
373          </sizepolicy>
374         </property>
375         <property name="text">
376          <string>-</string>
377         </property>
378        </widget>
379       </item>
380       <item row="0" column="1">
381        <widget class="QLabel" name="labelOwner">
382         <property name="text">
383          <string>-</string>
384         </property>
385        </widget>
386       </item>
387       <item row="0" column="15">
388        <widget class="QLabel" name="labelD2">
389         <property name="sizePolicy">
390          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
391           <horstretch>0</horstretch>
392           <verstretch>0</verstretch>
393          </sizepolicy>
394         </property>
395         <property name="text">
396          <string>-</string>
397         </property>
398        </widget>
399       </item>
400       <item row="1" column="18">
401        <widget class="QLabel" name="labelT5">
402         <property name="sizePolicy">
403          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
404           <horstretch>0</horstretch>
405           <verstretch>0</verstretch>
406          </sizepolicy>
407         </property>
408         <property name="text">
409          <string>-</string>
410         </property>
411        </widget>
412       </item>
413       <item row="0" column="13">
414        <widget class="QLabel" name="labelDifficultyText">
415         <property name="sizePolicy">
416          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
417           <horstretch>0</horstretch>
418           <verstretch>0</verstretch>
419          </sizepolicy>
420         </property>
421         <property name="text">
422          <string>Difficulty:</string>
423         </property>
424        </widget>
425       </item>
426       <item row="2" column="13">
427        <widget class="QLabel" name="labelSizeText">
428         <property name="sizePolicy">
429          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
430           <horstretch>0</horstretch>
431           <verstretch>0</verstretch>
432          </sizepolicy>
433         </property>
434         <property name="text">
435          <string>Size:</string>
436         </property>
437        </widget>
438       </item>
439       <item row="2" column="14" colspan="5">
440        <widget class="QLabel" name="labelSize">
441         <property name="sizePolicy">
442          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
443           <horstretch>0</horstretch>
444           <verstretch>0</verstretch>
445          </sizepolicy>
446         </property>
447         <property name="text">
448          <string>-</string>
449         </property>
450        </widget>
451       </item>
452       <item row="1" column="0">
453        <widget class="QLabel" name="labelHiddenDateText">
454         <property name="sizePolicy">
455          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
456           <horstretch>0</horstretch>
457           <verstretch>0</verstretch>
458          </sizepolicy>
459         </property>
460         <property name="text">
461          <string>Date Hidden:</string>
462         </property>
463        </widget>
464       </item>
465       <item row="2" column="0">
466        <widget class="QLabel" name="labelLastFoundText">
467         <property name="sizePolicy">
468          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
469           <horstretch>0</horstretch>
470           <verstretch>0</verstretch>
471          </sizepolicy>
472         </property>
473         <property name="text">
474          <string>Last Found:</string>
475         </property>
476        </widget>
477       </item>
478       <item row="1" column="1">
479        <widget class="QLabel" name="labelHiddenDate">
480         <property name="text">
481          <string>-</string>
482         </property>
483        </widget>
484       </item>
485       <item row="2" column="1">
486        <widget class="QLabel" name="labelLastFound">
487         <property name="text">
488          <string>-</string>
489         </property>
490        </widget>
491       </item>
492      </layout>
493     </item>
494     <item row="3" column="1">
495      <layout class="QHBoxLayout" name="attributeHorLayout">
496       <item>
497        <widget class="QLabel" name="labelNoAttr">
498         <property name="text">
499          <string>No Attributes present</string>
500         </property>
501        </widget>
502       </item>
503       <item>
504        <spacer name="horizontalSpacer_2">
505         <property name="orientation">
506          <enum>Qt::Horizontal</enum>
507         </property>
508         <property name="sizeHint" stdset="0">
509          <size>
510           <width>40</width>
511           <height>20</height>
512          </size>
513         </property>
514        </spacer>
515       </item>
516      </layout>
517     </item>
518    </layout>
519   </item>
520  </layout>
521 </widget>
522 <customwidgets>
523  <customwidget>
524   <class>QWebEngineView</class>
525   <extends>QWidget</extends>
526   <header location="global">QtWebEngineWidgets/QWebEngineView</header>
527   <container>1</container>
528  </customwidget>
529  <customwidget>
530   <class>CPhotoAlbum</class>
531   <extends>QWidget</extends>
532   <header>widgets/CPhotoAlbum.h</header>
533   <container>1</container>
534  </customwidget>
535  <customwidget>
536   <class>CHistoryListWidget</class>
537   <extends>QListWidget</extends>
538   <header>widgets/CHistoryListWidget.h</header>
539  </customwidget>
540 </customwidgets>
541 <resources>
542  <include location="../../resources.qrc"/>
543 </resources>
544 <connections/>
545</ui>
546