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

📄 testwidget.ui

📁 it is a gui progam made in c++
💻 UI
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -