Sun, 05 May 2019 16:15:34 +0200
Spanish i18n update for eric6 default branch
1857
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <ui version="4.0"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <class>SiteInfoDialog</class> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <widget class="QDialog" name="SiteInfoDialog"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <property name="geometry"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <rect> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <x>0</x> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <y>0</y> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <width>700</width> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | <height>550</height> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | </rect> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | <property name="windowTitle"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <string>Site Information</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <property name="sizeGripEnabled"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | <bool>true</bool> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | <layout class="QVBoxLayout" name="verticalLayout"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <widget class="QLabel" name="heading"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <string notr="true"/> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | <property name="wordWrap"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <bool>true</bool> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | <widget class="QTabWidget" name="tabWidget"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | <property name="currentIndex"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | <number>0</number> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | <widget class="QWidget" name="generalTab"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | <attribute name="title"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | <string>General</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | </attribute> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | <layout class="QGridLayout" name="gridLayout"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <item row="0" column="0"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <widget class="QLabel" name="label"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | <string>Site Address:</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | <item row="0" column="1"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | <widget class="QLabel" name="siteAddressLabel"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <property name="sizePolicy"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | <horstretch>0</horstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | <verstretch>0</verstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | </sizepolicy> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <item row="1" column="0"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | <widget class="QLabel" name="label_2"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | <string>Encoding:</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | <item row="1" column="1"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | <widget class="QLabel" name="encodingLabel"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | <property name="sizePolicy"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | <horstretch>0</horstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | <verstretch>0</verstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | </sizepolicy> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | <item row="2" column="0"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <widget class="QLabel" name="label_3"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | <string>Size:</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | <item row="2" column="1"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <widget class="QLabel" name="sizeLabel"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | <property name="sizePolicy"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <horstretch>0</horstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | <verstretch>0</verstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | </sizepolicy> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | </layout> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | <widget class="QLabel" name="label_9"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | <string>Meta tags of site:</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | <widget class="QTreeWidget" name="tagsTree"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | <property name="alternatingRowColors"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | <bool>true</bool> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
106 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
107 | <property name="rootIsDecorated"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
108 | <bool>false</bool> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | <property name="itemsExpandable"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | <bool>false</bool> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
112 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | <property name="wordWrap"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
114 | <bool>false</bool> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
116 | <column> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
118 | <string>Tag</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
119 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | </column> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | <column> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | <string>Value</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | </column> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | <layout class="QGridLayout" name="gridLayout_2"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | <item row="0" column="0" colspan="4"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | <widget class="QLabel" name="label_4"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | <property name="sizePolicy"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
133 | <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
134 | <horstretch>0</horstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
135 | <verstretch>0</verstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
136 | </sizepolicy> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
137 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
138 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
139 | <string><b>Security information</b></string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
140 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
141 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
142 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
143 | <item row="1" column="0"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
144 | <spacer name="horizontalSpacer"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
145 | <property name="orientation"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
146 | <enum>Qt::Horizontal</enum> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
147 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
148 | <property name="sizeType"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
149 | <enum>QSizePolicy::Fixed</enum> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
150 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
151 | <property name="sizeHint" stdset="0"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
152 | <size> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
153 | <width>20</width> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
154 | <height>20</height> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
155 | </size> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
156 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
157 | </spacer> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
158 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
159 | <item row="1" column="1"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
160 | <widget class="QLabel" name="securityLabel"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
161 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
162 | <string/> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
163 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
164 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
165 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
166 | <item row="1" column="2"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
167 | <spacer name="horizontalSpacer_2"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
168 | <property name="orientation"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
169 | <enum>Qt::Horizontal</enum> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
170 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
171 | <property name="sizeHint" stdset="0"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
172 | <size> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
173 | <width>40</width> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
174 | <height>20</height> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
175 | </size> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
176 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
177 | </spacer> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
178 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
179 | <item row="1" column="3"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
180 | <widget class="QPushButton" name="securityDetailsButton"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
181 | <property name="sizePolicy"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
182 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
183 | <horstretch>0</horstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
184 | <verstretch>0</verstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
185 | </sizepolicy> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
186 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
187 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
188 | <string>Details</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
189 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
190 | <property name="autoDefault"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
191 | <bool>false</bool> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
192 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
193 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
194 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
195 | </layout> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
196 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
197 | </layout> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
198 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
199 | <widget class="QWidget" name="mediaTab"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
200 | <attribute name="title"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
201 | <string>Media</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
202 | </attribute> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
203 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
204 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
205 | <widget class="QTreeWidget" name="imagesTree"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
206 | <property name="alternatingRowColors"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
207 | <bool>true</bool> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
208 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
209 | <property name="rootIsDecorated"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
210 | <bool>false</bool> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
211 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
212 | <property name="itemsExpandable"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
213 | <bool>false</bool> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
214 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
215 | <column> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
216 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
217 | <string>Image</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
218 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
219 | </column> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
220 | <column> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
221 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
222 | <string>Image Address</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
223 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
224 | </column> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
225 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
226 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
227 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
228 | <widget class="QLabel" name="label_5"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
229 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
230 | <string><b>Preview</b></string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
231 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
232 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
233 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
234 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
235 | <widget class="QGraphicsView" name="imagePreview"/> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
236 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
237 | </layout> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
238 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
239 | <widget class="QWidget" name="databasesTab"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
240 | <attribute name="title"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
241 | <string>Databases</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
242 | </attribute> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
243 | <layout class="QVBoxLayout" name="verticalLayout_5"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
244 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
245 | <widget class="QListWidget" name="databasesList"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
246 | <property name="toolTip"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
247 | <string>Shows a list of databases used by the site</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
248 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
249 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
250 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
251 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
252 | <widget class="QLabel" name="label_10"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
253 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
254 | <string><b>Database details</b></string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
255 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
256 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
257 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
258 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
259 | <layout class="QGridLayout" name="gridLayout_3"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
260 | <item row="0" column="0"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
261 | <widget class="QLabel" name="label_6"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
262 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
263 | <string>Name:</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
264 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
265 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
266 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
267 | <item row="0" column="1"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
268 | <widget class="QLabel" name="databaseName"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
269 | <property name="sizePolicy"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
270 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
271 | <horstretch>0</horstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
272 | <verstretch>0</verstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
273 | </sizepolicy> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
274 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
275 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
276 | <string><database not selected></string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
277 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
278 | <property name="textInteractionFlags"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
279 | <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
280 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
281 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
282 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
283 | <item row="1" column="0"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
284 | <widget class="QLabel" name="label_7"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
285 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
286 | <string>Path:</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
287 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
288 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
289 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
290 | <item row="1" column="1"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
291 | <widget class="QLabel" name="databasePath"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
292 | <property name="sizePolicy"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
293 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
294 | <horstretch>0</horstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
295 | <verstretch>0</verstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
296 | </sizepolicy> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
297 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
298 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
299 | <string><database not selected></string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
300 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
301 | <property name="textInteractionFlags"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
302 | <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
303 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
304 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
305 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
306 | <item row="2" column="0"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
307 | <widget class="QLabel" name="label_8"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
308 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
309 | <string>Size:</string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
310 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
311 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
312 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
313 | <item row="2" column="1"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
314 | <widget class="QLabel" name="databaseSize"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
315 | <property name="sizePolicy"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
316 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
317 | <horstretch>0</horstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
318 | <verstretch>0</verstretch> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
319 | </sizepolicy> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
320 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
321 | <property name="text"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
322 | <string><database not selected></string> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
323 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
324 | <property name="textInteractionFlags"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
325 | <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
326 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
327 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
328 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
329 | </layout> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
330 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
331 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
332 | <spacer name="verticalSpacer"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
333 | <property name="orientation"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
334 | <enum>Qt::Vertical</enum> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
335 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
336 | <property name="sizeHint" stdset="0"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
337 | <size> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
338 | <width>20</width> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
339 | <height>161</height> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
340 | </size> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
341 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
342 | </spacer> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
343 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
344 | </layout> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
345 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
346 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
347 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
348 | <item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
349 | <widget class="QDialogButtonBox" name="buttonBox"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
350 | <property name="orientation"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
351 | <enum>Qt::Horizontal</enum> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
352 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
353 | <property name="standardButtons"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
354 | <set>QDialogButtonBox::Close</set> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
355 | </property> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
356 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
357 | </item> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
358 | </layout> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
359 | </widget> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
360 | <tabstops> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
361 | <tabstop>tabWidget</tabstop> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
362 | <tabstop>tagsTree</tabstop> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
363 | <tabstop>securityDetailsButton</tabstop> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
364 | <tabstop>imagesTree</tabstop> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
365 | <tabstop>imagePreview</tabstop> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
366 | <tabstop>databasesList</tabstop> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
367 | <tabstop>buttonBox</tabstop> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
368 | </tabstops> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
369 | <resources/> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
370 | <connections> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
371 | <connection> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
372 | <sender>buttonBox</sender> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
373 | <signal>accepted()</signal> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
374 | <receiver>SiteInfoDialog</receiver> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
375 | <slot>accept()</slot> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
376 | <hints> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
377 | <hint type="sourcelabel"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
378 | <x>248</x> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
379 | <y>254</y> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
380 | </hint> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
381 | <hint type="destinationlabel"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
382 | <x>157</x> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
383 | <y>274</y> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
384 | </hint> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
385 | </hints> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
386 | </connection> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
387 | <connection> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
388 | <sender>buttonBox</sender> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
389 | <signal>rejected()</signal> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
390 | <receiver>SiteInfoDialog</receiver> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
391 | <slot>reject()</slot> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
392 | <hints> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
393 | <hint type="sourcelabel"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
394 | <x>316</x> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
395 | <y>260</y> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
396 | </hint> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
397 | <hint type="destinationlabel"> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
398 | <x>286</x> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
399 | <y>274</y> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
400 | </hint> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
401 | </hints> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
402 | </connection> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
403 | </connections> |
baf039cc2d9a
Changed the logic of the site info dialog to be able to cope with Qt installations without SSL support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
404 | </ui> |