Warning, /system/kcm-grub2/ui/installDlg.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  <class>InstallDialog</class>
0004  <widget class="QWidget" name="InstallDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>291</width>
0010     <height>242</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="0">
0015     <widget class="QLabel" name="label">
0016      <property name="text">
0017       <string comment="@label:listbox">Select partition to install/recover GRUB:</string>
0018      </property>
0019     </widget>
0020    </item>
0021    <item row="1" column="0">
0022     <widget class="QTreeWidget" name="treeWidget_recover">
0023      <property name="editTriggers">
0024       <set>QAbstractItemView::NoEditTriggers</set>
0025      </property>
0026      <property name="iconSize">
0027       <size>
0028        <width>32</width>
0029        <height>32</height>
0030       </size>
0031      </property>
0032      <property name="rootIsDecorated">
0033       <bool>false</bool>
0034      </property>
0035      <property name="columnCount">
0036       <number>6</number>
0037      </property>
0038      <attribute name="headerStretchLastSection">
0039       <bool>false</bool>
0040      </attribute>
0041      <column>
0042       <property name="text">
0043        <string/>
0044       </property>
0045      </column>
0046      <column>
0047       <property name="text">
0048        <string comment="@title:column">Partition</string>
0049       </property>
0050      </column>
0051      <column>
0052       <property name="text">
0053        <string comment="@title:column">Mountpoint</string>
0054       </property>
0055      </column>
0056      <column>
0057       <property name="text">
0058        <string comment="@title:column">Label</string>
0059       </property>
0060      </column>
0061      <column>
0062       <property name="text">
0063        <string comment="@title:column">File System</string>
0064       </property>
0065      </column>
0066      <column>
0067       <property name="text">
0068        <string comment="@title:column">Size</string>
0069       </property>
0070      </column>
0071     </widget>
0072    </item>
0073    <item row="2" column="0">
0074     <widget class="QCheckBox" name="checkBox_partition">
0075      <property name="toolTip">
0076       <string comment="@info:tooltip">Install the bootloader on the boot sector of the selected partition instead of the MBR(=Master Boot Sector). Not recommended.</string>
0077      </property>
0078      <property name="text">
0079       <string comment="@option:check">Install on partition instead of MBR (Advanced)</string>
0080      </property>
0081     </widget>
0082    </item>
0083   </layout>
0084  </widget>
0085  <resources/>
0086  <connections/>
0087 </ui>