|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>MainWindow</class>
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>374</width>
|
|
|
<height>399</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>374</width>
|
|
|
<height>399</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="maximumSize">
|
|
|
<size>
|
|
|
<width>374</width>
|
|
|
<height>399</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>MainWindow</string>
|
|
|
</property>
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>9</x>
|
|
|
<y>38</y>
|
|
|
<width>47</width>
|
|
|
<height>17</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Server:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>9</x>
|
|
|
<y>133</y>
|
|
|
<width>77</width>
|
|
|
<height>17</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>User Name:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>9</x>
|
|
|
<y>166</y>
|
|
|
<width>68</width>
|
|
|
<height>17</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Password:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>9</x>
|
|
|
<y>9</y>
|
|
|
<width>101</width>
|
|
|
<height>17</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Server Details</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>9</x>
|
|
|
<y>104</y>
|
|
|
<width>87</width>
|
|
|
<height>17</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>User Details</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>9</x>
|
|
|
<y>71</y>
|
|
|
<width>47</width>
|
|
|
<height>17</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Folder:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="serverFTP">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>130</x>
|
|
|
<y>40</y>
|
|
|
<width>231</width>
|
|
|
<height>27</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="folderFTP">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>130</x>
|
|
|
<y>70</y>
|
|
|
<width>231</width>
|
|
|
<height>27</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="usernameFTP">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>130</x>
|
|
|
<y>130</y>
|
|
|
<width>231</width>
|
|
|
<height>27</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="passwordFTP">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>130</x>
|
|
|
<y>160</y>
|
|
|
<width>231</width>
|
|
|
<height>27</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="ftpCancelButton">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>130</x>
|
|
|
<y>360</y>
|
|
|
<width>111</width>
|
|
|
<height>27</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Cancel</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="ftpOkButton">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>250</x>
|
|
|
<y>360</y>
|
|
|
<width>111</width>
|
|
|
<height>27</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Ok</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>200</y>
|
|
|
<width>66</width>
|
|
|
<height>17</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Others</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>230</y>
|
|
|
<width>81</width>
|
|
|
<height>17</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Ftp_wei:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>260</y>
|
|
|
<width>81</width>
|
|
|
<height>17</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Exp_code:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>290</y>
|
|
|
<width>81</width>
|
|
|
<height>17</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Sub_exp:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>320</y>
|
|
|
<width>81</width>
|
|
|
<height>17</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Plot_pos:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="weightFTP">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>130</x>
|
|
|
<y>230</y>
|
|
|
<width>231</width>
|
|
|
<height>27</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="expcodeFTP">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>130</x>
|
|
|
<y>260</y>
|
|
|
<width>231</width>
|
|
|
<height>27</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="subexpFTP">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>130</x>
|
|
|
<y>290</y>
|
|
|
<width>231</width>
|
|
|
<height>27</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="plotposFTP">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>130</x>
|
|
|
<y>320</y>
|
|
|
<width>231</width>
|
|
|
<height>27</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
<resources/>
|
|
|
<connections/>
|
|
|
</ui>
|
|
|
|