metapicture/picture.ui

252 lines
6.3 KiB
Plaintext
Raw Permalink Normal View History

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>
<width>651</width>
<height>411</height>
2014-06-18 13:22:19 -04:00
</rect>
</property>
2014-06-18 21:32:10 -04:00
<property name="currentIndex">
<number>0</number>
2014-06-18 21:32:10 -04:00
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Commands</string>
</attribute>
<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">
<string>Open Directory</string>
</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>
</item>
<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>
<item>
<widget class="QLabel" name="labelLabel">
<property name="text">
<string>Label</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="labelText"/>
</item>
<item>
<widget class="QCheckBox" name="eraseOtherMetadata">
<property name="text">
<string>Erase Other Metadata</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="eraseGpsData">
<property name="text">
<string>Set GPS Data From Above</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="processButton">
<property name="text">
<string>Process</string>
</property>
</widget>
</item>
</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>
<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>
</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/>
<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>
<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>
</connections>
2014-06-18 13:22:19 -04:00
</ui>