|
44 | 44 | </widget>
|
45 | 45 | </item>
|
46 | 46 | <item>
|
47 |
| - <widget class="QTextBrowser" name="txtDisabled"> |
48 |
| - <property name="maximumSize"> |
49 |
| - <size> |
50 |
| - <width>16777215</width> |
51 |
| - <height>50</height> |
52 |
| - </size> |
| 47 | + <widget class="QLabel" name="txtDisabled"> |
| 48 | + <property name="autoFillBackground"> |
| 49 | + <bool>false</bool> |
53 | 50 | </property>
|
54 | 51 | <property name="styleSheet">
|
55 | 52 | <string notr="true">background-color: rgb(255, 255, 127);</string>
|
56 | 53 | </property>
|
57 |
| - <property name="html"> |
58 |
| - <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
59 |
| -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
60 |
| -p, li { white-space: pre-wrap; } |
61 |
| -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
62 |
| -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">There are disabled providers that contain algorithms including your text string. Click </span><a href="view"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">to view them.</span></a><span style=" font-size:8pt;"></span></p></body></html></string> |
| 54 | + <property name="frameShape"> |
| 55 | + <enum>QFrame::Box</enum> |
| 56 | + </property> |
| 57 | + <property name="frameShadow"> |
| 58 | + <enum>QFrame::Raised</enum> |
| 59 | + </property> |
| 60 | + <property name="text"> |
| 61 | + <string>There are disabled providers that contain algorithms including your text string. Click <a href="view">to view them.</a></string> |
| 62 | + </property> |
| 63 | + <property name="wordWrap"> |
| 64 | + <bool>true</bool> |
| 65 | + </property> |
| 66 | + <property name="margin"> |
| 67 | + <number>5</number> |
63 | 68 | </property>
|
64 | 69 | </widget>
|
65 | 70 | </item>
|
66 | 71 | <item>
|
67 |
| - <widget class="QTextBrowser" name="txtTip"> |
68 |
| - <property name="sizePolicy"> |
69 |
| - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
70 |
| - <horstretch>0</horstretch> |
71 |
| - <verstretch>0</verstretch> |
72 |
| - </sizepolicy> |
73 |
| - </property> |
74 |
| - <property name="maximumSize"> |
75 |
| - <size> |
76 |
| - <width>16777215</width> |
77 |
| - <height>50</height> |
78 |
| - </size> |
79 |
| - </property> |
| 72 | + <widget class="QLabel" name="txtTip"> |
80 | 73 | <property name="styleSheet">
|
81 | 74 | <string notr="true">background-color: rgb(85, 170, 255);
|
82 | 75 | color: rgb(255, 255, 255);</string>
|
83 | 76 | </property>
|
84 |
| - <property name="html"> |
85 |
| - <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
86 |
| -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
87 |
| -p, li { white-space: pre-wrap; } |
88 |
| -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
89 |
| -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You can add more algorithms to the toolbox,</span><a href="enable"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">enabling additional providers.</span></a></p></body></html></string> |
| 77 | + <property name="frameShape"> |
| 78 | + <enum>QFrame::Box</enum> |
| 79 | + </property> |
| 80 | + <property name="frameShadow"> |
| 81 | + <enum>QFrame::Raised</enum> |
| 82 | + </property> |
| 83 | + <property name="text"> |
| 84 | + <string>You can add more algorithms to the toolbox,<a href="enable">enabling additional providers.</a></string> |
| 85 | + </property> |
| 86 | + <property name="wordWrap"> |
| 87 | + <bool>true</bool> |
| 88 | + </property> |
| 89 | + <property name="margin"> |
| 90 | + <number>5</number> |
90 | 91 | </property>
|
91 | 92 | </widget>
|
92 | 93 | </item>
|
|
0 commit comments