mobilesearchbase.ui

来自「Linux QT平台开发的手机归属地查询软件。用的QT自带支持的SQLITE数据」· UI 代码 · 共 180 行

UI
180
字号
<!DOCTYPE UI><UI><class>MobilesearchBase</class><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>MobilesearchBase</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>211</width>            <height>254</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string>MobileSearch</string>    </property>    <widget>        <class>QLabel</class>        <property stdset="1">            <name>name</name>            <cstring>Result_Label</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>10</x>                <y>80</y>                <width>60</width>                <height>16</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string>Result</string>        </property>    </widget>    <widget>        <class>QLabel</class>        <property stdset="1">            <name>name</name>            <cstring>City_Label</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>20</x>                <y>110</y>                <width>60</width>                <height>30</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string>City:</string>        </property>    </widget>    <widget>        <class>QLabel</class>        <property stdset="1">            <name>name</name>            <cstring>InputNumber_Label</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>10</x>                <y>10</y>                <width>160</width>                <height>16</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string>Input your phone number:</string>        </property>    </widget>    <widget>        <class>QLineEdit</class>        <property stdset="1">            <name>name</name>            <cstring>PhoneNumber_Edit</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>20</x>                <y>30</y>                <width>130</width>                <height>26</height>            </rect>        </property>    </widget>    <widget>        <class>QPushButton</class>        <property stdset="1">            <name>name</name>            <cstring>Query_PushButton</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>160</x>                <y>30</y>                <width>40</width>                <height>26</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string>Query</string>        </property>    </widget>    <widget>        <class>QLabel</class>        <property stdset="1">            <name>name</name>            <cstring>CityResult_Label</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>110</x>                <y>110</y>                <width>90</width>                <height>30</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string>City:</string>        </property>    </widget>    <widget>        <class>QLabel</class>        <property stdset="1">            <name>name</name>            <cstring>SIMcardResult_Label</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>110</x>                <y>150</y>                <width>90</width>                <height>30</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string>SIM card:</string>        </property>    </widget>    <widget>        <class>QLabel</class>        <property stdset="1">            <name>name</name>            <cstring>SIMcard_Label</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>20</x>                <y>150</y>                <width>60</width>                <height>30</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string>SIM card:</string>        </property>    </widget></widget></UI>

⌨️ 快捷键说明

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