net_communicateform.ui

来自「Linux下的qt编程示例」· UI 代码 · 共 43 行

UI
43
字号
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>MessageBoxForm</class><widget class="QDialog">    <property name="name">        <cstring>MessageBoxForm</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>220</width>            <height>120</height>        </rect>    </property>    <property name="minimumSize">        <size>            <width>220</width>            <height>120</height>        </size>    </property>    <property name="maximumSize">        <size>            <width>220</width>            <height>120</height>        </size>    </property>    <property name="caption">        <string> 鏌ユ壘缁撴灉</string>    </property>    <widget class="QLabel">        <property name="name">            <cstring>messageTextLabel</cstring>        </property>        <property name="geometry">            <rect>                <x>70</x>                <y>20</y>                <width>114</width>                <height>70</height>            </rect>        </property>        <property name="text">            <string>  鏂囦欢涓嶅瓨鍦

⌨️ 快捷键说明

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