Warning, /plasma/plasma-desktop/solid-device-automounter/kcm/DeviceAutomounterKCM.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>DeviceAutomounterKCM</class>
0004  <widget class="QWidget" name="DeviceAutomounterKCM">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>615</width>
0010     <height>380</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QTreeView" name="deviceView">
0016      <property name="whatsThis">
0017       <string>This list contains the storage devices known to the system. If &quot;Automount on Login&quot; is checked, the device will be automatically mounted even though &quot;Mount all removable media at login&quot; is unchecked. The same applies for &quot;Automount on Attach&quot;.</string>
0018      </property>
0019      <property name="editTriggers">
0020       <set>QAbstractItemView::NoEditTriggers</set>
0021      </property>
0022      <property name="selectionMode">
0023       <enum>QAbstractItemView::ExtendedSelection</enum>
0024      </property>
0025      <property name="rootIsDecorated">
0026       <bool>true</bool>
0027      </property>
0028      <property name="itemsExpandable">
0029       <bool>true</bool>
0030      </property>
0031      <property name="sortingEnabled">
0032       <bool>true</bool>
0033      </property>
0034      <property name="animated">
0035       <bool>true</bool>
0036      </property>
0037      <property name="allColumnsShowFocus">
0038       <bool>true</bool>
0039      </property>
0040      <property name="expandsOnDoubleClick">
0041       <bool>false</bool>
0042      </property>
0043      <attribute name="headerShowSortIndicator" stdset="0">
0044       <bool>false</bool>
0045      </attribute>
0046      <attribute name="headerStretchLastSection">
0047       <bool>false</bool>
0048      </attribute>
0049     </widget>
0050    </item>
0051    <item>
0052     <widget class="QPushButton" name="forgetDevice">
0053      <property name="whatsThis">
0054       <string>Clicking this button causes the selected devices to be 'forgotten'. This is only useful if &quot;Only automatically mount removable media that has been manually mounted before&quot; is checked. Once a device is forgotten and the system is set to only automatically mount familiar devices, the device will not be automatically mounted.</string>
0055      </property>
0056      <property name="text">
0057       <string>Forget Device</string>
0058      </property>
0059      <property name="enabled">
0060       <bool>false</bool>
0061      </property>
0062     </widget>
0063    </item>
0064    <item>
0065     <widget class="QCheckBox" name="kcfg_AutomountUnknownDevices">
0066      <property name="whatsThis">
0067       <string>When this is not checked, only remembered devices will be automatically mounted. A device is 'remembered' if it has ever been mounted before. For instance, plugging in a USB media player to charge is not sufficient to 'remember' it - if the files are not accessed, it will not be automatically mounted the next time it is seen. Once they have been accessed, however, the device's contents will be automatically made available to the system.</string>
0068      </property>
0069      <property name="text">
0070       <string>Automatically mount removable media that have never been mounted before</string>
0071      </property>
0072     </widget>
0073    </item>
0074   </layout>
0075  </widget>
0076  <resources/>
0077 </ui>