Files
frelay/Gui/Control/FileControl.ui

74 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2025-06-15 14:31:54 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FileManager</class>
<widget class="QWidget" name="FileManager">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>719</width>
<height>339</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="lbMode">
<property name="text">
<string>Mode:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnVisit">
<property name="text">
2025-11-04 14:52:27 +08:00
<string>访问</string>
2025-06-15 14:31:54 +08:00
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnHome">
<property name="text">
2025-11-04 14:52:27 +08:00
<string>家目录</string>
2025-06-15 14:31:54 +08:00
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnUp">
<property name="text">
2025-11-04 14:52:27 +08:00
<string>上一级</string>
2025-06-15 14:31:54 +08:00
</property>
</widget>
</item>
</layout>
</item>
<item>
2025-06-17 17:20:54 +08:00
<widget class="CustomTableWidget" name="tableWidget"/>
2025-06-15 14:31:54 +08:00
</item>
</layout>
</widget>
2025-06-17 17:20:54 +08:00
<customwidgets>
<customwidget>
<class>CustomTableWidget</class>
<extends>QTableWidget</extends>
<header>cusTableWidget.h</header>
</customwidget>
</customwidgets>
2025-06-15 14:31:54 +08:00
<resources/>
<connections/>
</ui>