delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / apps / konqueror / src / konqsessiondlg_base.ui
blob7f379654f5bc975db074272df8686c44aa835378
1 <ui version="4.0" >
2  <class>KonqSessionDlgBase</class>
3  <widget class="QWidget" name="KonqSessionDlgBase" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>335</width>
9     <height>187</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout" >
13    <item row="0" column="0" >
14     <layout class="QHBoxLayout" name="horizontalLayout" >
15      <item>
16       <widget class="QListView" name="m_pListView" />
17      </item>
18      <item>
19       <layout class="QVBoxLayout" name="verticalLayout_2" >
20        <item>
21         <layout class="QVBoxLayout" name="verticalLayout" >
22          <item>
23           <widget class="QPushButton" name="m_pNewButton" >
24            <property name="text" >
25             <string comment="@action:button New session">New...</string>
26            </property>
27           </widget>
28          </item>
29          <item>
30           <widget class="QPushButton" name="m_pSaveCurrentButton" >
31            <property name="text" >
32             <string comment="@action:button Save current session">Save Current</string>
33            </property>
34           </widget>
35          </item>
36          <item>
37           <widget class="QPushButton" name="m_pRenameButton" >
38            <property name="text" >
39             <string comment="@action:button Rename session">Rename...</string>
40            </property>
41           </widget>
42          </item>
43          <item>
44           <widget class="QPushButton" name="m_pDeleteButton" >
45            <property name="text" >
46             <string comment="@action:button Delete session">Delete</string>
47            </property>
48           </widget>
49          </item>
50         </layout>
51        </item>
52        <item>
53         <spacer name="verticalSpacer" >
54          <property name="orientation" >
55           <enum>Qt::Vertical</enum>
56          </property>
57          <property name="sizeHint" stdset="0" >
58           <size>
59            <width>20</width>
60            <height>40</height>
61           </size>
62          </property>
63         </spacer>
64        </item>
65       </layout>
66      </item>
67     </layout>
68    </item>
69    <item row="1" column="0" >
70     <widget class="QCheckBox" name="m_pOpenTabsInsideCurrentWindow" >
71      <property name="text" >
72       <string>Open tabs inside current window</string>
73      </property>
74     </widget>
75    </item>
76   </layout>
77  </widget>
78  <resources/>
79  <connections/>
80 </ui>