Fixed tooltip backgrounds
This commit is contained in:
parent
ca66c6401c
commit
04e3dc9c3e
@ -139,7 +139,10 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">color:white; background-color:rgb(0,0,0);</string>
|
||||
<string notr="true">QFrame {
|
||||
color:white;
|
||||
background-color:rgb(0,0,0);
|
||||
}</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
@ -191,8 +194,7 @@
|
||||
<string><html><head/><body><p>Select operating band or enter frequency in MHz or enter kHz increment followed by k.</p></body></html></string>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">background-color:white;
|
||||
color:black;</string>
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<property name="editable">
|
||||
<bool>true</bool>
|
||||
@ -279,8 +281,7 @@ QPushButton[oob="true"] {
|
||||
<item>
|
||||
<widget class="QFrame" name="frame_6">
|
||||
<property name="styleSheet">
|
||||
<string notr="true">background-color : black;
|
||||
o</string>
|
||||
<string notr="true">QFrame, QLabel { background-color : black; }</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
@ -427,7 +428,10 @@ color : white;
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">color:white; background-color:rgb(0,0,0);</string>
|
||||
<string notr="true">QFrame {
|
||||
color:white;
|
||||
background-color:rgb(0,0,0);
|
||||
}</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
@ -1070,7 +1074,7 @@ background-color: #00ff00;
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>12</pointsize>
|
||||
<italic>true</italic>
|
||||
<italic>false</italic>
|
||||
</font>
|
||||
</property>
|
||||
<property name="autoFillBackground">
|
||||
@ -1477,6 +1481,10 @@ background:yellow;
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QFrame { background-color:black; }
|
||||
</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
</property>
|
||||
@ -1580,7 +1588,7 @@ background-color: #00ff00;
|
||||
<string><html><head/><body><p>30dB recommended when only noise present<br/>Green when good<br/>Red when clipping may occur<br/>Yellow when too low</p></body></html></string>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">background-color:black;</string>
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
|
Loading…
Reference in New Issue
Block a user