Warning, /network/falkon/src/lib/session/sessionmanagerdialog.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>SessionManagerDialog</class>
0004  <widget class="QDialog" name="SessionManagerDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>466</width>
0010     <height>323</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Session Manager</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0">
0018     <widget class="QTreeWidget" name="treeWidget">
0019      <property name="rootIsDecorated">
0020       <bool>false</bool>
0021      </property>
0022      <column>
0023       <property name="text">
0024        <string>Session</string>
0025       </property>
0026      </column>
0027      <column>
0028       <property name="text">
0029        <string>Last Modified</string>
0030       </property>
0031      </column>
0032     </widget>
0033    </item>
0034    <item row="0" column="1">
0035     <layout class="QVBoxLayout" name="verticalLayout">
0036      <item>
0037       <widget class="QPushButton" name="newButton">
0038        <property name="text">
0039         <string>New</string>
0040        </property>
0041       </widget>
0042      </item>
0043      <item>
0044       <widget class="QPushButton" name="renameButton">
0045        <property name="text">
0046         <string>Rename</string>
0047        </property>
0048       </widget>
0049      </item>
0050      <item>
0051       <widget class="QPushButton" name="cloneButton">
0052        <property name="text">
0053         <string>Clone</string>
0054        </property>
0055       </widget>
0056      </item>
0057      <item>
0058       <widget class="QPushButton" name="deleteButton">
0059        <property name="text">
0060         <string>Delete</string>
0061        </property>
0062       </widget>
0063      </item>
0064      <item>
0065       <widget class="QPushButton" name="switchToButton">
0066        <property name="text">
0067         <string>Switch to</string>
0068        </property>
0069       </widget>
0070      </item>
0071      <item>
0072       <spacer name="verticalSpacer">
0073        <property name="orientation">
0074         <enum>Qt::Vertical</enum>
0075        </property>
0076        <property name="sizeHint" stdset="0">
0077         <size>
0078          <width>20</width>
0079          <height>40</height>
0080         </size>
0081        </property>
0082       </spacer>
0083      </item>
0084     </layout>
0085    </item>
0086    <item row="1" column="0" colspan="2">
0087     <widget class="QDialogButtonBox" name="buttonBox">
0088      <property name="orientation">
0089       <enum>Qt::Horizontal</enum>
0090      </property>
0091      <property name="standardButtons">
0092       <set>QDialogButtonBox::Close</set>
0093      </property>
0094     </widget>
0095    </item>
0096   </layout>
0097  </widget>
0098  <resources/>
0099  <connections>
0100   <connection>
0101    <sender>buttonBox</sender>
0102    <signal>accepted()</signal>
0103    <receiver>SessionManagerDialog</receiver>
0104    <slot>accept()</slot>
0105    <hints>
0106     <hint type="sourcelabel">
0107      <x>248</x>
0108      <y>254</y>
0109     </hint>
0110     <hint type="destinationlabel">
0111      <x>157</x>
0112      <y>274</y>
0113     </hint>
0114    </hints>
0115   </connection>
0116   <connection>
0117    <sender>buttonBox</sender>
0118    <signal>rejected()</signal>
0119    <receiver>SessionManagerDialog</receiver>
0120    <slot>reject()</slot>
0121    <hints>
0122     <hint type="sourcelabel">
0123      <x>316</x>
0124      <y>260</y>
0125     </hint>
0126     <hint type="destinationlabel">
0127      <x>286</x>
0128      <y>274</y>
0129     </hint>
0130    </hints>
0131   </connection>
0132  </connections>
0133 </ui>