This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mathdeptv2/工具v2/获取小闲平台使用数据.ui

188 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>700</width>
<height>140</height>
</rect>
</property>
<property name="windowTitle">
<string>获取小闲平台使用数据</string>
</property>
<widget class="QPushButton" name="pushButton_selectfilepath">
<property name="geometry">
<rect>
<x>100</x>
<y>40</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>选择文件</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>下载的.zip文件</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>日期</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_date">
<property name="geometry">
<rect>
<x>80</x>
<y>10</y>
<width>132</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>230</x>
<y>10</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>(yyyymmdd)</string>
</property>
</widget>
<widget class="QLabel" name="label_filepath">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>681</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>选择文件或文件夹后, 这里将显示其路径</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_exec">
<property name="geometry">
<rect>
<x>620</x>
<y>100</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>运行</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_appendflag">
<property name="geometry">
<rect>
<x>520</x>
<y>100</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Append模式</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>330</x>
<y>10</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>提交比例下限</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_threshold">
<property name="geometry">
<rect>
<x>420</x>
<y>10</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_selectdirpath">
<property name="geometry">
<rect>
<x>390</x>
<y>40</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>选择文件夹</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>290</x>
<y>40</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>只含.zip的文件夹</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>230</x>
<y>40</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<bold>true</bold>
</font>
</property>
<property name="text">
<string></string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>