Files
frelay/Gui/Control/LogControl.ui

52 lines
1.2 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>LogPrint</class>
<widget class="QWidget" name="LogPrint">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2026-02-02 21:46:02 +08:00
<width>831</width>
<height>396</height>
2025-06-15 14:31:54 +08:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPlainTextEdit" name="pedText"/>
2025-06-15 14:31:54 +08:00
</item>
2026-02-02 21:46:02 +08:00
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Expanding</enum>
2026-02-02 21:46:02 +08:00
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>60</height>
2026-02-02 21:46:02 +08:00
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnClear">
<property name="text">
<string>清空</string>
</property>
</widget>
</item>
</layout>
</item>
2025-06-15 14:31:54 +08:00
</layout>
</widget>
<resources/>
<connections/>
</ui>