2016-03-21 03:10:28 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-03-20 21:57:18 +01:00
|
|
|
<ui version="4.0">
|
|
|
|
<class>PictureDialog</class>
|
|
|
|
<widget class="QDialog" name="PictureDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-03-21 07:54:14 +01:00
|
|
|
<width>960</width>
|
|
|
|
<height>536</height>
|
2016-03-20 21:57:18 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2016-03-21 22:07:25 +01:00
|
|
|
<string>%1 - Snapmatic Picture Viewer</string>
|
2016-03-20 21:57:18 +01:00
|
|
|
</property>
|
2016-03-21 03:10:28 +01:00
|
|
|
<layout class="QVBoxLayout" name="vlPictureLayout">
|
2016-03-21 07:54:14 +01:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2016-03-21 03:10:28 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labPicture">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-03-22 05:20:42 +01:00
|
|
|
<item>
|
|
|
|
<spacer name="vsDialog">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2016-03-21 20:44:07 +01:00
|
|
|
<item>
|
2016-03-21 21:54:46 +01:00
|
|
|
<layout class="QHBoxLayout" name="hlJSON">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>4</number>
|
2016-03-21 20:44:07 +01:00
|
|
|
</property>
|
2016-03-21 21:54:46 +01:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labJSON">
|
|
|
|
<property name="text">
|
2016-03-21 22:06:17 +01:00
|
|
|
<string><span style=" font-weight:600;">Location: </span>%1, %2, %3 <br><span style=" font-weight:600;">Players: </span>%4<br><span style=" font-weight:600;">Crew ID: </span>%5</string>
|
2016-03-21 21:54:46 +01:00
|
|
|
</property>
|
2016-03-23 06:29:49 +01:00
|
|
|
<property name="openExternalLinks">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2016-03-21 21:54:46 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="hsJSON">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-03-23 07:58:51 +01:00
|
|
|
<widget class="QPushButton" name="cmdExport">
|
2016-03-21 21:54:46 +01:00
|
|
|
<property name="text">
|
2016-03-23 07:58:51 +01:00
|
|
|
<string>Export</string>
|
2016-03-21 21:54:46 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-03-22 05:20:42 +01:00
|
|
|
<item>
|
2016-03-23 07:58:51 +01:00
|
|
|
<widget class="QPushButton" name="cmdClose">
|
2016-03-22 05:20:42 +01:00
|
|
|
<property name="text">
|
2016-03-23 07:58:51 +01:00
|
|
|
<string>Close</string>
|
2016-03-22 05:20:42 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-03-21 21:54:46 +01:00
|
|
|
</layout>
|
2016-03-21 20:44:07 +01:00
|
|
|
</item>
|
2016-03-21 03:10:28 +01:00
|
|
|
</layout>
|
2016-03-20 21:57:18 +01:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|