Button filters

This commit is contained in:
alessandro90
2018-10-12 22:26:50 +02:00
parent 2345d0810c
commit 3ae47a09e1
2 changed files with 39 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -1983,6 +1983,9 @@ QPushButton {
<property name="text"> <property name="text">
<string>LF</string> <string>LF</string>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item row="2" column="2"> <item row="2" column="2">
@@ -1997,6 +2000,9 @@ QPushButton {
<property name="text"> <property name="text">
<string>VLF</string> <string>VLF</string>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="2"> <item row="1" column="2">
@@ -2011,6 +2017,12 @@ QPushButton {
<property name="text"> <property name="text">
<string>EHF</string> <string>EHF</string>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget> </widget>
</item> </item>
<item row="3" column="2"> <item row="3" column="2">
@@ -2025,6 +2037,9 @@ QPushButton {
<property name="text"> <property name="text">
<string>SHF</string> <string>SHF</string>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item row="3" column="1"> <item row="3" column="1">
@@ -2039,6 +2054,9 @@ QPushButton {
<property name="text"> <property name="text">
<string>VHF</string> <string>VHF</string>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item row="2" column="1"> <item row="2" column="1">
@@ -2053,6 +2071,9 @@ QPushButton {
<property name="text"> <property name="text">
<string>SLF</string> <string>SLF</string>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
@@ -2067,6 +2088,9 @@ QPushButton {
<property name="text"> <property name="text">
<string>UHF</string> <string>UHF</string>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
@@ -2081,6 +2105,9 @@ QPushButton {
<property name="text"> <property name="text">
<string>ULF</string> <string>ULF</string>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
@@ -2101,6 +2128,9 @@ QPushButton {
<property name="text"> <property name="text">
<string>ELF</string> <string>ELF</string>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
@@ -2121,6 +2151,9 @@ QPushButton {
<property name="text"> <property name="text">
<string>HF</string> <string>HF</string>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="0">
@@ -2141,6 +2174,9 @@ QPushButton {
<property name="text"> <property name="text">
<string>EHF</string> <string>EHF</string>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item row="3" column="0">
@@ -2161,6 +2197,9 @@ QPushButton {
<property name="text"> <property name="text">
<string>MF</string> <string>MF</string>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>