RasterProcessTool/RasterMainWidgetGUI/RasterMainWidget/taskwindow.ui

209 lines
4.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TaskWindow</class>
<widget class="QDialog" name="TaskWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>400</height>
</rect>
</property>
<property name="windowTitle">
<string>创建任务</string>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>621</width>
<height>311</height>
</rect>
</property>
<property name="title">
<string>任务信息</string>
</property>
<widget class="QLineEdit" name="saveDirText">
<property name="geometry">
<rect>
<x>100</x>
<y>40</y>
<width>391</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="saveDirBtn">
<property name="geometry">
<rect>
<x>510</x>
<y>40</y>
<width>89</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>选择路径</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>581</width>
<height>161</height>
</rect>
</property>
<property name="title">
<string>下载区域</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>67</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>左上角</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>320</x>
<y>40</y>
<width>67</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>右下角</string>
</property>
</widget>
<widget class="QLineEdit" name="leftTopText">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>100</x>
<y>40</y>
<width>141</width>
<height>30</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="rightBottomText">
<property name="geometry">
<rect>
<x>400</x>
<y>40</y>
<width>141</width>
<height>30</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>67</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Zoom值</string>
</property>
</widget>
<widget class="QComboBox" name="zoomValueCbx">
<property name="geometry">
<rect>
<x>100</x>
<y>100</y>
<width>441</width>
<height>30</height>
</rect>
</property>
</widget>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>67</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>保存路径</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>67</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>任务名</string>
</property>
</widget>
<widget class="QLineEdit" name="taskNameText">
<property name="geometry">
<rect>
<x>100</x>
<y>90</y>
<width>391</width>
<height>30</height>
</rect>
</property>
</widget>
</widget>
<widget class="QPushButton" name="createBtn">
<property name="geometry">
<rect>
<x>420</x>
<y>350</y>
<width>89</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>创建</string>
</property>
</widget>
<widget class="QPushButton" name="exitBtn">
<property name="geometry">
<rect>
<x>540</x>
<y>350</y>
<width>89</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>