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

📄 dialog.ui

📁 在LINUX平台下
💻 UI
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -