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

📄 dialog.ui

📁 在LINUX平台下
💻 UI
字号:
<ui version="4.0" > <class>Dialog</class> <widget class="QDialog" name="Dialog" >  <property name="windowModality" >   <enum>Qt::ApplicationModal</enum>  </property>  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>309</width>    <height>184</height>   </rect>  </property>  <property name="windowTitle" >   <string>发送端</string>  </property>  <widget class="QPushButton" name="QuitButton" >   <property name="geometry" >    <rect>     <x>230</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>50</x>     <y>20</y>     <width>221</width>     <height>111</height>    </rect>   </property>   <layout class="QVBoxLayout" >    <item>     <widget class="QLineEdit" name="SendText" />    </item>    <item>     <layout class="QHBoxLayout" >      <item>       <widget class="QPushButton" name="SendButton" >        <property name="text" >         <string>发送</string>        </property>       </widget>      </item>      <item>       <widget class="QPushButton" name="Connect" >        <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 + -