LibreVNA/Software/PC_Application/LibreVNA-GUI/Device/deviceusblogview.ui

46 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-11-01 05:06:23 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DeviceUSBLogView</class>
<widget class="QDialog" name="DeviceUSBLogView">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>845</width>
<height>553</height>
</rect>
</property>
<property name="windowTitle">
<string>USB Log</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTreeWidget" name="tree">
<property name="headerHidden">
<bool>false</bool>
</property>
</widget>
</item>
2022-11-01 08:12:04 +08:00
<item>
<widget class="QLabel" name="status">
<property name="text">
<string/>
</property>
</widget>
</item>
2022-11-01 05:06:23 +08:00
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Open|QDialogButtonBox::Reset|QDialogButtonBox::Save</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>