Skip to content
Snippets Groups Projects
Commit 08f39c95 authored by Claudio Scafuri's avatar Claudio Scafuri :speech_balloon:
Browse files

workaround for cumbia QuCheckBox not having target

parent 04bdee7a
No related branches found
No related tags found
1 merge request!2Energy saving
......@@ -450,32 +450,6 @@
<string>energy saving</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="1">
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>244</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>311</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
......@@ -493,6 +467,43 @@
</property>
</widget>
</item>
<item>
<widget class="QuButton" name="quButton_8">
<property name="font">
<font>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>En. Saving On</string>
</property>
<property name="target">
<string>$1/EnergySaving(1)</string>
</property>
</widget>
</item>
<item>
<widget class="QuButton" name="quButton_9">
<property name="font">
<font>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>En. Saving Off</string>
</property>
<property name="target">
<string>$1/EnergySaving(0)</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QuButton" name="quButton_6">
<property name="font">
......@@ -525,6 +536,32 @@
</item>
</layout>
</item>
<item row="0" column="1">
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>244</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>311</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment