Preferences/ConfigurationPages/ProjectBrowserPage.ui

changeset 5968
c5112b5cb7a9
parent 2769
8cbebde7a984
equal deleted inserted replaced
5967:da72832f7c22 5968:c5112b5cb7a9
8 <y>0</y> 8 <y>0</y>
9 <width>617</width> 9 <width>617</width>
10 <height>497</height> 10 <height>497</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout"> 13 <layout class="QVBoxLayout" name="verticalLayout_2">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
16 <property name="text"> 16 <property name="text">
17 <string>&lt;b&gt;Configure project viewer settings&lt;/b&gt;</string> 17 <string>&lt;b&gt;Configure project viewer settings&lt;/b&gt;</string>
18 </property> 18 </property>
79 <item> 79 <item>
80 <widget class="QGroupBox" name="pbGroup"> 80 <widget class="QGroupBox" name="pbGroup">
81 <property name="title"> 81 <property name="title">
82 <string>Visible Project Browsers</string> 82 <string>Visible Project Browsers</string>
83 </property> 83 </property>
84 <layout class="QVBoxLayout"> 84 <layout class="QVBoxLayout" name="verticalLayout">
85 <item> 85 <item>
86 <layout class="QHBoxLayout"> 86 <layout class="QHBoxLayout">
87 <item> 87 <item>
88 <widget class="QLabel" name="label_6"> 88 <widget class="QLabel" name="label_6">
89 <property name="text"> 89 <property name="text">
105 </widget> 105 </widget>
106 </item> 106 </item>
107 </layout> 107 </layout>
108 </item> 108 </item>
109 <item> 109 <item>
110 <layout class="QGridLayout"> 110 <layout class="QGridLayout" name="gridLayout">
111 <item row="0" column="0"> 111 <item row="0" column="0">
112 <widget class="QCheckBox" name="sourcesBrowserCheckBox"> 112 <widget class="QCheckBox" name="sourcesBrowserCheckBox">
113 <property name="toolTip"> 113 <property name="toolTip">
114 <string>Select to show the sources browser</string> 114 <string>Select to show the sources browser</string>
115 </property> 115 </property>
117 <string>Sources Browser</string> 117 <string>Sources Browser</string>
118 </property> 118 </property>
119 </widget> 119 </widget>
120 </item> 120 </item>
121 <item row="0" column="1"> 121 <item row="0" column="1">
122 <widget class="QCheckBox" name="translationsBrowserCheckBox"> 122 <widget class="QCheckBox" name="interfacesBrowserCheckBox">
123 <property name="toolTip"> 123 <property name="toolTip">
124 <string>Select to show the translations browser</string> 124 <string>Select to show the interfaces (IDL) browser</string>
125 </property> 125 </property>
126 <property name="text"> 126 <property name="text">
127 <string>Translations Browser</string> 127 <string>Interfaces (IDL) Browser</string>
128 </property> 128 </property>
129 </widget> 129 </widget>
130 </item> 130 </item>
131 <item row="1" column="0"> 131 <item row="1" column="0">
132 <widget class="QCheckBox" name="formsBrowserCheckBox"> 132 <widget class="QCheckBox" name="formsBrowserCheckBox">
137 <string>Forms Browser</string> 137 <string>Forms Browser</string>
138 </property> 138 </property>
139 </widget> 139 </widget>
140 </item> 140 </item>
141 <item row="1" column="1"> 141 <item row="1" column="1">
142 <widget class="QCheckBox" name="interfacesBrowserCheckBox"> 142 <widget class="QCheckBox" name="protocolsBrowserCheckBox">
143 <property name="toolTip"> 143 <property name="toolTip">
144 <string>Select to show the interfaces (IDL) browser</string> 144 <string>Select to show the protocols (protobuf) browser</string>
145 </property> 145 </property>
146 <property name="text"> 146 <property name="text">
147 <string>Interfaces (IDL) Browser</string> 147 <string>Protocols (protobuf) Browser</string>
148 </property> 148 </property>
149 </widget> 149 </widget>
150 </item> 150 </item>
151 <item row="2" column="0"> 151 <item row="2" column="0">
152 <widget class="QCheckBox" name="resourcesBrowserCheckBox"> 152 <widget class="QCheckBox" name="resourcesBrowserCheckBox">
163 <property name="toolTip"> 163 <property name="toolTip">
164 <string>Select to show the browser for other files</string> 164 <string>Select to show the browser for other files</string>
165 </property> 165 </property>
166 <property name="text"> 166 <property name="text">
167 <string>Others Browser</string> 167 <string>Others Browser</string>
168 </property>
169 </widget>
170 </item>
171 <item row="3" column="0">
172 <widget class="QCheckBox" name="translationsBrowserCheckBox">
173 <property name="toolTip">
174 <string>Select to show the translations browser</string>
175 </property>
176 <property name="text">
177 <string>Translations Browser</string>
168 </property> 178 </property>
169 </widget> 179 </widget>
170 </item> 180 </item>
171 </layout> 181 </layout>
172 </item> 182 </item>
234 <tabstop>sourcesBrowserCheckBox</tabstop> 244 <tabstop>sourcesBrowserCheckBox</tabstop>
235 <tabstop>formsBrowserCheckBox</tabstop> 245 <tabstop>formsBrowserCheckBox</tabstop>
236 <tabstop>resourcesBrowserCheckBox</tabstop> 246 <tabstop>resourcesBrowserCheckBox</tabstop>
237 <tabstop>translationsBrowserCheckBox</tabstop> 247 <tabstop>translationsBrowserCheckBox</tabstop>
238 <tabstop>interfacesBrowserCheckBox</tabstop> 248 <tabstop>interfacesBrowserCheckBox</tabstop>
249 <tabstop>protocolsBrowserCheckBox</tabstop>
239 <tabstop>othersBrowserCheckBox</tabstop> 250 <tabstop>othersBrowserCheckBox</tabstop>
240 <tabstop>followEditorCheckBox</tabstop> 251 <tabstop>followEditorCheckBox</tabstop>
241 <tabstop>followCursorLineCheckBox</tabstop> 252 <tabstop>followCursorLineCheckBox</tabstop>
242 <tabstop>autoPopulateCheckBox</tabstop> 253 <tabstop>autoPopulateCheckBox</tabstop>
243 <tabstop>hideGeneratedCheckBox</tabstop> 254 <tabstop>hideGeneratedCheckBox</tabstop>

eric ide

mercurial