Warning, /plasma/kwin/src/plugins/videowall/package/contents/ui/config.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>KWin::VideoWallConfigForm</class>
0004  <widget class="QWidget" name="KWin::VideoWallConfigForm">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>334</width>
0010     <height>59</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Video Wall</string>
0015   </property>
0016   <layout class="QFormLayout" name="formLayout">
0017    <item row="0" column="0">
0018     <widget class="QCheckBox" name="kcfg_ApplyTo">
0019      <property name="text">
0020       <string>Apply to</string>
0021      </property>
0022      <property name="checked">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="0" column="1">
0028     <layout class="QHBoxLayout" name="horizontalLayout_2">
0029      <item>
0030       <widget class="QLineEdit" name="kcfg_Whitelist">
0031        <property name="text">
0032         <string>vlc, xv, vdpau, smplayer, dragon, xine, ffplay</string>
0033        </property>
0034        <property name="placeholderText">
0035         <string>Comma separated list of window classes</string>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <widget class="QLabel" name="applyLabel">
0041        <property name="visible">
0042         <bool>false</bool>
0043        </property>
0044        <property name="text">
0045         <string>All</string>
0046        </property>
0047       </widget>
0048      </item>
0049     </layout>
0050    </item>
0051    <item row="1" column="0">
0052     <widget class="QCheckBox" name="kcfg_Ignore">
0053      <property name="text">
0054       <string>Ignore</string>
0055      </property>
0056     </widget>
0057    </item>
0058    <item row="1" column="1">
0059     <layout class="QHBoxLayout" name="horizontalLayout">
0060      <item>
0061       <widget class="QLineEdit" name="kcfg_Blacklist">
0062        <property name="visible">
0063         <bool>false</bool>
0064        </property>
0065        <property name="placeholderText">
0066         <string>Comma separated list of window classes</string>
0067        </property>
0068       </widget>
0069      </item>
0070      <item>
0071       <widget class="QLabel" name="ignoreLabel">
0072        <property name="text">
0073         <string>None</string>
0074        </property>
0075       </widget>
0076      </item>
0077     </layout>
0078    </item>
0079   </layout>
0080  </widget>
0081  <resources/>
0082  <connections>
0083   <connection>
0084    <sender>kcfg_ApplyTo</sender>
0085    <signal>toggled(bool)</signal>
0086    <receiver>kcfg_Whitelist</receiver>
0087    <slot>setVisible(bool)</slot>
0088    <hints>
0089     <hint type="sourcelabel">
0090      <x>41</x>
0091      <y>9</y>
0092     </hint>
0093     <hint type="destinationlabel">
0094      <x>143</x>
0095      <y>13</y>
0096     </hint>
0097    </hints>
0098   </connection>
0099   <connection>
0100    <sender>kcfg_ApplyTo</sender>
0101    <signal>toggled(bool)</signal>
0102    <receiver>applyLabel</receiver>
0103    <slot>setHidden(bool)</slot>
0104    <hints>
0105     <hint type="sourcelabel">
0106      <x>28</x>
0107      <y>15</y>
0108     </hint>
0109     <hint type="destinationlabel">
0110      <x>330</x>
0111      <y>20</y>
0112     </hint>
0113    </hints>
0114   </connection>
0115   <connection>
0116    <sender>kcfg_Ignore</sender>
0117    <signal>toggled(bool)</signal>
0118    <receiver>kcfg_Blacklist</receiver>
0119    <slot>setVisible(bool)</slot>
0120    <hints>
0121     <hint type="sourcelabel">
0122      <x>33</x>
0123      <y>44</y>
0124     </hint>
0125     <hint type="destinationlabel">
0126      <x>111</x>
0127      <y>45</y>
0128     </hint>
0129    </hints>
0130   </connection>
0131   <connection>
0132    <sender>kcfg_Ignore</sender>
0133    <signal>toggled(bool)</signal>
0134    <receiver>ignoreLabel</receiver>
0135    <slot>setHidden(bool)</slot>
0136    <hints>
0137     <hint type="sourcelabel">
0138      <x>51</x>
0139      <y>33</y>
0140     </hint>
0141     <hint type="destinationlabel">
0142      <x>327</x>
0143      <y>42</y>
0144     </hint>
0145    </hints>
0146   </connection>
0147  </connections>
0148 </ui>