hellobase.ui

来自「Qtopia链接Sqlite3数据库 Qtopia 2.2.0 Sqlite」· UI 代码 · 共 44 行

UI
44
字号
<!DOCTYPE UI><UI><class>HelloBase</class><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>HelloBase</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>232</width>            <height>208</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string>Form1</string>    </property>    <widget>        <class>QPushButton</class>        <property stdset="1">            <name>name</name>            <cstring>ok</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>60</x>                <y>80</y>                <width>102</width>                <height>30</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string>PushButton1</string>        </property>    </widget></widget></UI>

⌨️ 快捷键说明

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