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

📄 passwordbase_p.ui

📁 Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3.10平台上编译为嵌入式图形界面操作系统。
💻 UI
字号:
<!DOCTYPE UI><UI><class>PasswordBase</class><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>PasswordBase</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>316</width>            <height>360</height>        </rect>    </property>    <property stdset="1">        <name>font</name>        <font>            <pointsize>24</pointsize>        </font>    </property>    <property stdset="1">        <name>caption</name>        <string>Passcode</string>    </property>    <property>        <name>layoutMargin</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>QLabel</class>            <property stdset="1">                <name>name</name>                <cstring>prompt</cstring>            </property>            <property stdset="1">                <name>sizePolicy</name>                <sizepolicy>                    <hsizetype>7</hsizetype>                    <vsizetype>1</vsizetype>                </sizepolicy>            </property>            <property stdset="1">                <name>font</name>                <font>                    <pointsize>18</pointsize>                </font>            </property>            <property stdset="1">                <name>text</name>                <string>Enter passcode</string>            </property>        </widget>        <widget>            <class>QLineEdit</class>            <property stdset="1">                <name>name</name>                <cstring>display</cstring>            </property>            <property stdset="1">                <name>enabled</name>                <bool>false</bool>            </property>            <property stdset="1">                <name>maxLength</name>                <number>8</number>            </property>            <property stdset="1">                <name>echoMode</name>                <enum>Password</enum>            </property>        </widget>        <widget>            <class>QLayoutWidget</class>            <property stdset="1">                <name>name</name>                <cstring>Layout3</cstring>            </property>            <grid>                <property stdset="1">                    <name>margin</name>                    <number>0</number>                </property>                <property stdset="1">                    <name>spacing</name>                    <number>0</number>                </property>                <widget row="2"  column="1" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>button_8</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>8</string>                    </property>                </widget>                <widget row="0"  column="1" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>button_2</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>2</string>                    </property>                </widget>                <widget row="0"  column="0" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>button_1</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>1</string>                    </property>                </widget>                <widget row="1"  column="1" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>button_5</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>5</string>                    </property>                </widget>                <widget row="1"  column="0" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>button_4</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>4</string>                    </property>                </widget>                <widget row="0"  column="2" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>button_3</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>3</string>                    </property>                </widget>                <widget row="3"  column="0" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>button_0</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>0</string>                    </property>                </widget>                <widget row="2"  column="0" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>button_7</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>7</string>                    </property>                </widget>                <widget row="3"  column="1"  rowspan="1"  colspan="2" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>button_OK</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>OK</string>                    </property>                </widget>                <widget row="2"  column="2" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>button_9</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>9</string>                    </property>                </widget>                <widget row="1"  column="2" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>button_6</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>6</string>                    </property>                </widget>            </grid>        </widget>    </vbox></widget><tabstops>    <tabstop>button_1</tabstop>    <tabstop>button_2</tabstop>    <tabstop>button_3</tabstop>    <tabstop>button_4</tabstop>    <tabstop>button_5</tabstop>    <tabstop>button_6</tabstop>    <tabstop>button_7</tabstop>    <tabstop>button_8</tabstop>    <tabstop>button_9</tabstop>    <tabstop>button_0</tabstop>    <tabstop>button_OK</tabstop>    <tabstop>display</tabstop></tabstops></UI>

⌨️ 快捷键说明

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