Warning, /system/partitionmanager/src/gui/filesystemsupportdialogwidgetbase.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: 2008-2010 Volker Lanz &lt;vl@fidra.de&gt;
0005 SPDX-FileCopyrightText: 2014 Andrius Štikonas &lt;andrius@stikonas.eu&gt;
0006 SPDX-License-Identifier: GPL-3.0-or-later
0007  </author>
0008  <class>FileSystemSupportDialogWidgetBase</class>
0009  <widget class="QWidget" name="FileSystemSupportDialogWidgetBase">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>835</width>
0015     <height>488</height>
0016    </rect>
0017   </property>
0018   <layout class="QVBoxLayout" name="verticalLayout">
0019    <item>
0020     <widget class="QLabel" name="label">
0021      <property name="text">
0022       <string>This table shows which file systems are supported and which specific operations can be performed on them.
0023 Some file systems need external tools to be installed for them to be supported. But not all operations can be performed on all file systems, even if all required tools are installed. Please see the documentation for details. </string>
0024      </property>
0025      <property name="wordWrap">
0026       <bool>true</bool>
0027      </property>
0028      <property name="textInteractionFlags">
0029       <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
0030      </property>
0031     </widget>
0032    </item>
0033    <item>
0034     <widget class="QTreeWidget" name="m_Tree">
0035      <property name="alternatingRowColors">
0036       <bool>true</bool>
0037      </property>
0038      <property name="selectionMode">
0039       <enum>QAbstractItemView::NoSelection</enum>
0040      </property>
0041      <property name="iconSize">
0042       <size>
0043        <width>32</width>
0044        <height>32</height>
0045       </size>
0046      </property>
0047      <property name="indentation">
0048       <number>0</number>
0049      </property>
0050      <property name="rootIsDecorated">
0051       <bool>false</bool>
0052      </property>
0053      <property name="uniformRowHeights">
0054       <bool>true</bool>
0055      </property>
0056      <property name="itemsExpandable">
0057       <bool>false</bool>
0058      </property>
0059      <property name="wordWrap">
0060       <bool>false</bool>
0061      </property>
0062      <property name="showGrid" stdset="0">
0063       <bool>false</bool>
0064      </property>
0065      <property name="cornerButtonEnabled" stdset="0">
0066       <bool>false</bool>
0067      </property>
0068      <column>
0069       <property name="text">
0070        <string>File System</string>
0071       </property>
0072      </column>
0073      <column>
0074       <property name="text">
0075        <string>Create</string>
0076       </property>
0077      </column>
0078      <column>
0079       <property name="text">
0080        <string>Grow</string>
0081       </property>
0082      </column>
0083      <column>
0084       <property name="text">
0085        <string>Shrink</string>
0086       </property>
0087      </column>
0088      <column>
0089       <property name="text">
0090        <string>Move</string>
0091       </property>
0092      </column>
0093      <column>
0094       <property name="text">
0095        <string>Copy</string>
0096       </property>
0097      </column>
0098      <column>
0099       <property name="text">
0100        <string>Check</string>
0101       </property>
0102      </column>
0103      <column>
0104       <property name="text">
0105        <string>Read Label</string>
0106       </property>
0107      </column>
0108      <column>
0109       <property name="text">
0110        <string>Write Label</string>
0111       </property>
0112      </column>
0113      <column>
0114       <property name="text">
0115        <string>Read Usage</string>
0116       </property>
0117      </column>
0118      <column>
0119       <property name="text">
0120        <string>Backup</string>
0121       </property>
0122      </column>
0123      <column>
0124       <property name="text">
0125        <string>Restore</string>
0126       </property>
0127      </column>
0128      <column>
0129       <property name="text">
0130        <string>Support Tools</string>
0131       </property>
0132      </column>
0133     </widget>
0134    </item>
0135    <item>
0136     <layout class="QHBoxLayout" name="horizontalLayout">
0137      <item>
0138       <widget class="QPushButton" name="m_ButtonRescan">
0139        <property name="text">
0140         <string comment="@action:button">Rescan Support</string>
0141        </property>
0142       </widget>
0143      </item>
0144      <item>
0145       <spacer name="horizontalSpacer">
0146        <property name="orientation">
0147         <enum>Qt::Horizontal</enum>
0148        </property>
0149        <property name="sizeHint" stdset="0">
0150         <size>
0151          <width>40</width>
0152          <height>20</height>
0153         </size>
0154        </property>
0155       </spacer>
0156      </item>
0157     </layout>
0158    </item>
0159   </layout>
0160  </widget>
0161  <resources/>
0162  <connections/>
0163 </ui>