dialog.ui

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

UI
68
字号
<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 + =
减小字号Ctrl + -
显示快捷键?