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/工具v4/个人使用记录导入.ui

141 lines
2.9 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>760</width>
<height>490</height>
</rect>
</property>
<property name="windowTitle">
<string>个人使用记录导入</string>
</property>
<widget class="QPushButton" name="pushButton_fileselect">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>选择文件</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_dirselect">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>选择文件夹</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_filepath">
<property name="geometry">
<rect>
<x>110</x>
<y>20</y>
<width>631</width>
<height>20</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_dirpath">
<property name="geometry">
<rect>
<x>110</x>
<y>60</y>
<width>631</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<fontweight>ExtraLight</fontweight>
</font>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QTableWidget" name="tableWidget_filelist">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>271</width>
<height>371</height>
</rect>
</property>
<column>
<property name="text">
<string>文件列表</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="pushButton_exec">
<property name="geometry">
<rect>
<x>300</x>
<y>180</y>
<width>111</width>
<height>91</height>
</rect>
</property>
<property name="font">
<font>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>收录个人答题情况
至数据库</string>
</property>
</widget>
<widget class="QTableWidget" name="tableWidget_result">
<property name="geometry">
<rect>
<x>420</x>
<y>100</y>
<width>321</width>
<height>371</height>
</rect>
</property>
<column>
<property name="text">
<string>文件名</string>
</property>
</column>
<column>
<property name="text">
<string>已有</string>
</property>
</column>
<column>
<property name="text">
<string>修改</string>
</property>
</column>
<column>
<property name="text">
<string>新增</string>
</property>
</column>
</widget>
</widget>
<resources/>
<connections/>
</ui>