partitionmanager/src/gui/listdevicesbase.ui

41 lines
973 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ListDevicesBase</class>
<widget class="QWidget" name="ListDevicesBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>255</width>
<height>396</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QListWidget" name="m_ListDevices">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>