Preferences/ConfigurationPages/HelpFlashCookieManagerPage.ui

changeset 4576
a258569d44db
parent 4367
af2d7ceeb019
child 6284
ffb74364ac2b
equal deleted inserted replaced
4575:464a6b049f89 4576:a258569d44db
34 <item> 34 <item>
35 <widget class="QGroupBox" name="groupBox"> 35 <widget class="QGroupBox" name="groupBox">
36 <property name="title"> 36 <property name="title">
37 <string>Flash Data Path</string> 37 <string>Flash Data Path</string>
38 </property> 38 </property>
39 <layout class="QGridLayout" name="gridLayout_2"> 39 <layout class="QVBoxLayout" name="verticalLayout_2">
40 <item row="0" column="0"> 40 <item>
41 <widget class="QLineEdit" name="flashDataPathEdit"/> 41 <widget class="E5PathPicker" name="flashDataPathPicker" native="true">
42 </item> 42 <property name="focusPolicy">
43 <item row="0" column="1"> 43 <enum>Qt::StrongFocus</enum>
44 <widget class="QToolButton" name="flashDataPathButton"> 44 </property>
45 <property name="sizePolicy"> 45 </widget>
46 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 46 </item>
47 <horstretch>0</horstretch> 47 <item>
48 <verstretch>0</verstretch>
49 </sizepolicy>
50 </property>
51 <property name="text">
52 <string/>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="0" colspan="2">
57 <widget class="QLabel" name="label"> 48 <widget class="QLabel" name="label">
58 <property name="text"> 49 <property name="text">
59 <string>&lt;b&gt;Note&lt;/b&gt;: You should select the directory that contains #SharedObject as a subfolder.</string> 50 <string>&lt;b&gt;Note&lt;/b&gt;: You should select the directory that contains #SharedObject as a subfolder.</string>
60 </property> 51 </property>
61 <property name="wordWrap"> 52 <property name="wordWrap">
191 </property> 182 </property>
192 </spacer> 183 </spacer>
193 </item> 184 </item>
194 </layout> 185 </layout>
195 </widget> 186 </widget>
187 <customwidgets>
188 <customwidget>
189 <class>E5PathPicker</class>
190 <extends>QWidget</extends>
191 <header>E5Gui/E5PathPicker.h</header>
192 <container>1</container>
193 </customwidget>
194 </customwidgets>
196 <tabstops> 195 <tabstops>
197 <tabstop>flashDataPathEdit</tabstop> 196 <tabstop>flashDataPathPicker</tabstop>
198 <tabstop>flashDataPathButton</tabstop>
199 <tabstop>autoModeGroup</tabstop> 197 <tabstop>autoModeGroup</tabstop>
200 <tabstop>notificationGroup</tabstop> 198 <tabstop>notificationGroup</tabstop>
201 <tabstop>deleteGroup</tabstop> 199 <tabstop>deleteGroup</tabstop>
202 </tabstops> 200 </tabstops>
203 <resources/> 201 <resources/>

eric ide

mercurial