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

📄 lzp.ui

📁 随机产生四个不同数字(如 1234)
💻 UI
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>lzp</class><widget class="QDialog">    <property name="name">        <cstring>lzp</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>347</width>            <height>314</height>        </rect>    </property>    <property name="caption">        <string>caizi</string>    </property>    <widget class="QPushButton">        <property name="name">            <cstring>STARTButton</cstring>        </property>        <property name="geometry">            <rect>                <x>20</x>                <y>30</y>                <width>80</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>START</string>        </property>    </widget>    <widget class="QSpinBox">        <property name="name">            <cstring>spinBox3</cstring>        </property>        <property name="geometry">            <rect>                <x>170</x>                <y>80</y>                <width>52</width>                <height>22</height>            </rect>        </property>    </widget>    <widget class="QSpinBox">        <property name="name">            <cstring>spinBox2</cstring>        </property>        <property name="geometry">            <rect>                <x>100</x>                <y>80</y>                <width>52</width>                <height>22</height>            </rect>        </property>    </widget>    <widget class="QSpinBox">        <property name="name">            <cstring>spinBox1</cstring>        </property>        <property name="geometry">            <rect>                <x>30</x>                <y>80</y>                <width>52</width>                <height>22</height>            </rect>        </property>    </widget>    <widget class="QSpinBox">        <property name="name">            <cstring>spinBox4</cstring>        </property>        <property name="geometry">            <rect>                <x>250</x>                <y>80</y>                <width>52</width>                <height>22</height>            </rect>        </property>    </widget>    <widget class="QListBox">        <property name="name">            <cstring>listBox</cstring>        </property>        <property name="geometry">            <rect>                <x>30</x>                <y>120</y>                <width>270</width>                <height>130</height>            </rect>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>GUESSButton</cstring>        </property>        <property name="enabled">            <bool>false</bool>        </property>        <property name="geometry">            <rect>                <x>120</x>                <y>30</y>                <width>80</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>GUESS</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>HELPButton</cstring>        </property>        <property name="enabled">            <bool>false</bool>        </property>        <property name="geometry">            <rect>                <x>220</x>                <y>30</y>                <width>80</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>HELP</string>        </property>    </widget></widget><connections>    <connection>        <sender>STARTButton</sender>        <signal>clicked()</signal>        <receiver>lzp</receiver>        <slot>starts()</slot>    </connection>    <connection>        <sender>GUESSButton</sender>        <signal>clicked()</signal>        <receiver>lzp</receiver>        <slot>guess()</slot>    </connection>    <connection>        <sender>HELPButton</sender>        <signal>clicked()</signal>        <receiver>lzp</receiver>        <slot>tureN()</slot>    </connection></connections><includes>    <include location="local" impldecl="in implementation">lzp.ui.h</include></includes><slots>    <slot>starts()</slot>    <slot>guess()</slot>    <slot>tureN()</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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