|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>560</width> |
10 | | - <height>283</height> |
| 9 | + <width>541</width> |
| 10 | + <height>341</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
14 | 14 | <string>QGIS Tips!</string> |
15 | 15 | </property> |
16 | 16 | <layout class="QGridLayout" name="gridLayout"> |
17 | | - <item row="0" column="0"> |
18 | | - <widget class="QLabel" name="qgisIcon"> |
19 | | - <property name="text"> |
20 | | - <string>TextLabel</string> |
21 | | - </property> |
22 | | - </widget> |
23 | | - </item> |
24 | | - <item row="0" column="1" colspan="2"> |
25 | | - <widget class="QLabel" name="lblTitle"> |
26 | | - <property name="styleSheet"> |
27 | | - <string notr="true">font-weight: bold; </string> |
28 | | - </property> |
29 | | - <property name="text"> |
30 | | - <string>Tip Title goes here</string> |
31 | | - </property> |
32 | | - <property name="textFormat"> |
33 | | - <enum>Qt::PlainText</enum> |
34 | | - </property> |
35 | | - </widget> |
36 | | - </item> |
37 | | - <item row="1" column="1" colspan="3"> |
| 17 | + <item row="0" column="0" colspan="2"> |
38 | 18 | <widget class="QTextBrowser" name="txtTip"> |
39 | 19 | <property name="sizePolicy"> |
40 | 20 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
46 | 26 | <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
47 | 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
48 | 28 | p, li { white-space: pre-wrap; } |
49 | | -</style></head><body style=" font-family:'Wine Sans Serif'; font-size:12pt; font-weight:400; font-style:normal;"> |
| 29 | +</style></head><body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;"> |
50 | 30 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:10pt;">A nice tip goes here...</span></p></body></html></string> |
51 | 31 | </property> |
52 | 32 | <property name="openExternalLinks"> |
53 | 33 | <bool>true</bool> |
54 | 34 | </property> |
55 | 35 | </widget> |
56 | 36 | </item> |
57 | | - <item row="2" column="1" colspan="3"> |
| 37 | + <item row="1" column="0" colspan="2"> |
58 | 38 | <widget class="QCheckBox" name="cbxDisableTips"> |
59 | 39 | <property name="text"> |
60 | 40 | <string>I've had enough tips, don't show this on start up any more!</string> |
61 | 41 | </property> |
62 | 42 | </widget> |
63 | 43 | </item> |
64 | | - <item row="3" column="1" colspan="3"> |
| 44 | + <item row="2" column="0" colspan="2"> |
65 | 45 | <widget class="QDialogButtonBox" name="buttonBox"> |
66 | 46 | <property name="orientation"> |
67 | 47 | <enum>Qt::Horizontal</enum> |
|
0 commit comments