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

📄 testtabwidget4.ui

📁 A translator that converts Qt Designer UI files into SWT java classes. Use the power of Qt Designer
💻 UI
字号:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>TestTabWidget4</class> <widget class="QWidget" name="TestTabWidget4" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>400</width>    <height>300</height>   </rect>  </property>  <property name="windowTitle" >   <string>Form</string>  </property>  <layout class="QVBoxLayout" >   <property name="margin" >    <number>9</number>   </property>   <property name="spacing" >    <number>6</number>   </property>   <item>    <widget class="QTabWidget" name="tabWidget" >     <property name="currentIndex" >      <number>1</number>     </property>     <widget class="QWidget" name="tab1" >      <attribute name="title" >       <string>Page 1</string>      </attribute>      <layout class="QHBoxLayout" >       <property name="margin" >        <number>9</number>       </property>       <property name="spacing" >        <number>6</number>       </property>       <item>        <widget class="QLabel" name="label" >         <property name="text" >          <string>Tab Page 1</string>         </property>        </widget>       </item>      </layout>     </widget>     <widget class="QWidget" name="tab2" >      <attribute name="title" >       <string>Page 2</string>      </attribute>      <layout class="QVBoxLayout" >       <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>Tab Page 2</string>         </property>        </widget>       </item>      </layout>     </widget>    </widget>   </item>  </layout> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections/></ui>

⌨️ 快捷键说明

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