Pre-release 1.3.3b:

+ added select temperature device
This commit is contained in:
arcan1s
2013-05-29 18:00:20 +04:00
parent cbc475d38b
commit 98458dfcf3
10 changed files with 54 additions and 6 deletions

View File

@ -463,10 +463,41 @@ $ccpucl - CPU clock for each core, MHz</string>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_temp">
<widget class="QComboBox" name="comboBox_temp">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>25</height>
</size>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_temp">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>25</height>
</size>
</property>