Warning, /plasma/latte-dock/app/settings/screensdialog/screensdialog.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>ScreensDialog</class>
0004  <widget class="QDialog" name="ScreensDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>561</width>
0010     <height>615</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Screens</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="optionsLayout">
0019      <item>
0020       <layout class="QVBoxLayout" name="verticalLayout_2">
0021        <item>
0022         <widget class="QTableView" name="screensTable">
0023          <property name="selectionMode">
0024           <enum>QAbstractItemView::SingleSelection</enum>
0025          </property>
0026          <attribute name="horizontalHeaderHighlightSections">
0027           <bool>false</bool>
0028          </attribute>
0029          <attribute name="horizontalHeaderStretchLastSection">
0030           <bool>true</bool>
0031          </attribute>
0032          <attribute name="verticalHeaderVisible">
0033           <bool>false</bool>
0034          </attribute>
0035          <attribute name="verticalHeaderHighlightSections">
0036           <bool>false</bool>
0037          </attribute>
0038         </widget>
0039        </item>
0040        <item>
0041         <layout class="QHBoxLayout" name="horizontalLayout">
0042          <item>
0043           <spacer name="horizontalSpacer_3">
0044            <property name="orientation">
0045             <enum>Qt::Horizontal</enum>
0046            </property>
0047            <property name="sizeHint" stdset="0">
0048             <size>
0049              <width>40</width>
0050              <height>20</height>
0051             </size>
0052            </property>
0053           </spacer>
0054          </item>
0055          <item>
0056           <widget class="QPushButton" name="deselectAllBtn">
0057            <property name="text">
0058             <string>Deselect All</string>
0059            </property>
0060           </widget>
0061          </item>
0062         </layout>
0063        </item>
0064        <item>
0065         <widget class="QLabel" name="noteLbl">
0066          <property name="text">
0067           <string>&lt;b&gt;Select only&lt;/b&gt; screens that are obsolete and you would like to remove their reference. Active screens or screens used in your layouts can not be removed.</string>
0068          </property>
0069          <property name="alignment">
0070           <set>Qt::AlignJustify|Qt::AlignVCenter</set>
0071          </property>
0072          <property name="wordWrap">
0073           <bool>true</bool>
0074          </property>
0075         </widget>
0076        </item>
0077        <item>
0078         <spacer name="verticalSpacer">
0079          <property name="orientation">
0080           <enum>Qt::Vertical</enum>
0081          </property>
0082          <property name="sizeType">
0083           <enum>QSizePolicy::Fixed</enum>
0084          </property>
0085          <property name="sizeHint" stdset="0">
0086           <size>
0087            <width>20</width>
0088            <height>15</height>
0089           </size>
0090          </property>
0091         </spacer>
0092        </item>
0093       </layout>
0094      </item>
0095     </layout>
0096    </item>
0097    <item>
0098     <widget class="QDialogButtonBox" name="buttonBox">
0099      <property name="orientation">
0100       <enum>Qt::Horizontal</enum>
0101      </property>
0102      <property name="standardButtons">
0103       <set>QDialogButtonBox::Cancel</set>
0104      </property>
0105     </widget>
0106    </item>
0107   </layout>
0108  </widget>
0109  <resources/>
0110  <connections/>
0111 </ui>