Warning, /plasma/latte-dock/app/settings/exporttemplatedialog/exporttemplatedialog.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>ExportTemplateDialog</class>
0004  <widget class="QDialog" name="ExportTemplateDialog">
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 notr="true">Export Template</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="appletsTable">
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_2">
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="selectAllBtn">
0057            <property name="text">
0058             <string>Select All</string>
0059            </property>
0060           </widget>
0061          </item>
0062          <item>
0063           <widget class="QPushButton" name="deselectAllBtn">
0064            <property name="text">
0065             <string>Deselect All</string>
0066            </property>
0067           </widget>
0068          </item>
0069         </layout>
0070        </item>
0071        <item>
0072         <layout class="QHBoxLayout" name="horizontalLayout">
0073          <item>
0074           <widget class="QLabel" name="fileTabLbl">
0075            <property name="font">
0076             <font>
0077              <weight>75</weight>
0078              <bold>true</bold>
0079             </font>
0080            </property>
0081            <property name="text">
0082             <string>File:</string>
0083            </property>
0084           </widget>
0085          </item>
0086          <item>
0087           <widget class="QLabel" name="fileLbl">
0088            <property name="sizePolicy">
0089             <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0090              <horstretch>0</horstretch>
0091              <verstretch>0</verstretch>
0092             </sizepolicy>
0093            </property>
0094            <property name="text">
0095             <string notr="true">~/.config/latte/layouts/.....</string>
0096            </property>
0097           </widget>
0098          </item>
0099          <item>
0100           <widget class="QPushButton" name="chooseBtn">
0101            <property name="text">
0102             <string>Choose...</string>
0103            </property>
0104           </widget>
0105          </item>
0106         </layout>
0107        </item>
0108        <item>
0109         <widget class="QLabel" name="noteLbl">
0110          <property name="text">
0111           <string>&lt;b&gt;Select only&lt;/b&gt; applets that you would like to keep their settings in the extracted template. Make sure to not include any applets that contain personal data such as email credentials, calendar etc. </string>
0112          </property>
0113          <property name="alignment">
0114           <set>Qt::AlignJustify|Qt::AlignVCenter</set>
0115          </property>
0116          <property name="wordWrap">
0117           <bool>true</bool>
0118          </property>
0119         </widget>
0120        </item>
0121        <item>
0122         <spacer name="verticalSpacer">
0123          <property name="orientation">
0124           <enum>Qt::Vertical</enum>
0125          </property>
0126          <property name="sizeType">
0127           <enum>QSizePolicy::Fixed</enum>
0128          </property>
0129          <property name="sizeHint" stdset="0">
0130           <size>
0131            <width>20</width>
0132            <height>15</height>
0133           </size>
0134          </property>
0135         </spacer>
0136        </item>
0137       </layout>
0138      </item>
0139     </layout>
0140    </item>
0141    <item>
0142     <widget class="QDialogButtonBox" name="buttonBox">
0143      <property name="orientation">
0144       <enum>Qt::Horizontal</enum>
0145      </property>
0146      <property name="standardButtons">
0147       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Reset</set>
0148      </property>
0149     </widget>
0150    </item>
0151   </layout>
0152  </widget>
0153  <resources/>
0154  <connections/>
0155 </ui>