⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lmsensorscfgdesign.ui

📁 这是linux下读取pc主板温度传感器的源代码
💻 UI
📖 第 1 页 / 共 5 页
字号:
                                                    <property name="sizeHint">                                                        <size>                                                            <width>31</width>                                                            <height>21</height>                                                        </size>                                                    </property>                                                </spacer>                                                <widget class="QLineEdit">                                                    <property name="name">                                                        <cstring>editPlay</cstring>                                                    </property>                                                    <property name="enabled">                                                        <bool>false</bool>                                                    </property>                                                </widget>                                            </hbox>                                        </widget>                                    </grid>                                </widget>                            </vbox>                        </widget>                    </widget>                    <widget class="QListBox" row="0" column="0">                        <property name="name">                            <cstring>listSensors</cstring>                        </property>                        <property name="minimumSize">                            <size>                                <width>120</width>                                <height>0</height>                            </size>                        </property>                        <property name="maximumSize">                            <size>                                <width>120</width>                                <height>32767</height>                            </size>                        </property>                        <property name="frameShape">                            <enum>StyledPanel</enum>                        </property>                        <property name="frameShadow">                            <enum>Sunken</enum>                        </property>                        <property name="lineWidth">                            <number>2</number>                        </property>                        <property name="columnMode">                            <enum>FixedNumber</enum>                        </property>                    </widget>                </grid>            </widget>            <widget class="QWidget">                <property name="name">                    <cstring>tab</cstring>                </property>                <attribute name="title">                    <string>Preferences</string>                </attribute>                <grid>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <widget class="QButtonGroup" row="0" column="0">                        <property name="name">                            <cstring>ButtonGroup5</cstring>                        </property>                        <property name="title">                            <string>Temperatures scale</string>                        </property>                        <grid>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <widget class="QRadioButton" row="1" column="0">                                <property name="name">                                    <cstring>RadioF</cstring>                                </property>                                <property name="minimumSize">                                    <size>                                        <width>0</width>                                        <height>0</height>                                    </size>                                </property>                                <property name="text">                                    <string>Fahrenheit</string>                                </property>                                <property name="toolTip" stdset="0">                                </property>                            </widget>                            <widget class="QRadioButton" row="0" column="0">                                <property name="name">                                    <cstring>RadioC</cstring>                                </property>                                <property name="text">                                    <string>Celsius</string>                                </property>                                <property name="checked">                                    <bool>true</bool>                                </property>                            </widget>                            <widget class="QRadioButton" row="2" column="0">                                <property name="name">                                    <cstring>RadioK</cstring>                                </property>                                <property name="text">                                    <string>Kelvin</string>                                </property>                            </widget>                        </grid>                    </widget>                    <spacer row="2" column="0">                        <property name="name">                            <cstring>spacer12_2</cstring>                        </property>                        <property name="orientation">                            <enum>Vertical</enum>                        </property>                        <property name="sizeType">                            <enum>Expanding</enum>                        </property>                        <property name="sizeHint">                            <size>                                <width>5</width>                                <height>5</height>                            </size>                        </property>                    </spacer>                    <widget class="QGroupBox" row="1" column="0">                        <property name="name">                            <cstring>groupBox79</cstring>                        </property>                        <property name="title">                            <string>Update interval</string>                        </property>                        <grid>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <property name="margin">                                <number>18</number>                            </property>                            <widget class="QSpinBox" row="0" column="0">                                <property name="name">                                    <cstring>SpinUpdateTime</cstring>                                </property>                                <property name="suffix">                                    <string>s</string>                                </property>                                <property name="minValue">                                    <number>1</number>                                </property>                                <property name="value">                                    <number>5</number>                                </property>                            </widget>                            <widget class="QSlider" row="0" column="1">                                <property name="name">                                    <cstring>SliderUpdateTime</cstring>                                </property>                                <property name="maxValue">                                    <number>60</number>                                </property>                                <property name="value">                                    <number>5</number>                                </property>                                <property name="orientation">                                    <enum>Horizontal</enum>                                </property>                                <property name="tickmarks">                                    <enum>Below</enum>                                </property>                                <property name="tickInterval">                                    <number>1</number>                                </property>                            </widget>                        </grid>                    </widget>                </grid>            </widget>        </widget>    </grid></widget><connections>    <connection>        <sender>radioAlarm3</sender>        <signal>toggled(bool)</signal>        <receiver>editLaunch</receiver>        <slot>setEnabled(bool)</slot>    </connection>    <connection>        <sender>radioAlarm2</sender>        <signal>toggled(bool)</signal>        <receiver>editPlay</receiver>        <slot>setEnabled(bool)</slot>    </connection>    <connection>        <sender>radioAlarm1</sender>        <signal>toggled(bool)</signal>        <receiver>buttonTest</receiver>        <slot>setDisabled(bool)</slot>    </connection>    <connection>        <sender>SliderUpdateTime</sender>        <signal>valueChanged(int)</signal>        <receiver>SpinUpdateTime</receiver>        <slot>setValue(int)</slot>    </connection>    <connection>        <sender>SpinUpdateTime</sender>        <signal>valueChanged(int)</signal>        <receiver>SliderUpdateTime</receiver>        <slot>setValue(int)</slot>    </connection></connections><includes>    <include location="global" impldecl="in declaration">kcolorbutton.h</include></includes><layoutdefaults spacing="6" margin="11"/><includehints>    <includehint>kcolorbutton.h</includehint>    <includehint>kcolorbutton.h</includehint></includehints></UI>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -