clientform.ui
资源名称:Webserver.rar [点击查看]
上传用户:yayahi0755
上传日期:2022-05-14
资源大小:876k
文件大小:5k
源码类别:
浏览器
开发平台:
Unix_Linux
- <!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 &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 &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 &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 &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&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>