Hide turbo button for now
This commit is contained in:
parent
e1e2ae50e8
commit
5619824bd8
@ -972,6 +972,9 @@ QPushButton:checked {
|
||||
</item>
|
||||
<item row="2" column="4">
|
||||
<widget class="QPushButton" name="turboButton">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
@ -989,6 +992,9 @@ QPushButton:checked {
|
||||
<pointsize>9</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="visible">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QPushButton {
|
||||
background-color:lightgray;
|
||||
|
Loading…
Reference in New Issue
Block a user