gta5view/PictureDialog.ui

50 lines
1.1 KiB
Plaintext
Raw Normal View History

<?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">
<string>Dialog</string>
</property>
<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>
<item>
<widget class="QLabel" name="labPicture">
<property name="text">
<string/>
</property>
</widget>
</item>
2016-03-21 20:44:07 +01:00
<item>
<widget class="QLabel" name="labJSON">
<property name="text">
<string>Location: X: %1 Y: %2 Z: %3
2016-03-21 21:46:36 +01:00
Players: %4
Crew ID: %5</string>
2016-03-21 20:44:07 +01:00
</property>
</widget>
</item>
</layout>
2016-03-20 21:57:18 +01:00
</widget>
<resources/>
<connections/>
</ui>