DYTSrouce/src/ui/Menu/WindowManagerMenu.ui
2025-01-20 01:08:04 +08:00

48 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WindowManagerMenu</class>
<widget class="QWidget" name="WindowManagerMenu">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>847</width>
<height>91</height>
</rect>
</property>
<property name="windowTitle">
<string>WindowManagerMenu</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QListWidget" name="listWidget">
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="flow">
<enum>QListView::LeftToRight</enum>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>408</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>