Warning, /plasma/plasma-vault/kded/ui/activitieslinkingwidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003 SPDX-FileCopyrightText: 2020 Ivan Čukić <ivan.cukic@kde.org>
0004 
0005 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0006 -->
0007 <ui version="4.0">
0008  <class>ActivitiesLinkingWidget</class>
0009  <widget class="QWidget" name="ActivitiesLinkingWidget">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>652</width>
0015     <height>303</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>If you limit this vault only to certain activities, it will be shown in the applet only when you are in those activities. Furthermore, when you switch to an activity it should not be available in, it will automatically be closed.</string>
0023      </property>
0024      <property name="wordWrap">
0025       <bool>true</bool>
0026      </property>
0027     </widget>
0028    </item>
0029    <item>
0030     <widget class="QCheckBox" name="checkLimitActivities">
0031      <property name="text">
0032       <string>Limit to the selected activities:</string>
0033      </property>
0034     </widget>
0035    </item>
0036    <item>
0037     <widget class="QListView" name="listActivities">
0038      <property name="enabled">
0039       <bool>false</bool>
0040      </property>
0041      <property name="selectionMode">
0042       <enum>QAbstractItemView::MultiSelection</enum>
0043      </property>
0044      <property name="uniformItemSizes">
0045       <bool>true</bool>
0046      </property>
0047     </widget>
0048    </item>
0049   </layout>
0050  </widget>
0051  <resources/>
0052  <connections>
0053   <connection>
0054    <sender>checkLimitActivities</sender>
0055    <signal>clicked(bool)</signal>
0056    <receiver>listActivities</receiver>
0057    <slot>setEnabled(bool)</slot>
0058    <hints>
0059     <hint type="sourcelabel">
0060      <x>99</x>
0061      <y>69</y>
0062     </hint>
0063     <hint type="destinationlabel">
0064      <x>106</x>
0065      <y>108</y>
0066     </hint>
0067    </hints>
0068   </connection>
0069  </connections>
0070 </ui>