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

📄 form1.ui

📁 在qt上面建立的网络通信程序的服务器段代码
💻 UI
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>Form1</class><widget class="QDialog">    <property name="name">        <cstring>Form1</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>281</width>            <height>277</height>        </rect>    </property>    <property name="caption">        <string>server</string>    </property>    <widget class="QLabel">        <property name="name">            <cstring>textLabel1</cstring>        </property>        <property name="geometry">            <rect>                <x>31</x>                <y>41</y>                <width>74</width>                <height>22</height>            </rect>        </property>        <property name="font">            <font>                <pointsize>12</pointsize>            </font>        </property>        <property name="text">            <string>&amp;comment </string>        </property>        <property name="buddy" stdset="0">            <cstring>lineEdit1</cstring>        </property>    </widget>    <widget class="QLineEdit">        <property name="name">            <cstring>lineEdit1</cstring>        </property>        <property name="geometry">            <rect>                <x>121</x>                <y>51</y>                <width>108</width>                <height>22</height>            </rect>        </property>    </widget>    <widget class="QLineEdit">        <property name="name">            <cstring>lineEdit2</cstring>        </property>        <property name="geometry">            <rect>                <x>121</x>                <y>79</y>                <width>108</width>                <height>22</height>            </rect>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>pushButton3</cstring>        </property>        <property name="geometry">            <rect>                <x>190</x>                <y>160</y>                <width>80</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>&amp;Close</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>pushButton1</cstring>        </property>        <property name="geometry">            <rect>                <x>10</x>                <y>160</y>                <width>80</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>&amp;Connect</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>pushButton2</cstring>        </property>        <property name="geometry">            <rect>                <x>100</x>                <y>160</y>                <width>80</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>&amp;Send</string>        </property>    </widget></widget><connections>    <connection>        <sender>pushButton1</sender>        <signal>clicked()</signal>        <receiver>Form1</receiver>        <slot>link()</slot>    </connection>    <connection>        <sender>pushButton2</sender>        <signal>clicked()</signal>        <receiver>Form1</receiver>        <slot>send()</slot>    </connection>    <connection>        <sender>pushButton3</sender>        <signal>clicked()</signal>        <receiver>Form1</receiver>        <slot>close()</slot>    </connection></connections><includes>    <include location="local" impldecl="in implementation">form1.ui.h</include></includes><slots>    <slot>link()</slot>    <slot access="private">send()</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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