Warning, /system/partitionmanager/src/gui/editmountoptionsdialogwidgetbase.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: 2010 Volker Lanz &lt;vl@fidra.de&gt;
0005 SPDX-FileCopyrightText: 2016 Andrius Štikonas &lt;andrius@stikonas.eu&gt;
0006 SPDX-License-Identifier: GPL-3.0-or-later
0007  </author>
0008  <class>EditMountOptionsDialogWidgetBase</class>
0009  <widget class="QWidget" name="EditMountOptionsDialogWidgetBase">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>461</width>
0015     <height>261</height>
0016    </rect>
0017   </property>
0018   <property name="windowTitle">
0019    <string>Edit Mount Options</string>
0020   </property>
0021   <layout class="QVBoxLayout" name="verticalLayout">
0022    <item>
0023     <widget class="QLabel" name="m_Label">
0024      <property name="text">
0025       <string>Edit the mount options for this file system:</string>
0026      </property>
0027     </widget>
0028    </item>
0029    <item>
0030     <widget class="QPlainTextEdit" name="m_EditOptions">
0031      <property name="placeholderText">
0032       <string>Option1,Option2</string>
0033      </property>
0034     </widget>
0035    </item>
0036   </layout>
0037  </widget>
0038  <resources/>
0039  <connections/>
0040 </ui>