📄 testtabwidget3.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>TestTabWidget3</class>
<widget class="QWidget">
<property name="name">
<cstring>TestTabWidget3</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>161</width>
<height>90</height>
</rect>
</property>
<property name="caption">
<string>Form5</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QTabWidget">
<property name="name">
<cstring>tabWidget2</cstring>
</property>
<widget class="QWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Page 1</string>
</attribute>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel17</cstring>
</property>
<property name="text">
<string>Tab Page 1</string>
</property>
</widget>
</hbox>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Page 2</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel18</cstring>
</property>
<property name="text">
<string>Tab Page 2</string>
</property>
</widget>
</vbox>
</widget>
</widget>
</vbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -