|
a/src/qtgui/snippets.ui |
|
b/src/qtgui/snippets.ui |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<ui version="4.0">
|
2 |
<ui version="4.0">
|
3 |
<class>Snippets</class>
|
3 |
<class>Snippets</class>
|
4 |
<widget class="QDialog" name="Snippets">
|
4 |
<widget class="QWidget" name="Snippets">
|
5 |
<property name="geometry">
|
5 |
<property name="geometry">
|
6 |
<rect>
|
6 |
<rect>
|
7 |
<x>0</x>
|
7 |
<x>0</x>
|
8 |
<y>0</y>
|
8 |
<y>0</y>
|
9 |
<width>640</width>
|
9 |
<width>640</width>
|
|
... |
|
... |
11 |
</rect>
|
11 |
</rect>
|
12 |
</property>
|
12 |
</property>
|
13 |
<property name="windowTitle">
|
13 |
<property name="windowTitle">
|
14 |
<string>Snippets</string>
|
14 |
<string>Snippets</string>
|
15 |
</property>
|
15 |
</property>
|
16 |
<property name="sizeGripEnabled">
|
|
|
17 |
<bool>true</bool>
|
|
|
18 |
</property>
|
|
|
19 |
<layout class="QVBoxLayout" name="verticalLayout_3">
|
16 |
<layout class="QVBoxLayout" name="verticalLayout_3">
|
20 |
<item>
|
17 |
<item>
|
21 |
<layout class="QVBoxLayout" name="verticalLayout_2">
|
18 |
<layout class="QVBoxLayout" name="verticalLayout_2">
|
22 |
<item>
|
19 |
<item>
|
23 |
<widget class="QWebView" name="webView">
|
20 |
<widget class="QWebView" name="browser">
|
24 |
<property name="url">
|
21 |
<property name="url">
|
25 |
<url>
|
22 |
<url>
|
26 |
<string>about:blank</string>
|
23 |
<string>about:blank</string>
|
27 |
</url>
|
24 |
</url>
|
28 |
</property>
|
25 |
</property>
|