blob: 20add4089f65102cfb0b0b18bc980974b4839f05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>SslTrustPrompt</class>
<widget class="TQWidget">
<property name="name">
<cstring>SslTrustPrompt</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>303</width>
<height>185</height>
</rect>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>m_MainLabel</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="KTextBrowser">
<property name="name">
<cstring>m_ContentText</cstring>
</property>
</widget>
</vbox>
</widget>
<customwidgets>
</customwidgets>
<layoutdefaults spacing="2" margin="2"/>
<includehints>
<includehint>ktextbrowser.h</includehint>
</includehints>
</UI>
|