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

📄 desktopclockpreferences.ui

📁 Linux/windows环境下Qt程序
💻 UI
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>DesktopClockPreferences</class><widget class="QDialog">    <property name="name">        <cstring>DesktopClockPreferences</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>417</width>            <height>307</height>        </rect>    </property>    <property name="caption">        <string>BDesktopClock Settings</string>    </property>    <property name="sizeGripEnabled">        <bool>true</bool>    </property>    <property name="modal">        <bool>true</bool>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QPushButton" row="1" column="2">            <property name="name">                <cstring>applyButton</cstring>            </property>            <property name="text">                <string>OK</string>            </property>        </widget>        <widget class="QPushButton" row="1" column="1">            <property name="name">                <cstring>cancelButton</cstring>            </property>            <property name="text">                <string>Cancel</string>            </property>        </widget>        <spacer row="1" column="0">            <property name="name">                <cstring>spacer4</cstring>            </property>            <property name="orientation">                <enum>Horizontal</enum>            </property>            <property name="sizeType">                <enum>Expanding</enum>            </property>            <property name="sizeHint">                <size>                    <width>121</width>                    <height>20</height>                </size>            </property>        </spacer>        <widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="3">            <property name="name">                <cstring>clockSettingsTabView</cstring>            </property>            <property name="sizePolicy">                <sizepolicy>                    <hsizetype>5</hsizetype>                    <vsizetype>7</vsizetype>                    <horstretch>0</horstretch>                    <verstretch>0</verstretch>                </sizepolicy>            </property>            <property name="minimumSize">                <size>                    <width>300</width>                    <height>0</height>                </size>            </property>            <widget class="QWidget">                <property name="name">                    <cstring>optionsTab</cstring>                </property>                <attribute name="title">                    <string>Window</string>                </attribute>                <vbox>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <widget class="QCheckBox">                        <property name="name">                            <cstring>showWMCheckBox</cstring>                        </property>                        <property name="text">                            <string>Show window manager frame</string>                        </property>                        <property name="toolTip" stdset="0">                            <string>Shows the window manager border around the clock.</string>                        </property>                    </widget>                    <widget class="QCheckBox">                        <property name="name">                            <cstring>stayOnTopCheckBox</cstring>                        </property>                        <property name="text">                            <string>Always on top</string>                        </property>                        <property name="toolTip" stdset="0">                            <string>Always keep clock as the top most window</string>                        </property>                    </widget>                    <widget class="QCheckBox">                        <property name="name">                            <cstring>showGlareCheckBox</cstring>                        </property>                        <property name="text">                            <string>Show glare</string>                        </property>                    </widget>                    <spacer>                        <property name="name">                            <cstring>spacer10</cstring>                        </property>                        <property name="orientation">                            <enum>Vertical</enum>                        </property>                        <property name="sizeType">                            <enum>Expanding</enum>                        </property>                        <property name="sizeHint">                            <size>                                <width>81</width>                                <height>60</height>                            </size>                        </property>                    </spacer>                </vbox>            </widget>            <widget class="QWidget">                <property name="name">                    <cstring>dateTab</cstring>                </property>                <attribute name="title">                    <string>Date</string>                </attribute>                <vbox>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <widget class="QCheckBox">                        <property name="name">                            <cstring>showDateCheckBox</cstring>                        </property>                        <property name="text">                            <string>Show date</string>                        </property>                        <property name="checked">                            <bool>true</bool>                        </property>                        <property name="toolTip" stdset="0">                            <string>Show date at the bottom of the clock</string>                        </property>                    </widget>                    <spacer>                        <property name="name">                            <cstring>spacer9</cstring>                        </property>                        <property name="orientation">                            <enum>Vertical</enum>                        </property>                        <property name="sizeType">                            <enum>Expanding</enum>                        </property>                        <property name="sizeHint">                            <size>                                <width>111</width>                                <height>50</height>                            </size>                        </property>                    </spacer>                    <widget class="QLabel">                        <property name="name">                            <cstring>dateStringLaberl</cstring>                        </property>                        <property name="text">                            <string>Date format string:</string>                        </property>                    </widget>                    <widget class="QLineEdit">                        <property name="name">                            <cstring>dateStringFormat</cstring>                        </property>                        <property name="text">                            <string>MMMM d, yyyy</string>                        </property>                        <property name="whatsThis" stdset="0">                            <string>d -- the day as number without a leading zero (1-31)dd -- the day as number with a leading zero (01-31)ddd -- the abbreviated localized day name (e.g. 'Mon'..'Sun')dddd -- the long localized day name (e.g. 'Monday'..'Sunday')M -- the month as number without a leading zero (1-12)MM -- the month as number with a leading zero (01-12)MMM -- the abbreviated localized month name (e.g. 'Jan'..'Dec')MMMM -- the long localized month name (e.g. 'January'..'December')yy -- the year as two digit number (00-99)yyyy -- the year as four digit number (1752-8000)</string>                        </property>                    </widget>                </vbox>            </widget>            <widget class="QWidget">                <property name="name">                    <cstring>timeTab</cstring>                </property>                <attribute name="title">                    <string>Time</string>                </attribute>                <vbox>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <widget class="QCheckBox">                        <property name="name">                            <cstring>showSecondsCheckBox</cstring>                        </property>                        <property name="text">                            <string>Show second hand</string>                        </property>                        <property name="checked">                            <bool>true</bool>                        </property>                        <property name="toolTip" stdset="0">                            <string>Show the second hand</string>                        </property>                    </widget>                    <widget class="QCheckBox">                        <property name="name">                            <cstring>showTimeCheckBox</cstring>                        </property>                        <property name="text">                            <string>Show numerical time</string>                        </property>                        <property name="checked">                            <bool>true</bool>                        </property>                        <property name="toolTip" stdset="0">                            <string>Show numerical clock at the bottom of the clock</string>                        </property>                    </widget>                    <widget class="QCheckBox">                        <property name="name">                            <cstring>showAHCheckBox</cstring>                        </property>                        <property name="text">                            <string>Show accurate hour</string>                        </property>                        <property name="toolTip" stdset="0">                            <string>Rotates the hour hand to indicate parts of the hour.</string>                        </property>                    </widget>                    <spacer>                        <property name="name">                            <cstring>spacer2</cstring>                        </property>                        <property name="orientation">                            <enum>Vertical</enum>                        </property>                        <property name="sizeType">                            <enum>Expanding</enum>                        </property>                        <property name="sizeHint">                            <size>                                <width>21</width>                                <height>20</height>                            </size>                        </property>                    </spacer>                    <widget class="QLabel">                        <property name="name">                            <cstring>timeStringLabel</cstring>                        </property>                        <property name="text">

⌨️ 快捷键说明

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