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

📄 hello_base.ui

📁 qt/embeded rh9环境下编译脚本命令文件及hello程序代码
💻 UI
字号:
<!DOCTYPE UI><UI><class>HelloBaseForm</class><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>HelloBaseForm</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>632</width>            <height>480</height>        </rect>    </property>    <property stdset="1">        <name>maximumSize</name>        <size>            <width>640</width>            <height>480</height>        </size>    </property>    <property stdset="1">        <name>caption</name>        <string>My first Qtopia Application</string>    </property>    <property>        <name>whatsThis</name>        <string>hello?</string>    </property>    <widget>        <class>QPushButton</class>        <property stdset="1">            <name>name</name>            <cstring>PushButton1</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>245</x>                <y>140</y>                <width>185</width>                <height>35</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string>Hello,MagicARM2410!</string>        </property>        <property stdset="1">            <name>autoResize</name>            <bool>true</bool>        </property>    </widget>    <widget>        <class>QLabel</class>        <property stdset="1">            <name>name</name>            <cstring>MessageLabel</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>250</x>                <y>250</y>                <width>270</width>                <height>30</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string></string>        </property>    </widget></widget><connections>    <connection>        <sender>PushButton1</sender>        <signal>clicked()</signal>        <receiver>HelloBaseForm</receiver>        <slot>SayHello()</slot>    </connection>    <slot access="protected">SayHello()</slot></connections></UI>

⌨️ 快捷键说明

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