Warning, /system/partitionmanager/src/gui/listoperationsbase.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>
0004 SPDX-FileCopyrightText: 2009-2011 Volker Lanz &lt;vl@fidra.de&gt;
0005 SPDX-License-Identifier: GPL-3.0-or-later
0006  </author>
0007  <class>ListOperationsBase</class>
0008  <widget class="QWidget" name="ListOperationsBase">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>400</width>
0014     <height>300</height>
0015    </rect>
0016   </property>
0017   <layout class="QVBoxLayout" name="verticalLayout">
0018    <property name="margin">
0019     <number>0</number>
0020    </property>
0021    <item>
0022     <widget class="QListWidget" name="m_ListOperations">
0023      <property name="contextMenuPolicy">
0024       <enum>Qt::CustomContextMenu</enum>
0025      </property>
0026      <property name="horizontalScrollBarPolicy">
0027       <enum>Qt::ScrollBarAlwaysOff</enum>
0028      </property>
0029      <property name="autoScroll">
0030       <bool>false</bool>
0031      </property>
0032      <property name="alternatingRowColors">
0033       <bool>true</bool>
0034      </property>
0035      <property name="selectionMode">
0036       <enum>QAbstractItemView::NoSelection</enum>
0037      </property>
0038      <property name="resizeMode">
0039       <enum>QListView::Adjust</enum>
0040      </property>
0041      <property name="wordWrap">
0042       <bool>true</bool>
0043      </property>
0044     </widget>
0045    </item>
0046   </layout>
0047  </widget>
0048  <resources/>
0049  <connections/>
0050 </ui>