Warning, /utilities/kate/apps/lib/session/katesessionmanagedialog.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>KateSessionManageDialogUi</class>
0004  <widget class="QWidget" name="KateSessionManageDialogUi">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>758</width>
0010     <height>475</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0">
0014    <item>
0015     <layout class="QVBoxLayout" name="verticalLayout_3">
0016      <item>
0017       <layout class="QHBoxLayout" name="horizontalLayout">
0018        <item>
0019         <widget class="QLineEdit" name="m_filterBox">
0020          <property name="sizePolicy">
0021           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0022            <horstretch>1</horstretch>
0023            <verstretch>0</verstretch>
0024           </sizepolicy>
0025          </property>
0026          <property name="text">
0027           <string/>
0028          </property>
0029          <property name="placeholderText">
0030           <string>Filter Sessions</string>
0031          </property>
0032          <property name="clearButtonEnabled">
0033           <bool>true</bool>
0034          </property>
0035         </widget>
0036        </item>
0037       </layout>
0038      </item>
0039      <item>
0040       <widget class="QTreeWidget" name="m_sessionList">
0041        <property name="rootIsDecorated">
0042         <bool>false</bool>
0043        </property>
0044        <property name="itemsExpandable">
0045         <bool>false</bool>
0046        </property>
0047        <property name="sortingEnabled">
0048         <bool>true</bool>
0049        </property>
0050        <property name="allColumnsShowFocus">
0051         <bool>true</bool>
0052        </property>
0053        <column>
0054         <property name="text">
0055          <string>Session Name</string>
0056         </property>
0057        </column>
0058        <column>
0059         <property name="text">
0060          <string extracomment="The number of open documents">Files</string>
0061         </property>
0062         <property name="textAlignment">
0063          <set>AlignLeading|AlignVCenter</set>
0064         </property>
0065        </column>
0066        <column>
0067         <property name="text">
0068          <string>Last opened</string>
0069         </property>
0070        </column>
0071       </widget>
0072      </item>
0073     </layout>
0074    </item>
0075    <item>
0076     <layout class="QVBoxLayout" name="verticalLayout_2">
0077      <property name="spacing">
0078       <number>0</number>
0079      </property>
0080      <item>
0081       <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0">
0082        <item>
0083         <layout class="QVBoxLayout" name="verticalLayout_4">
0084          <item>
0085           <widget class="QPushButton" name="m_openButton">
0086            <property name="text">
0087             <string>&amp;Open</string>
0088            </property>
0089            <property name="icon">
0090             <iconset theme="document-open"/>
0091            </property>
0092           </widget>
0093          </item>
0094          <item>
0095           <widget class="QPushButton" name="m_newButton">
0096            <property name="text">
0097             <string>New Session</string>
0098            </property>
0099            <property name="icon">
0100             <iconset theme="list-add"/>
0101            </property>
0102           </widget>
0103          </item>
0104          <item>
0105           <widget class="QPushButton" name="m_templateButton">
0106            <property name="text">
0107             <string>Open as Template</string>
0108            </property>
0109           </widget>
0110          </item>
0111          <item>
0112           <widget class="QCheckBox" name="m_dontAskCheckBox">
0113            <property name="text">
0114             <string>Don't ask again</string>
0115            </property>
0116           </widget>
0117          </item>
0118          <item>
0119           <spacer name="verticalSpacer_7">
0120            <property name="orientation">
0121             <enum>Qt::Vertical</enum>
0122            </property>
0123            <property name="sizeHint" stdset="0">
0124             <size>
0125              <width>20</width>
0126              <height>40</height>
0127             </size>
0128            </property>
0129           </spacer>
0130          </item>
0131          <item>
0132           <widget class="QPushButton" name="m_copyButton">
0133            <property name="text">
0134             <string>Duplicate...</string>
0135            </property>
0136           </widget>
0137          </item>
0138          <item>
0139           <widget class="QPushButton" name="m_renameButton">
0140            <property name="text">
0141             <string>&amp;Rename...</string>
0142            </property>
0143           </widget>
0144          </item>
0145          <item>
0146           <spacer name="verticalSpacer_2">
0147            <property name="orientation">
0148             <enum>Qt::Vertical</enum>
0149            </property>
0150            <property name="sizeHint" stdset="0">
0151             <size>
0152              <width>20</width>
0153              <height>40</height>
0154             </size>
0155            </property>
0156           </spacer>
0157          </item>
0158          <item>
0159           <widget class="QPushButton" name="m_deleteButton">
0160            <property name="text">
0161             <string>Delete</string>
0162            </property>
0163           </widget>
0164          </item>
0165         </layout>
0166        </item>
0167        <item>
0168         <spacer name="verticalSpacer">
0169          <property name="orientation">
0170           <enum>Qt::Vertical</enum>
0171          </property>
0172          <property name="sizeHint" stdset="0">
0173           <size>
0174            <width>20</width>
0175            <height>40</height>
0176           </size>
0177          </property>
0178         </spacer>
0179        </item>
0180        <item>
0181         <widget class="QPushButton" name="m_closeButton">
0182          <property name="text">
0183           <string>Close</string>
0184          </property>
0185         </widget>
0186        </item>
0187        <item>
0188         <spacer name="horizontalSpacer">
0189          <property name="orientation">
0190           <enum>Qt::Horizontal</enum>
0191          </property>
0192          <property name="sizeType">
0193           <enum>QSizePolicy::MinimumExpanding</enum>
0194          </property>
0195          <property name="sizeHint" stdset="0">
0196           <size>
0197            <width>220</width>
0198            <height>0</height>
0199           </size>
0200          </property>
0201         </spacer>
0202        </item>
0203       </layout>
0204      </item>
0205      <item>
0206       <spacer name="verticalSpacer_3">
0207        <property name="orientation">
0208         <enum>Qt::Vertical</enum>
0209        </property>
0210        <property name="sizeHint" stdset="0">
0211         <size>
0212          <width>20</width>
0213          <height>0</height>
0214         </size>
0215        </property>
0216       </spacer>
0217      </item>
0218     </layout>
0219    </item>
0220   </layout>
0221  </widget>
0222  <tabstops>
0223   <tabstop>m_newButton</tabstop>
0224   <tabstop>m_templateButton</tabstop>
0225   <tabstop>m_dontAskCheckBox</tabstop>
0226   <tabstop>m_copyButton</tabstop>
0227   <tabstop>m_renameButton</tabstop>
0228   <tabstop>m_deleteButton</tabstop>
0229   <tabstop>m_closeButton</tabstop>
0230   <tabstop>m_filterBox</tabstop>
0231   <tabstop>m_sessionList</tabstop>
0232   <tabstop>m_openButton</tabstop>
0233  </tabstops>
0234  <resources/>
0235  <connections/>
0236 </ui>