Centered temperatrue input fields
This commit is contained in:
parent
0b6b327b0e
commit
0942f54ab7
@ -143,6 +143,15 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="4">
|
<item row="1" column="4">
|
||||||
<widget class="QPushButton" name="ezerobtn">
|
<widget class="QPushButton" name="ezerobtn">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>this is tool tip e0</string>
|
||||||
|
</property>
|
||||||
|
<property name="statusTip">
|
||||||
|
<string>this is status e0</string>
|
||||||
|
</property>
|
||||||
|
<property name="whatsThis">
|
||||||
|
<string>this is e0</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>E0</string>
|
<string>E0</string>
|
||||||
</property>
|
</property>
|
||||||
@ -209,6 +218,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="6" column="2" colspan="2">
|
<item row="6" column="2" colspan="2">
|
||||||
<widget class="QSpinBox" name="etmpspin">
|
<widget class="QSpinBox" name="etmpspin">
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignCenter</set>
|
||||||
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>500</number>
|
<number>500</number>
|
||||||
</property>
|
</property>
|
||||||
@ -230,6 +242,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="7" column="2" colspan="2">
|
<item row="7" column="2" colspan="2">
|
||||||
<widget class="QSpinBox" name="btmpspin">
|
<widget class="QSpinBox" name="btmpspin">
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignCenter</set>
|
||||||
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>500</number>
|
<number>500</number>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user