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

📄 mobilesearchbase.ui

📁 Linux QT平台开发的手机归属地查询软件。用的QT自带支持的SQLITE数据库功能。
💻 UI
字号:
<!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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -