You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61850gui/dialog_filetran.ui

262 lines
5.3 KiB
Plaintext

2 years ago
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>dialog_filetran</class>
<widget class="QDialog" name="dialog_filetran">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>350</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="windowTitle">
<string>文件传输服务</string>
</property>
<widget class="QTableView" name="tV_file">
<property name="geometry">
<rect>
<x>5</x>
<y>5</y>
<width>381</width>
<height>261</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
</widget>
<widget class="QComboBox" name="cB_server">
<property name="geometry">
<rect>
<x>390</x>
<y>30</y>
<width>105</width>
<height>25</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>390</x>
<y>10</y>
<width>81</width>
<height>19</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>选择服务器</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>390</x>
<y>71</y>
<width>81</width>
<height>19</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>输入路径</string>
</property>
</widget>
<widget class="QLineEdit" name="lE_path">
<property name="geometry">
<rect>
<x>390</x>
<y>91</y>
<width>105</width>
<height>26</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
</widget>
<widget class="QPushButton" name="pB_getfilelist">
<property name="geometry">
<rect>
<x>390</x>
<y>135</y>
<width>105</width>
<height>29</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>获得文件列表</string>
</property>
</widget>
<widget class="QPushButton" name="pB_fileupload">
<property name="geometry">
<rect>
<x>390</x>
<y>183</y>
<width>105</width>
<height>29</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>文件上载</string>
</property>
</widget>
<widget class="QPushButton" name="pB_filedel">
<property name="geometry">
<rect>
<x>390</x>
<y>230</y>
<width>105</width>
<height>29</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>删除文件</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>5</x>
<y>280</y>
<width>105</width>
<height>19</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>下装文件名称:</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>5</x>
<y>314</y>
<width>105</width>
<height>19</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>文件存放名称:</string>
</property>
</widget>
<widget class="QLineEdit" name="lE_downfilename">
<property name="geometry">
<rect>
<x>110</x>
<y>278</y>
<width>350</width>
<height>26</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
</widget>
<widget class="QLineEdit" name="lE_filename">
<property name="geometry">
<rect>
<x>110</x>
<y>312</y>
<width>280</width>
<height>26</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
</widget>
<widget class="QPushButton" name="pB_filebrowser">
<property name="geometry">
<rect>
<x>460</x>
<y>277</y>
<width>33</width>
<height>29</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QPushButton" name="pB_filedown">
<property name="geometry">
<rect>
<x>390</x>
<y>310</y>
<width>105</width>
<height>29</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>文件下装</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>