dialog.ui

来自「在LINUX平台下」· UI 代码 · 共 65 行

UI
65
字号
<ui version="4.0" > <class>Dialog</class> <widget class="QDialog" name="Dialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>315</width>    <height>188</height>   </rect>  </property>  <property name="windowTitle" >   <string>接收端</string>  </property>  <widget class="QPushButton" name="QuitButton" >   <property name="geometry" >    <rect>     <x>220</x>     <y>150</y>     <width>75</width>     <height>27</height>    </rect>   </property>   <property name="text" >    <string>退出</string>   </property>  </widget>  <widget class="QWidget" name="layoutWidget" >   <property name="geometry" >    <rect>     <x>30</x>     <y>30</y>     <width>241</width>     <height>91</height>    </rect>   </property>   <layout class="QVBoxLayout" >    <item>     <widget class="QLineEdit" name="ReceiveText" />    </item>    <item>     <layout class="QHBoxLayout" >      <item>       <widget class="QPushButton" name="ReceiveButton" >        <property name="text" >         <string>接收</string>        </property>       </widget>      </item>      <item>       <widget class="QPushButton" name="StartServerButton" >        <property name="text" >         <string>启动</string>        </property>       </widget>      </item>     </layout>    </item>   </layout>  </widget> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

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