You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
2.2 KiB
90 lines
2.2 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>config</class> |
|
<widget class="QWidget" name="config"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>383</width> |
|
<height>323</height> |
|
</rect> |
|
</property> |
|
<property name="styleSheet"> |
|
<string notr="true"/> |
|
</property> |
|
<layout class="QVBoxLayout"> |
|
<item> |
|
<widget class="QLabel" name="label"> |
|
<property name="text"> |
|
<string>&Available temperatures:</string> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>treeView</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QTreeView" name="treeView"> |
|
<property name="rootIsDecorated"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="uniformRowHeights"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="sortingEnabled"> |
|
<bool>true</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout"> |
|
<item> |
|
<widget class="QLabel" name="label_2"> |
|
<property name="text"> |
|
<string>Update &interval:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>intervalSpinBox</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QDoubleSpinBox" name="intervalSpinBox"> |
|
<property name="decimals"> |
|
<number>1</number> |
|
</property> |
|
<property name="minimum"> |
|
<double>0.100000000000000</double> |
|
</property> |
|
<property name="maximum"> |
|
<double>525600.000000000000000</double> |
|
</property> |
|
<property name="value"> |
|
<double>2.000000000000000</double> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|