<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ImageFileImport</class> <widget class="QWidget" name="ImageFileImport"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>675</width> <height>753</height> </rect> </property> <property name="windowTitle"> <string>TifFileImport</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QVBoxLayout" name="verticalLayout"> <property name="leftMargin"> <number>6</number> </property> <property name="topMargin"> <number>6</number> </property> <property name="rightMargin"> <number>6</number> </property> <property name="bottomMargin"> <number>6</number> </property> <item> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="leftMargin"> <number>6</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>6</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <spacer name="verticalSpacer_4"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_10"> <item> <widget class="QLabel" name="ImportImageLabel"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout_2"> <property name="leftMargin"> <number>6</number> </property> <property name="rightMargin"> <number>6</number> </property> <item row="3" column="0"> <widget class="QLabel" name="ImageType"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="0" column="3"> <spacer name="verticalSpacer_7"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>5</width> <height>40</height> </size> </property> </spacer> </item> <item row="0" column="2"> <widget class="QLineEdit" name="OriginImageEdit"/> </item> <item row="0" column="0"> <widget class="QLabel" name="OriginImageLabel"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="3" column="3"> <spacer name="verticalSpacer_11"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>5</width> <height>40</height> </size> </property> </spacer> </item> <item row="0" column="4"> <widget class="QPushButton" name="OriginImageExplore"> <property name="text"> <string>PushButton</string> </property> </widget> </item> <item row="3" column="2"> <layout class="QHBoxLayout" name="horizontalLayout_21"> <item> <widget class="QRadioButton" name="InfraredImage"> <property name="text"> <string>RadioButton</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="VisibleImage"> <property name="text"> <string>RadioButton</string> </property> </widget> </item> </layout> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <spacer name="verticalSpacer_5"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_17"> <item> <widget class="QLabel" name="CraftInfoLabel"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout"> <property name="leftMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <item row="2" column="4"> <spacer name="verticalSpacer_10"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="0" column="0"> <widget class="QLabel" name="Longitude"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="1" column="4"> <spacer name="verticalSpacer_8"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="0" column="3"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLineEdit" name="LongitudeEdit"/> </item> <item> <widget class="QLabel" name="LongitudeUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="2" column="5"> <widget class="QLabel" name="CraftRolling"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="0" column="4"> <spacer name="verticalSpacer_9"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="1" column="7"> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QLineEdit" name="CraftPitchingEdit"/> </item> <item> <widget class="QLabel" name="CraftPitchingUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="1" column="3"> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLineEdit" name="LatitudeEdit"/> </item> <item> <widget class="QLabel" name="LatitudeUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="1" column="0"> <widget class="QLabel" name="Latitude"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="2" column="7"> <layout class="QHBoxLayout" name="horizontalLayout_7"> <item> <widget class="QLineEdit" name="CraftRollingEdit"/> </item> <item> <widget class="QLabel" name="CraftRollingUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="2" column="3"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLineEdit" name="AltitudeEdit"/> </item> <item> <widget class="QLabel" name="AltitudeUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="0" column="7"> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> <widget class="QLineEdit" name="CraftHeadingEdit"/> </item> <item> <widget class="QLabel" name="CraftHeadingUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="1" column="5"> <widget class="QLabel" name="CraftPitching"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="Altitude"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="0" column="5"> <widget class="QLabel" name="CraftHeading"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="Line" name="line_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <spacer name="verticalSpacer_6"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_18"> <item> <widget class="QLabel" name="CameraInfoLabel"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout_3"> <item row="0" column="0"> <widget class="QLabel" name="Pitching"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="0" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_9"> <item> <widget class="QLineEdit" name="PitchingEdit"/> </item> <item> <widget class="QLabel" name="PitchingUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="0" column="3"> <widget class="QLabel" name="CameraFocus"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="1" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_8"> <item> <widget class="QLineEdit" name="HeadingEdit"/> </item> <item> <widget class="QLabel" name="HeadingUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="0" column="4"> <layout class="QHBoxLayout" name="horizontalLayout_11"> <item> <widget class="QLineEdit" name="CameraFocusEdit"/> </item> <item> <widget class="QLabel" name="CameraFocusUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="1" column="3"> <widget class="QLabel" name="Range"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="1" column="4"> <layout class="QHBoxLayout" name="horizontalLayout_12"> <item> <widget class="QLineEdit" name="RangeEdit"/> </item> <item> <widget class="QLabel" name="RangeUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="1" column="0"> <widget class="QLabel" name="Heading"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="0" column="2"> <spacer name="verticalSpacer_12"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="1" column="2"> <spacer name="verticalSpacer_13"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> <item> <spacer name="verticalSpacer_3"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="Line" name="line_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <spacer name="verticalSpacer_15"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_19"> <item> <widget class="QLabel" name="ImageInfoLabel"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout_4"> <item row="1" column="2"> <spacer name="verticalSpacer_17"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="1" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_13"> <item> <widget class="QLineEdit" name="CenterAltitudeEdit"/> </item> <item> <widget class="QLabel" name="CenterAltitudeUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="0" column="4"> <layout class="QHBoxLayout" name="horizontalLayout_14"> <item> <widget class="QLineEdit" name="CenterLatitudeEdit"/> </item> <item> <widget class="QLabel" name="CenterLatitudeUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="0" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_16"> <item> <widget class="QLineEdit" name="CenterLongitudeEdit"/> </item> <item> <widget class="QLabel" name="CenterLongitudeUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item row="0" column="0"> <widget class="QLabel" name="CenterLongitude"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="0" column="2"> <spacer name="verticalSpacer_16"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="1" column="0"> <widget class="QLabel" name="CenterAltitude"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="0" column="3"> <widget class="QLabel" name="CenterLatitude"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="1" column="3"> <widget class="QLabel" name="Distance"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="1" column="4"> <layout class="QGridLayout" name="gridLayout_5"> <item row="0" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_15"> <item> <widget class="QLineEdit" name="DistanceEdit"/> </item> <item> <widget class="QLabel" name="DistanceUnit"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </item> <item> <spacer name="verticalSpacer_18"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="Clear"> <property name="text"> <string>PushButton</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="SmartMode"> <property name="text"> <string>PushButton</string> </property> </widget> </item> <item> <widget class="QPushButton" name="ManualMode"> <property name="text"> <string>PushButton</string> </property> </widget> </item> <item> <widget class="QPushButton" name="Cancel"> <property name="text"> <string>PushButton</string> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> <tabstops> <tabstop>OriginImageEdit</tabstop> <tabstop>OriginImageExplore</tabstop> <tabstop>LongitudeEdit</tabstop> <tabstop>CraftHeadingEdit</tabstop> <tabstop>LatitudeEdit</tabstop> <tabstop>CraftPitchingEdit</tabstop> <tabstop>AltitudeEdit</tabstop> <tabstop>CraftRollingEdit</tabstop> <tabstop>PitchingEdit</tabstop> <tabstop>HeadingEdit</tabstop> <tabstop>CameraFocusEdit</tabstop> <tabstop>RangeEdit</tabstop> <tabstop>CenterLongitudeEdit</tabstop> <tabstop>CenterLatitudeEdit</tabstop> <tabstop>CenterAltitudeEdit</tabstop> <tabstop>DistanceEdit</tabstop> <tabstop>SmartMode</tabstop> <tabstop>Cancel</tabstop> </tabstops> <resources/> <connections/> </ui>