2014-06-18 13:22:19 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Picture</class>
|
|
|
|
<widget class="QMainWindow" name="Picture">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-11-29 09:51:40 -05:00
|
|
|
<width>742</width>
|
|
|
|
<height>529</height>
|
2014-06-18 13:22:19 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Picture</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
2014-06-18 21:32:10 -04:00
|
|
|
<widget class="QTabWidget" name="tabField">
|
2014-06-18 13:22:19 -04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2014-06-18 21:32:10 -04:00
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2014-06-21 17:17:00 -04:00
|
|
|
<width>651</width>
|
2014-06-20 13:39:10 -04:00
|
|
|
<height>411</height>
|
2014-06-18 13:22:19 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2014-06-18 21:32:10 -04:00
|
|
|
<property name="currentIndex">
|
2014-06-19 14:17:12 -04:00
|
|
|
<number>0</number>
|
2014-06-18 21:32:10 -04:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Commands</string>
|
|
|
|
</attribute>
|
2014-06-19 14:13:48 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="fileList"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cd">
|
|
|
|
<property name="text">
|
2014-06-20 14:35:39 -04:00
|
|
|
<string>Open Directory</string>
|
2014-06-19 14:13:48 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="refresh">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear File List</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2019-11-29 09:51:40 -05:00
|
|
|
<widget class="QTextEdit" name="gpsData">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2014-06-21 17:17:00 -04:00
|
|
|
</item>
|
2014-06-23 23:51:36 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="labelImagesRadio">
|
|
|
|
<property name="text">
|
|
|
|
<string>Label Images</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="eraseAllRadio">
|
|
|
|
<property name="text">
|
|
|
|
<string>Erase All Metadata</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2014-06-21 17:17:00 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelLabel">
|
2014-06-19 14:13:48 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Label</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-06-21 17:17:00 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="labelText"/>
|
|
|
|
</item>
|
2014-06-22 19:51:33 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="eraseOtherMetadata">
|
|
|
|
<property name="text">
|
|
|
|
<string>Erase Other Metadata</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-06-21 17:17:00 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="eraseGpsData">
|
|
|
|
<property name="text">
|
2014-06-25 19:58:22 -04:00
|
|
|
<string>Set GPS Data From Above</string>
|
2014-06-21 17:17:00 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="processButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Process</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-06-19 14:13:48 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-06-18 21:32:10 -04:00
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Log</string>
|
|
|
|
</attribute>
|
2014-06-19 14:13:48 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QTextEdit" name="log">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="clearLog">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-06-18 21:32:10 -04:00
|
|
|
</widget>
|
2014-06-18 16:00:39 -04:00
|
|
|
</widget>
|
2014-06-18 13:22:19 -04:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-11-29 09:51:40 -05:00
|
|
|
<width>742</width>
|
|
|
|
<height>20</height>
|
2014-06-18 13:22:19 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuOpen">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionOpen_Files"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuOpen"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<action name="actionOpen_Files">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open Files</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
2014-06-22 19:51:33 -04:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>eraseOtherMetadata</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>eraseGpsData</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>428</x>
|
|
|
|
<y>367</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>432</x>
|
|
|
|
<y>387</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2014-06-23 23:51:36 -04:00
|
|
|
<connection>
|
|
|
|
<sender>eraseAllRadio</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>labelText</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>527</x>
|
|
|
|
<y>120</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>457</x>
|
|
|
|
<y>332</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>eraseAllRadio</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>eraseOtherMetadata</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>583</x>
|
|
|
|
<y>120</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>381</x>
|
|
|
|
<y>369</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>eraseAllRadio</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>eraseGpsData</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>601</x>
|
|
|
|
<y>118</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>539</x>
|
|
|
|
<y>386</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2014-06-22 19:51:33 -04:00
|
|
|
</connections>
|
2014-06-18 13:22:19 -04:00
|
|
|
</ui>
|