|
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <layout class="QVBoxLayout" name="verticalLayout">
|
14 |
| - <property name="margin"> |
| 14 | + <property name="leftMargin"> |
| 15 | + <number>0</number> |
| 16 | + </property> |
| 17 | + <property name="topMargin"> |
| 18 | + <number>0</number> |
| 19 | + </property> |
| 20 | + <property name="rightMargin"> |
| 21 | + <number>0</number> |
| 22 | + </property> |
| 23 | + <property name="bottomMargin"> |
15 | 24 | <number>0</number>
|
16 | 25 | </property>
|
17 |
| - <item> |
18 |
| - <widget class="QWidget" name="mHeaderWidget" native="true"> |
19 |
| - <property name="sizePolicy"> |
20 |
| - <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> |
21 |
| - <horstretch>0</horstretch> |
22 |
| - <verstretch>0</verstretch> |
23 |
| - </sizepolicy> |
24 |
| - </property> |
25 |
| - <layout class="QGridLayout" name="mHeaderGridLayout"> |
26 |
| - <property name="sizeConstraint"> |
27 |
| - <enum>QLayout::SetMinimumSize</enum> |
28 |
| - </property> |
29 |
| - <item row="0" column="0"> |
30 |
| - <widget class="QLabel" name="mNameTitleLabel"> |
31 |
| - <property name="sizePolicy"> |
32 |
| - <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> |
33 |
| - <horstretch>0</horstretch> |
34 |
| - <verstretch>0</verstretch> |
35 |
| - </sizepolicy> |
36 |
| - </property> |
37 |
| - <property name="text"> |
38 |
| - <string>Name</string> |
39 |
| - </property> |
40 |
| - </widget> |
41 |
| - </item> |
42 |
| - <item row="0" column="1"> |
43 |
| - <widget class="QLabel" name="mNameLabel"> |
44 |
| - <property name="sizePolicy"> |
45 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> |
46 |
| - <horstretch>0</horstretch> |
47 |
| - <verstretch>0</verstretch> |
48 |
| - </sizepolicy> |
49 |
| - </property> |
50 |
| - <property name="text"> |
51 |
| - <string>name</string> |
52 |
| - </property> |
53 |
| - <property name="wordWrap"> |
54 |
| - <bool>true</bool> |
55 |
| - </property> |
56 |
| - </widget> |
57 |
| - </item> |
58 |
| - <item row="1" column="0"> |
59 |
| - <widget class="QLabel" name="mUriTitleLabel"> |
60 |
| - <property name="sizePolicy"> |
61 |
| - <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> |
62 |
| - <horstretch>0</horstretch> |
63 |
| - <verstretch>0</verstretch> |
64 |
| - </sizepolicy> |
65 |
| - </property> |
66 |
| - <property name="text"> |
67 |
| - <string>URI</string> |
68 |
| - </property> |
69 |
| - </widget> |
70 |
| - </item> |
71 |
| - <item row="2" column="0"> |
72 |
| - <widget class="QLabel" name="mProviderTItleLabel"> |
73 |
| - <property name="sizePolicy"> |
74 |
| - <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> |
75 |
| - <horstretch>0</horstretch> |
76 |
| - <verstretch>0</verstretch> |
77 |
| - </sizepolicy> |
78 |
| - </property> |
79 |
| - <property name="text"> |
80 |
| - <string>Provider</string> |
81 |
| - </property> |
82 |
| - </widget> |
83 |
| - </item> |
84 |
| - <item row="2" column="1"> |
85 |
| - <widget class="QLabel" name="mProviderLabel"> |
86 |
| - <property name="sizePolicy"> |
87 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> |
88 |
| - <horstretch>0</horstretch> |
89 |
| - <verstretch>0</verstretch> |
90 |
| - </sizepolicy> |
91 |
| - </property> |
92 |
| - <property name="text"> |
93 |
| - <string>provider key</string> |
94 |
| - </property> |
95 |
| - </widget> |
96 |
| - </item> |
97 |
| - </layout> |
98 |
| - </widget> |
99 |
| - </item> |
100 |
| - <item> |
101 |
| - <widget class="Line" name="mLine"> |
102 |
| - <property name="orientation"> |
103 |
| - <enum>Qt::Horizontal</enum> |
104 |
| - </property> |
105 |
| - </widget> |
106 |
| - </item> |
107 |
| - <item> |
108 |
| - <widget class="QLabel" name="mMetadataLabel"> |
109 |
| - <property name="text"> |
110 |
| - <string>Metadata</string> |
111 |
| - </property> |
112 |
| - </widget> |
113 |
| - </item> |
114 | 26 | <item>
|
115 | 27 | <widget class="QTextBrowser" name="mMetadataTextBrowser"/>
|
116 | 28 | </item>
|
|
0 commit comments