* Add option to disable tabs (either for people who just use one remote connection...
[kdenetwork.git] / krdc / config / general.ui
blob496d97020ec60b1afa02d77496c2a2677b86acbb
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>General</class>
4 <widget class="QWidget" name="General">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>344</width>
10 <height>385</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_2">
14 <item>
15 <widget class="QCheckBox" name="kcfg_RememberSessions">
16 <property name="text">
17 <string>Remember open sessions for next startup</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="QCheckBox" name="kcfg_NormalUrlInputLine">
23 <property name="text">
24 <string>Use normal inputline for address input</string>
25 </property>
26 </widget>
27 </item>
28 <item>
29 <widget class="QCheckBox" name="kcfg_ShowPreferencesForNewConnections">
30 <property name="text">
31 <string>Show the preferences dialog for new connections</string>
32 </property>
33 </widget>
34 </item>
35 <item>
36 <widget class="QCheckBox" name="kcfg_ShowStartPage">
37 <property name="text">
38 <string>Show start page</string>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="QCheckBox" name="kcfg_WalletSupport">
44 <property name="text">
45 <string>Remember passwords (KWallet)</string>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <widget class="QCheckBox" name="kcfg_SystemTrayIcon">
51 <property name="text">
52 <string>Enable System Tray Icon</string>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <widget class="QCheckBox" name="kcfg_KeepAspectRatio">
58 <property name="text">
59 <string>Keep aspect ratio when scaling</string>
60 </property>
61 </widget>
62 </item>
63 <item>
64 <layout class="QHBoxLayout">
65 <item>
66 <widget class="QLabel" name="backgroundLabel">
67 <property name="text">
68 <string>Background color of empty place:</string>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <spacer>
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
76 </property>
77 <property name="sizeHint" stdset="0">
78 <size>
79 <width>40</width>
80 <height>20</height>
81 </size>
82 </property>
83 </spacer>
84 </item>
85 <item>
86 <widget class="KColorButton" name="kcfg_BackgroundColor">
87 <property name="sizePolicy">
88 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
89 <horstretch>0</horstretch>
90 <verstretch>0</verstretch>
91 </sizepolicy>
92 </property>
93 </widget>
94 </item>
95 </layout>
96 </item>
97 <item>
98 <widget class="QGroupBox" name="tabGroupBox">
99 <property name="title">
100 <string>Tab Settings</string>
101 </property>
102 <layout class="QVBoxLayout" name="verticalLayout">
103 <item>
104 <widget class="QCheckBox" name="kcfg_ShowTabBar">
105 <property name="text">
106 <string>Show tabs</string>
107 </property>
108 </widget>
109 </item>
110 <item>
111 <widget class="QCheckBox" name="kcfg_TabCloseButton">
112 <property name="text">
113 <string>Show close button on tabs</string>
114 </property>
115 </widget>
116 </item>
117 <item>
118 <widget class="QCheckBox" name="kcfg_TabMiddleClick">
119 <property name="text">
120 <string>Middle-click on a tab closes it</string>
121 </property>
122 </widget>
123 </item>
124 <item>
125 <layout class="QHBoxLayout" name="horizontalLayout">
126 <item>
127 <widget class="QLabel" name="tabOrientationLabel">
128 <property name="text">
129 <string>Tab position:</string>
130 </property>
131 </widget>
132 </item>
133 <item>
134 <widget class="KComboBox" name="kcfg_TabPosition">
135 <item>
136 <property name="text">
137 <string>Top</string>
138 </property>
139 </item>
140 <item>
141 <property name="text">
142 <string>Bottom</string>
143 </property>
144 </item>
145 <item>
146 <property name="text">
147 <string>Left</string>
148 </property>
149 </item>
150 <item>
151 <property name="text">
152 <string>Right</string>
153 </property>
154 </item>
155 </widget>
156 </item>
157 </layout>
158 </item>
159 </layout>
160 </widget>
161 </item>
162 <item>
163 <spacer>
164 <property name="orientation">
165 <enum>Qt::Vertical</enum>
166 </property>
167 <property name="sizeHint" stdset="0">
168 <size>
169 <width>20</width>
170 <height>40</height>
171 </size>
172 </property>
173 </spacer>
174 </item>
175 </layout>
176 </widget>
177 <customwidgets>
178 <customwidget>
179 <class>KColorButton</class>
180 <extends>QPushButton</extends>
181 <header>kcolorbutton.h</header>
182 </customwidget>
183 <customwidget>
184 <class>KComboBox</class>
185 <extends>QComboBox</extends>
186 <header>kcombobox.h</header>
187 </customwidget>
188 </customwidgets>
189 <resources/>
190 <connections/>
191 </ui>