testwidget.ui

来自「it is a gui progam made in c++」· UI 代码 · 共 59 行

UI
59
字号
<ui version="4.0" > <class>Form</class> <widget class="QWidget" name="Form" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>605</width>    <height>358</height>   </rect>  </property>  <property name="sizePolicy" >   <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >    <horstretch>0</horstretch>    <verstretch>0</verstretch>   </sizepolicy>  </property>  <property name="minimumSize" >   <size>    <width>605</width>    <height>358</height>   </size>  </property>  <property name="windowTitle" >   <string>Form</string>  </property>  <widget class="QTreeWidget" name="dummyTreeWidget" >   <property name="geometry" >    <rect>     <x>160</x>     <y>60</y>     <width>311</width>     <height>221</height>    </rect>   </property>   <property name="columnCount" >    <number>3</number>   </property>   <column>    <property name="text" >     <string>1</string>    </property>   </column>   <column>    <property name="text" >     <string>2</string>    </property>   </column>   <column>    <property name="text" >     <string>3</string>    </property>   </column>  </widget> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

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