testgroupbox4.ui

来自「A translator that converts Qt Designer U」· UI 代码 · 共 86 行

UI
86
字号
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>TestGroupBox4</class> <widget class="QWidget" name="TestGroupBox4" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>357</width>    <height>125</height>   </rect>  </property>  <property name="windowTitle" >   <string>Form</string>  </property>  <layout class="QHBoxLayout" >   <property name="margin" >    <number>9</number>   </property>   <property name="spacing" >    <number>6</number>   </property>   <item>    <widget class="QGroupBox" name="groupBox" >     <property name="title" >      <string>Normal</string>     </property>     <layout class="QVBoxLayout" >      <property name="margin" >       <number>9</number>      </property>      <property name="spacing" >       <number>6</number>      </property>      <item>       <widget class="QLabel" name="label" >        <property name="text" >         <string>The quick brown...</string>        </property>       </widget>      </item>     </layout>    </widget>   </item>   <item>    <widget class="QGroupBox" name="groupBox_2" >     <property name="font" >      <font>       <family>MS Shell Dlg 2</family>       <pointsize>16</pointsize>       <weight>75</weight>       <italic>true</italic>       <bold>true</bold>       <underline>false</underline>       <strikeout>false</strikeout>      </font>     </property>     <property name="title" >      <string>Font</string>     </property>     <layout class="QHBoxLayout" >      <property name="margin" >       <number>9</number>      </property>      <property name="spacing" >       <number>6</number>      </property>      <item>       <widget class="QLabel" name="label_2" >        <property name="text" >         <string>The quick brown...</string>        </property>       </widget>      </item>     </layout>    </widget>   </item>  </layout> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections/></ui>

⌨️ 快捷键说明

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