26 <property name="sizePolicy"> |
26 <property name="sizePolicy"> |
27 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
27 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
28 <horstretch>0</horstretch> |
28 <horstretch>0</horstretch> |
29 <verstretch>2</verstretch> |
29 <verstretch>2</verstretch> |
30 </sizepolicy> |
30 </sizepolicy> |
31 </property> |
|
32 <property name="focusPolicy"> |
|
33 <enum>Qt::NoFocus</enum> |
|
34 </property> |
31 </property> |
35 <property name="whatsThis"> |
32 <property name="whatsThis"> |
36 <string><b>Bookmarks List</b> |
33 <string><b>Bookmarks List</b> |
37 <p>This shows a list of the projects bookmarks.</p></string> |
34 <p>This shows a list of the projects bookmarks.</p></string> |
38 </property> |
35 </property> |
82 <string>Errors</string> |
79 <string>Errors</string> |
83 </property> |
80 </property> |
84 <layout class="QVBoxLayout"> |
81 <layout class="QVBoxLayout"> |
85 <item> |
82 <item> |
86 <widget class="QTextEdit" name="errors"> |
83 <widget class="QTextEdit" name="errors"> |
87 <property name="focusPolicy"> |
|
88 <enum>Qt::NoFocus</enum> |
|
89 </property> |
|
90 <property name="readOnly"> |
84 <property name="readOnly"> |
91 <bool>true</bool> |
85 <bool>true</bool> |
92 </property> |
86 </property> |
93 <property name="acceptRichText"> |
87 <property name="acceptRichText"> |
94 <bool>false</bool> |
88 <bool>false</bool> |
172 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
166 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
173 <tabstops> |
167 <tabstops> |
174 <tabstop>input</tabstop> |
168 <tabstop>input</tabstop> |
175 <tabstop>passwordCheckBox</tabstop> |
169 <tabstop>passwordCheckBox</tabstop> |
176 <tabstop>sendButton</tabstop> |
170 <tabstop>sendButton</tabstop> |
|
171 <tabstop>bookmarksList</tabstop> |
|
172 <tabstop>errors</tabstop> |
|
173 <tabstop>buttonBox</tabstop> |
177 </tabstops> |
174 </tabstops> |
178 <resources/> |
175 <resources/> |
179 <connections/> |
176 <connections/> |
180 </ui> |
177 </ui> |