1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>KonqNewSessionDlgBase</class>
4 <widget class="QWidget" name="KonqNewSessionDlgBase">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>371</width>
10    <height>163</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <layout class="QGridLayout" name="gridLayout">
20   <item row="0" column="0">
21    <layout class="QVBoxLayout" name="verticalLayout">
22     <property name="sizeConstraint">
23      <enum>QLayout::SetFixedSize</enum>
24     </property>
25     <item>
26      <widget class="QGroupBox" name="groupBox">
27       <property name="title">
28        <string>Save open &amp;tabs and windows for easy retrieval</string>
29       </property>
30       <layout class="QVBoxLayout" name="verticalLayout_2">
31        <item>
32         <widget class="QRadioButton" name="m_pAllWindows">
33          <property name="text">
34           <string>A&amp;ll open windows</string>
35          </property>
36          <property name="checked">
37           <bool>true</bool>
38          </property>
39         </widget>
40        </item>
41        <item>
42         <widget class="QRadioButton" name="m_pCurrentWindow">
43          <property name="text">
44           <string>Onl&amp;y current window</string>
45          </property>
46         </widget>
47        </item>
48       </layout>
49      </widget>
50     </item>
51     <item>
52      <layout class="QHBoxLayout" name="horizontalLayout">
53       <item>
54        <widget class="QLabel" name="lblSessionName">
55         <property name="text">
56          <string>Session n&amp;ame:</string>
57         </property>
58         <property name="buddy">
59          <cstring>m_pSessionName</cstring>
60         </property>
61        </widget>
62       </item>
63       <item>
64        <widget class="KLineEdit" name="m_pSessionName"/>
65       </item>
66      </layout>
67     </item>
68    </layout>
69   </item>
70  </layout>
71 </widget>
72 <customwidgets>
73  <customwidget>
74   <class>KLineEdit</class>
75   <extends>QLineEdit</extends>
76   <header>klineedit.h</header>
77  </customwidget>
78 </customwidgets>
79 <resources/>
80 <connections/>
81</ui>
82