comparison gui/src/SettingsDialog.ui @ 13672:c9501268a194

filename with or without full path in tabs of the editor
author ttl <ttl@justmail.de>
date Tue, 13 Sep 2011 17:44:34 +0200
parents 421afeae929b
children 6cf48511e735
comparison
equal deleted inserted replaced
13671:c6dc85026aa6 13672:c9501268a194
30 </property> 30 </property>
31 <layout class="QVBoxLayout" name="verticalLayout_2"> 31 <layout class="QVBoxLayout" name="verticalLayout_2">
32 <item> 32 <item>
33 <widget class="QTabWidget" name="tabWidget"> 33 <widget class="QTabWidget" name="tabWidget">
34 <property name="currentIndex"> 34 <property name="currentIndex">
35 <number>0</number> 35 <number>1</number>
36 </property> 36 </property>
37 <widget class="QWidget" name="chatTab"> 37 <widget class="QWidget" name="chatTab">
38 <attribute name="title"> 38 <attribute name="title">
39 <string>Chat</string> 39 <string>Chat</string>
40 </attribute> 40 </attribute>
198 <property name="text"> 198 <property name="text">
199 <string>Code completion</string> 199 <string>Code completion</string>
200 </property> 200 </property>
201 <property name="checked"> 201 <property name="checked">
202 <bool>false</bool> 202 <bool>false</bool>
203 </property>
204 </widget>
205 </item>
206 <item>
207 <widget class="QCheckBox" name="editor_longWindowTitle">
208 <property name="text">
209 <string>Show complete path in window title</string>
203 </property> 210 </property>
204 </widget> 211 </widget>
205 </item> 212 </item>
206 </layout> 213 </layout>
207 </item> 214 </item>