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

📄 alarmbase.ui

📁 Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3.10平台上编译为嵌入式图形界面操作系统。
💻 UI
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE UI><UI><class>AlarmBase</class><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>AlarmBase</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>281</width>            <height>327</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string>Clock</string>    </property>    <property>        <name>layoutMargin</name>    </property>    <property>        <name>layoutSpacing</name>    </property>    <vbox>        <property stdset="1">            <name>margin</name>            <number>6</number>        </property>        <property stdset="1">            <name>spacing</name>            <number>4</number>        </property>        <widget>            <class>QGroupBox</class>            <property stdset="1">                <name>name</name>                <cstring>dailyGroup</cstring>            </property>            <property stdset="1">                <name>title</name>                <string>Daily Alarm</string>            </property>            <property>                <name>layoutMargin</name>            </property>            <property>                <name>layoutSpacing</name>            </property>            <vbox>                <property stdset="1">                    <name>margin</name>                    <number>6</number>                </property>                <property stdset="1">                    <name>spacing</name>                    <number>6</number>                </property>                <widget>                    <class>QCheckBox</class>                    <property stdset="1">                        <name>name</name>                        <cstring>dailyEnabled</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>Enabled</string>                    </property>                    <property>                        <name>whatsThis</name>                        <string>Check to enable the daily alarm</string>                    </property>                </widget>                <widget>                    <class>QLayoutWidget</class>                    <property stdset="1">                        <name>name</name>                        <cstring>Layout4</cstring>                    </property>                    <hbox>                        <property stdset="1">                            <name>margin</name>                            <number>0</number>                        </property>                        <property stdset="1">                            <name>spacing</name>                            <number>6</number>                        </property>                        <widget>                            <class>QSpinBox</class>                            <property stdset="1">                                <name>name</name>                                <cstring>dailyHour</cstring>                            </property>                            <property stdset="1">                                <name>minimumSize</name>                                <size>                                    <width>35</width>                                    <height>0</height>                                </size>                            </property>                            <property stdset="1">                                <name>wrapping</name>                                <bool>true</bool>                            </property>                            <property stdset="1">                                <name>maxValue</name>                                <number>23</number>                            </property>                            <property>                                <name>whatsThis</name>                                <string>Set the hour the alarm will sound.</string>                            </property>                        </widget>                        <widget>                            <class>QLabel</class>                            <property stdset="1">                                <name>name</name>                                <cstring>TextLabel2</cstring>                            </property>                            <property stdset="1">                                <name>sizePolicy</name>                                <sizepolicy>                                    <hsizetype>4</hsizetype>                                    <vsizetype>1</vsizetype>                                </sizepolicy>                            </property>                            <property stdset="1">                                <name>minimumSize</name>                                <size>                                    <width>5</width>                                    <height>0</height>                                </size>                            </property>                            <property stdset="1">                                <name>text</name>                                <string>:</string>                            </property>                        </widget>                        <widget>                            <class>QSpinBox</class>                            <property stdset="1">                                <name>name</name>                                <cstring>dailyMinute</cstring>                            </property>                            <property stdset="1">                                <name>minimumSize</name>                                <size>                                    <width>35</width>                                    <height>0</height>                                </size>                            </property>                            <property stdset="1">                                <name>wrapping</name>                                <bool>true</bool>                            </property>                            <property stdset="1">                                <name>maxValue</name>                                <number>59</number>                            </property>                            <property stdset="1">                                <name>lineStep</name>                                <number>5</number>                            </property>                            <property>                                <name>whatsThis</name>                                <string>Set the minute the alarm will sound.</string>                            </property>                        </widget>                        <widget>                            <class>QComboBox</class>                            <item>                                <property>                                    <name>text</name>                                    <string>AM</string>                                </property>                            </item>                            <item>                                <property>                                    <name>text</name>                                    <string>PM</string>                                </property>                            </item>                            <property stdset="1">                                <name>name</name>                                <cstring>dailyAmPm</cstring>                            </property>                            <property stdset="1">                                <name>minimumSize</name>                                <size>                                    <width>50</width>                                    <height>0</height>                                </size>                            </property>                        </widget>                        <widget>                            <class>QFrame</class>                            <property stdset="1">                                <name>name</name>                                <cstring>Frame5</cstring>                            </property>                            <property stdset="1">                                <name>sizePolicy</name>

⌨️ 快捷键说明

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