clientform.ui
上传用户:yayahi0755
上传日期:2022-05-14
资源大小:876k
文件大小:5k
源码类别:

浏览器

开发平台:

Unix_Linux

  1. <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
  2. <class>clientform</class>
  3. <widget class="QDialog">
  4.     <property name="name">
  5.         <cstring>clientform</cstring>
  6.     </property>
  7.     <property name="geometry">
  8.         <rect>
  9.             <x>0</x>
  10.             <y>0</y>
  11.             <width>267</width>
  12.             <height>247</height>
  13.         </rect>
  14.     </property>
  15.     <property name="caption">
  16.         <string>client</string>
  17.     </property>
  18.     <widget class="QLabel">
  19.         <property name="name">
  20.             <cstring>txtDate</cstring>
  21.         </property>
  22.         <property name="geometry">
  23.             <rect>
  24.                 <x>110</x>
  25.                 <y>210</y>
  26.                 <width>110</width>
  27.                 <height>30</height>
  28.             </rect>
  29.         </property>
  30.         <property name="frameShape">
  31.             <enum>Box</enum>
  32.         </property>
  33.         <property name="frameShadow">
  34.             <enum>Raised</enum>
  35.         </property>
  36.         <property name="text">
  37.             <string></string>
  38.         </property>
  39.     </widget>
  40.     <widget class="QLabel">
  41.         <property name="name">
  42.             <cstring>txtIP_2</cstring>
  43.         </property>
  44.         <property name="geometry">
  45.             <rect>
  46.                 <x>210</x>
  47.                 <y>210</y>
  48.                 <width>50</width>
  49.                 <height>30</height>
  50.             </rect>
  51.         </property>
  52.         <property name="frameShape">
  53.             <enum>Box</enum>
  54.         </property>
  55.         <property name="frameShadow">
  56.             <enum>Raised</enum>
  57.         </property>
  58.         <property name="text">
  59.             <string></string>
  60.         </property>
  61.     </widget>
  62.     <widget class="QLabel">
  63.         <property name="name">
  64.             <cstring>txtIP</cstring>
  65.         </property>
  66.         <property name="geometry">
  67.             <rect>
  68.                 <x>10</x>
  69.                 <y>210</y>
  70.                 <width>110</width>
  71.                 <height>30</height>
  72.             </rect>
  73.         </property>
  74.         <property name="frameShape">
  75.             <enum>Box</enum>
  76.         </property>
  77.         <property name="frameShadow">
  78.             <enum>Raised</enum>
  79.         </property>
  80.         <property name="text">
  81.             <string></string>
  82.         </property>
  83.     </widget>
  84.     <widget class="QPushButton">
  85.         <property name="name">
  86.             <cstring>btnSendFile</cstring>
  87.         </property>
  88.         <property name="geometry">
  89.             <rect>
  90.                 <x>180</x>
  91.                 <y>10</y>
  92.                 <width>82</width>
  93.                 <height>32</height>
  94.             </rect>
  95.         </property>
  96.         <property name="text">
  97.             <string>Send &amp;File</string>
  98.         </property>
  99.     </widget>
  100.     <widget class="QPushButton">
  101.         <property name="name">
  102.             <cstring>btnSendPicture</cstring>
  103.         </property>
  104.         <property name="geometry">
  105.             <rect>
  106.                 <x>180</x>
  107.                 <y>50</y>
  108.                 <width>82</width>
  109.                 <height>31</height>
  110.             </rect>
  111.         </property>
  112.         <property name="text">
  113.             <string>Send &amp;Picture</string>
  114.         </property>
  115.     </widget>
  116.     <widget class="QPushButton">
  117.         <property name="name">
  118.             <cstring>btnSendText</cstring>
  119.         </property>
  120.         <property name="geometry">
  121.             <rect>
  122.                 <x>180</x>
  123.                 <y>89</y>
  124.                 <width>82</width>
  125.                 <height>32</height>
  126.             </rect>
  127.         </property>
  128.         <property name="text">
  129.             <string>Send &amp;Text</string>
  130.         </property>
  131.     </widget>
  132.     <widget class="QPushButton">
  133.         <property name="name">
  134.             <cstring>btnConnect</cstring>
  135.         </property>
  136.         <property name="geometry">
  137.             <rect>
  138.                 <x>180</x>
  139.                 <y>129</y>
  140.                 <width>82</width>
  141.                 <height>31</height>
  142.             </rect>
  143.         </property>
  144.         <property name="text">
  145.             <string>Connect &amp;Net</string>
  146.         </property>
  147.     </widget>
  148.     <widget class="QPushButton">
  149.         <property name="name">
  150.             <cstring>btnExit</cstring>
  151.         </property>
  152.         <property name="geometry">
  153.             <rect>
  154.                 <x>180</x>
  155.                 <y>168</y>
  156.                 <width>82</width>
  157.                 <height>32</height>
  158.             </rect>
  159.         </property>
  160.         <property name="text">
  161.             <string>E&amp;xit System</string>
  162.         </property>
  163.     </widget>
  164.     <widget class="QLineEdit">
  165.         <property name="name">
  166.             <cstring>txtContent</cstring>
  167.         </property>
  168.         <property name="geometry">
  169.             <rect>
  170.                 <x>11</x>
  171.                 <y>170</y>
  172.                 <width>160</width>
  173.                 <height>31</height>
  174.             </rect>
  175.         </property>
  176.     </widget>
  177.     <widget class="QLabel">
  178.         <property name="name">
  179.             <cstring>pixDisplay</cstring>
  180.         </property>
  181.         <property name="geometry">
  182.             <rect>
  183.                 <x>10</x>
  184.                 <y>10</y>
  185.                 <width>161</width>
  186.                 <height>151</height>
  187.             </rect>
  188.         </property>
  189.         <property name="scaledContents">
  190.             <bool>true</bool>
  191.         </property>
  192.     </widget>
  193. </widget>
  194. <layoutdefaults spacing="6" margin="11"/>
  195. </UI>