|
20 | 20 | <property name="sizeGripEnabled"> |
21 | 21 | <bool>false</bool> |
22 | 22 | </property> |
23 | | - <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 23 | + <layout class="QVBoxLayout" name="verticalLayout"> |
24 | 24 | <item> |
25 | 25 | <layout class="QHBoxLayout" name="horizontalLayout"> |
26 | | - <property name="bottomMargin"> |
27 | | - <number>0</number> |
28 | | - </property> |
29 | 26 | <item> |
30 | | - <layout class="QVBoxLayout" name="verticalLayout"> |
31 | | - <item> |
32 | | - <spacer name="verticalSpacer_2"> |
33 | | - <property name="orientation"> |
34 | | - <enum>Qt::Vertical</enum> |
35 | | - </property> |
36 | | - <property name="sizeHint" stdset="0"> |
37 | | - <size> |
38 | | - <width>20</width> |
39 | | - <height>40</height> |
40 | | - </size> |
41 | | - </property> |
42 | | - </spacer> |
43 | | - </item> |
44 | | - <item> |
45 | | - <widget class="QLabel" name="label_version"> |
46 | | - <property name="text"> |
47 | | - <string>Version</string> |
48 | | - </property> |
49 | | - <property name="margin"> |
50 | | - <number>5</number> |
51 | | - </property> |
52 | | - <property name="textInteractionFlags"> |
53 | | - <set>Qt::TextSelectableByMouse</set> |
54 | | - </property> |
55 | | - </widget> |
56 | | - </item> |
57 | | - <item> |
58 | | - <spacer name="verticalSpacer"> |
59 | | - <property name="orientation"> |
60 | | - <enum>Qt::Vertical</enum> |
61 | | - </property> |
62 | | - <property name="sizeHint" stdset="0"> |
63 | | - <size> |
64 | | - <width>20</width> |
65 | | - <height>40</height> |
66 | | - </size> |
67 | | - </property> |
68 | | - </spacer> |
69 | | - </item> |
70 | | - </layout> |
| 27 | + <widget class="QLabel" name="label_version"> |
| 28 | + <property name="text"> |
| 29 | + <string>Version</string> |
| 30 | + </property> |
| 31 | + <property name="alignment"> |
| 32 | + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| 33 | + </property> |
| 34 | + <property name="margin"> |
| 35 | + <number>5</number> |
| 36 | + </property> |
| 37 | + <property name="textInteractionFlags"> |
| 38 | + <set>Qt::TextSelectableByMouse</set> |
| 39 | + </property> |
| 40 | + </widget> |
71 | 41 | </item> |
72 | 42 | <item> |
73 | 43 | <widget class="QLabel" name="label_imagelogo"> |
|
79 | 49 | </property> |
80 | 50 | <property name="maximumSize"> |
81 | 51 | <size> |
82 | | - <width>128</width> |
83 | | - <height>128</height> |
| 52 | + <width>96</width> |
| 53 | + <height>96</height> |
84 | 54 | </size> |
85 | 55 | </property> |
86 | 56 | <property name="text"> |
|
97 | 67 | </layout> |
98 | 68 | </item> |
99 | 69 | <item> |
100 | | - <widget class="QLabel" name="label"> |
101 | | - <property name="text"> |
102 | | - <string><html><head/><body><p>DB Browser for SQLite is an open source, freeware visual tool used to create, design and edit SQLite database files.</p><p>It is bi-licensed under the Mozilla Public License Version 2, as well as the GNU General Public License Version 3 or later. You can modify or redistribute it under the conditions of these licenses.</p><p>See <a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a> and <a href="https://www.mozilla.org/MPL/2.0/index.txt">https://www.mozilla.org/MPL/2.0/index.txt</a> for details.</p><p>For more information on this program please visit our website at: <a href="http://sqlitebrowser.org">http://sqlitebrowser.org</a></p><p><span style=" font-size:small;">This software uses the GPL/LGPL Qt Toolkit from </span><a href="http://qt-project.org/"><span style=" font-size:small;">http://qt-project.org/</span></a><span style=" font-size:small;"><br/>See </span><a href="http://qt-project.org/doc/qt-5/licensing.html"><span style=" font-size:small;">http://qt-project.org/doc/qt-5/licensing.html</span></a><span style=" font-size:small;"> for licensing terms and information.</span></p><p><span style=" font-size:small;">It also uses the Silk icon set by Mark James licensed under a Creative Commons Attribution 2.5 and 3.0 license.<br/>See </span><a href="http://www.famfamfam.com/lab/icons/silk/"><span style=" font-size:small;">http://www.famfamfam.com/lab/icons/silk/</span></a><span style=" font-size:small;"> for details.</span></p></body></html></string> |
| 70 | + <widget class="QScrollArea" name="scrollArea"> |
| 71 | + <property name="frameShape"> |
| 72 | + <enum>QFrame::NoFrame</enum> |
103 | 73 | </property> |
104 | | - <property name="alignment"> |
105 | | - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
106 | | - </property> |
107 | | - <property name="wordWrap"> |
108 | | - <bool>true</bool> |
109 | | - </property> |
110 | | - <property name="openExternalLinks"> |
| 74 | + <property name="widgetResizable"> |
111 | 75 | <bool>true</bool> |
112 | 76 | </property> |
| 77 | + <widget class="QWidget" name="scrollAreaWidgetContents"> |
| 78 | + <property name="geometry"> |
| 79 | + <rect> |
| 80 | + <x>0</x> |
| 81 | + <y>0</y> |
| 82 | + <width>620</width> |
| 83 | + <height>398</height> |
| 84 | + </rect> |
| 85 | + </property> |
| 86 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 87 | + <item> |
| 88 | + <widget class="QLabel" name="label"> |
| 89 | + <property name="text"> |
| 90 | + <string><html><head/><body><p>DB Browser for SQLite is an open source, freeware visual tool used to create, design and edit SQLite database files.</p><p>It is bi-licensed under the Mozilla Public License Version 2, as well as the GNU General Public License Version 3 or later. You can modify or redistribute it under the conditions of these licenses.</p><p>See <a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a> and <a href="https://www.mozilla.org/MPL/2.0/index.txt">https://www.mozilla.org/MPL/2.0/index.txt</a> for details.</p><p>For more information on this program please visit our website at: <a href="http://sqlitebrowser.org">http://sqlitebrowser.org</a></p><p><span style=" font-size:small;">This software uses the GPL/LGPL Qt Toolkit from </span><a href="http://qt-project.org/"><span style=" font-size:small;">http://qt-project.org/</span></a><span style=" font-size:small;"><br/>See </span><a href="http://qt-project.org/doc/qt-5/licensing.html"><span style=" font-size:small;">http://qt-project.org/doc/qt-5/licensing.html</span></a><span style=" font-size:small;"> for licensing terms and information.</span></p><p><span style=" font-size:small;">It also uses the Silk icon set by Mark James licensed under a Creative Commons Attribution 2.5 and 3.0 license.<br/>See </span><a href="http://www.famfamfam.com/lab/icons/silk/"><span style=" font-size:small;">http://www.famfamfam.com/lab/icons/silk/</span></a><span style=" font-size:small;"> for details.</span></p></body></html></string> |
| 91 | + </property> |
| 92 | + <property name="alignment"> |
| 93 | + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| 94 | + </property> |
| 95 | + <property name="wordWrap"> |
| 96 | + <bool>true</bool> |
| 97 | + </property> |
| 98 | + <property name="openExternalLinks"> |
| 99 | + <bool>true</bool> |
| 100 | + </property> |
| 101 | + </widget> |
| 102 | + </item> |
| 103 | + </layout> |
| 104 | + </widget> |
113 | 105 | </widget> |
114 | 106 | </item> |
115 | 107 | <item> |
|
0 commit comments