123.ui

来自「基于QT/E2.3.10的简单计算器设计」· UI 代码 · 共 160 行 · 第 1/3 页

UI
160
字号
<!DOCTYPE UI><UI><class>Form2</class><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>Form2</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>178</x>            <y>80</y>            <width>240</width>            <height>320</height>        </rect>    </property>    <property stdset="1">        <name>minimumSize</name>        <size>            <width>240</width>            <height>320</height>        </size>    </property>    <property stdset="1">        <name>maximumSize</name>        <size>            <width>240</width>            <height>320</height>        </size>    </property>    <property stdset="1">        <name>caption</name>        <string>Form2</string>    </property>    <widget>        <class>QSpinBox</class>        <property stdset="1">            <name>name</name>            <cstring>SpinBox1</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>30</x>                <y>100</y>                <width>181</width>                <height>21</height>            </rect>        </property>    </widget>    <widget>        <class>QLabel</class>        <property stdset="1">

⌨️ 快捷键说明

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