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

📄 clientform.ui

📁 Webserver的移植与网络通讯实验 既在嵌入式设备上运行一个脚本或CGI的功能的WEB服务器.生成一个动态的叶面
💻 UI
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>clientform</class><widget class="QDialog">    <property name="name">        <cstring>clientform</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>267</width>            <height>247</height>        </rect>    </property>    <property name="caption">        <string>client</string>    </property>    <widget class="QLabel">        <property name="name">            <cstring>txtDate</cstring>        </property>        <property name="geometry">            <rect>                <x>110</x>                <y>210</y>                <width>110</width>                <height>30</height>            </rect>        </property>        <property name="frameShape">            <enum>Box</enum>        </property>        <property name="frameShadow">            <enum>Raised</enum>        </property>        <property name="text">            <string></string>        </property>    </widget>    <widget class="QLabel">        <property name="name">            <cstring>txtIP_2</cstring>        </property>        <property name="geometry">            <rect>                <x>210</x>                <y>210</y>                <width>50</width>                <height>30</height>            </rect>        </property>        <property name="frameShape">            <enum>Box</enum>        </property>        <property name="frameShadow">            <enum>Raised</enum>        </property>        <property name="text">            <string></string>        </property>    </widget>    <widget class="QLabel">        <property name="name">            <cstring>txtIP</cstring>        </property>        <property name="geometry">            <rect>                <x>10</x>                <y>210</y>                <width>110</width>                <height>30</height>            </rect>        </property>        <property name="frameShape">            <enum>Box</enum>        </property>        <property name="frameShadow">            <enum>Raised</enum>        </property>        <property name="text">            <string></string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>btnSendFile</cstring>        </property>        <property name="geometry">            <rect>                <x>180</x>                <y>10</y>                <width>82</width>                <height>32</height>            </rect>        </property>        <property name="text">            <string>Send &amp;File</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>btnSendPicture</cstring>        </property>        <property name="geometry">            <rect>                <x>180</x>                <y>50</y>                <width>82</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>Send &amp;Picture</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>btnSendText</cstring>        </property>        <property name="geometry">            <rect>                <x>180</x>                <y>89</y>                <width>82</width>                <height>32</height>            </rect>        </property>        <property name="text">            <string>Send &amp;Text</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>btnConnect</cstring>        </property>        <property name="geometry">            <rect>                <x>180</x>                <y>129</y>                <width>82</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>Connect &amp;Net</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>btnExit</cstring>        </property>        <property name="geometry">            <rect>                <x>180</x>                <y>168</y>                <width>82</width>                <height>32</height>            </rect>        </property>        <property name="text">            <string>E&amp;xit System</string>        </property>    </widget>    <widget class="QLineEdit">        <property name="name">            <cstring>txtContent</cstring>        </property>        <property name="geometry">            <rect>                <x>11</x>                <y>170</y>                <width>160</width>                <height>31</height>            </rect>        </property>    </widget>    <widget class="QLabel">        <property name="name">            <cstring>pixDisplay</cstring>        </property>        <property name="geometry">            <rect>                <x>10</x>                <y>10</y>                <width>161</width>                <height>151</height>            </rect>        </property>        <property name="scaledContents">            <bool>true</bool>        </property>    </widget></widget><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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