2016-03-25 07:07:58 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SnapmaticWidget</class>
|
|
|
|
<widget class="QWidget" name="SnapmaticWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-04-08 16:55:28 +02:00
|
|
|
<width>459</width>
|
2016-03-25 07:07:58 +01:00
|
|
|
<height>45</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Snapmatic Widget</string>
|
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<layout class="QHBoxLayout" name="hlSnapmaticContent">
|
|
|
|
<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-04-03 01:18:48 +02:00
|
|
|
<item>
|
2016-04-03 05:25:54 +02:00
|
|
|
<widget class="QFrame" name="SnapmaticFrame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
2016-04-03 01:18:48 +02:00
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
2016-03-25 07:07:58 +01:00
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<layout class="QHBoxLayout" name="hlSnapmatic">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbSelected">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labPicture">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labPicStr">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>PHOTO - 00/00/00 00:00:00</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdView">
|
2016-04-08 16:55:28 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>View picture</string>
|
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>View</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdCopy">
|
2016-04-08 16:55:28 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Copy picture</string>
|
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Copy</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdExport">
|
2016-04-08 16:55:28 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Export picture</string>
|
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Export</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdDelete">
|
2016-04-08 16:55:28 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Delete picture</string>
|
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Delete</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-03-25 07:07:58 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|