Warning, /utilities/kate/apps/lib/ui/sessionconfigwidget.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>SessionConfigWidget</class>
0004  <widget class="QWidget" name="SessionConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>730</width>
0010     <height>603</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_4">
0014    <item>
0015     <widget class="QGroupBox" name="gbAppStartup">
0016      <property name="title">
0017       <string>Application Startup Behavior</string>
0018      </property>
0019      <layout class="QVBoxLayout" name="verticalLayout_2">
0020       <item>
0021        <widget class="QRadioButton" name="startNewSessionRadioButton">
0022         <property name="text">
0023          <string>&amp;Start new session</string>
0024         </property>
0025        </widget>
0026       </item>
0027       <item>
0028        <widget class="QRadioButton" name="loadLastUserSessionRadioButton">
0029         <property name="text">
0030          <string>&amp;Load last used session</string>
0031         </property>
0032        </widget>
0033       </item>
0034       <item>
0035        <widget class="QRadioButton" name="manuallyChooseSessionRadioButton">
0036         <property name="text">
0037          <string>&amp;Manually choose a session</string>
0038         </property>
0039        </widget>
0040       </item>
0041      </layout>
0042     </widget>
0043    </item>
0044    <item>
0045     <widget class="QGroupBox" name="groupBox">
0046      <property name="title">
0047       <string>Application Startup/Shutdown Behavior</string>
0048      </property>
0049      <layout class="QVBoxLayout" name="verticalLayout_5">
0050       <item>
0051        <layout class="QHBoxLayout" name="horizontalLayout_3">
0052         <item>
0053          <widget class="QLabel" name="label_4">
0054           <property name="text">
0055            <string>Automatically save and restore:</string>
0056           </property>
0057           <property name="alignment">
0058            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0059           </property>
0060          </widget>
0061         </item>
0062         <item>
0063          <layout class="QVBoxLayout" name="verticalLayout_6">
0064           <item>
0065            <widget class="QCheckBox" name="stashNewUnsavedFiles">
0066             <property name="text">
0067              <string>Newly-created unsaved files</string>
0068             </property>
0069             <property name="checked">
0070              <bool>true</bool>
0071             </property>
0072            </widget>
0073           </item>
0074           <item>
0075            <widget class="QCheckBox" name="stashUnsavedFilesChanges">
0076             <property name="text">
0077              <string>Files with unsaved changes</string>
0078             </property>
0079            </widget>
0080           </item>
0081          </layout>
0082         </item>
0083        </layout>
0084       </item>
0085       <item>
0086        <widget class="QCheckBox" name="showWelcomeViewForNewWindow">
0087         <property name="whatsThis">
0088          <string>If disabled, an untitled document will be shown for new windows.</string>
0089         </property>
0090         <property name="text">
0091          <string>Show welcome view for new windows</string>
0092         </property>
0093        </widget>
0094       </item>
0095       <item>
0096        <widget class="QCheckBox" name="modCloseAfterLast">
0097         <property name="whatsThis">
0098          <string>If enabled, the application will shutdown when the last file being edited is closed, otherwise a blank page will open so that you can start a new file.</string>
0099         </property>
0100         <property name="text">
0101          <string>Close the application entirely when the last file is closed</string>
0102         </property>
0103        </widget>
0104       </item>
0105       <item>
0106        <widget class="QCheckBox" name="winClosesDocuments">
0107         <property name="text">
0108          <string>Close documents with the window they belong to</string>
0109         </property>
0110        </widget>
0111       </item>
0112      </layout>
0113     </widget>
0114    </item>
0115    <item>
0116     <widget class="QGroupBox" name="gbElements">
0117      <property name="title">
0118       <string>Session Elements</string>
0119      </property>
0120      <layout class="QVBoxLayout" name="verticalLayout_3">
0121       <item>
0122        <widget class="QLabel" name="label">
0123         <property name="text">
0124          <string>The session contains the list of open documents, recently opened files list, bookmarks, cursor position etc. When the session is loaded all elements are restored.</string>
0125         </property>
0126         <property name="wordWrap">
0127          <bool>true</bool>
0128         </property>
0129        </widget>
0130       </item>
0131       <item>
0132        <layout class="QHBoxLayout" name="horizontalLayout">
0133         <item>
0134          <widget class="QLabel" name="label_2">
0135           <property name="text">
0136            <string>Maximum number of entries in recent file list:</string>
0137           </property>
0138           <property name="buddy">
0139            <cstring>spinBoxRecentFilesCount</cstring>
0140           </property>
0141          </widget>
0142         </item>
0143         <item>
0144          <widget class="QSpinBox" name="spinBoxRecentFilesCount"/>
0145         </item>
0146         <item>
0147          <spacer name="horizontalSpacer">
0148           <property name="orientation">
0149            <enum>Qt::Horizontal</enum>
0150           </property>
0151           <property name="sizeHint" stdset="0">
0152            <size>
0153             <width>40</width>
0154             <height>20</height>
0155            </size>
0156           </property>
0157          </spacer>
0158         </item>
0159        </layout>
0160       </item>
0161       <item>
0162        <widget class="QCheckBox" name="restoreVC">
0163         <property name="whatsThis">
0164          <string>Check this if you want all your views and frames restored each time you open the application.</string>
0165         </property>
0166         <property name="text">
0167          <string>Include &amp;window configuration</string>
0168         </property>
0169        </widget>
0170       </item>
0171      </layout>
0172     </widget>
0173    </item>
0174    <item>
0175     <widget class="QGroupBox" name="saveMetaInfos">
0176      <property name="whatsThis">
0177       <string>Check this if you want document configuration like for example bookmarks to be saved past editor sessions. The configuration will be restored if the document has not changed when reopened.</string>
0178      </property>
0179      <property name="title">
0180       <string>Keep &amp;meta-information past sessions</string>
0181      </property>
0182      <property name="checkable">
0183       <bool>true</bool>
0184      </property>
0185      <layout class="QVBoxLayout" name="verticalLayout">
0186       <item>
0187        <layout class="QHBoxLayout" name="horizontalLayout_2">
0188         <item>
0189          <widget class="QLabel" name="label_3">
0190           <property name="text">
0191            <string>Delete unused meta-information after:</string>
0192           </property>
0193           <property name="buddy">
0194            <cstring>daysMetaInfos</cstring>
0195           </property>
0196          </widget>
0197         </item>
0198         <item>
0199          <widget class="KPluralHandlingSpinBox" name="daysMetaInfos"/>
0200         </item>
0201         <item>
0202          <spacer name="horizontalSpacer_2">
0203           <property name="orientation">
0204            <enum>Qt::Horizontal</enum>
0205           </property>
0206           <property name="sizeHint" stdset="0">
0207            <size>
0208             <width>40</width>
0209             <height>20</height>
0210            </size>
0211           </property>
0212          </spacer>
0213         </item>
0214        </layout>
0215       </item>
0216      </layout>
0217     </widget>
0218    </item>
0219    <item>
0220     <spacer name="verticalSpacer">
0221      <property name="orientation">
0222       <enum>Qt::Vertical</enum>
0223      </property>
0224      <property name="sizeHint" stdset="0">
0225       <size>
0226        <width>20</width>
0227        <height>40</height>
0228       </size>
0229      </property>
0230     </spacer>
0231    </item>
0232   </layout>
0233  </widget>
0234  <customwidgets>
0235   <customwidget>
0236    <class>KPluralHandlingSpinBox</class>
0237    <extends>QSpinBox</extends>
0238    <header>kpluralhandlingspinbox.h</header>
0239   </customwidget>
0240  </customwidgets>
0241  <tabstops>
0242   <tabstop>spinBoxRecentFilesCount</tabstop>
0243   <tabstop>restoreVC</tabstop>
0244   <tabstop>startNewSessionRadioButton</tabstop>
0245   <tabstop>loadLastUserSessionRadioButton</tabstop>
0246   <tabstop>manuallyChooseSessionRadioButton</tabstop>
0247  </tabstops>
0248  <resources/>
0249  <connections/>
0250 </ui>