testlistandtable4.ui

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

UI
65
字号
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>TestListAndTable4</class> <widget class="QWidget" name="TestListAndTable4" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>400</width>    <height>509</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="QLabel" name="label" >     <property name="text" >      <string>List View:</string>     </property>    </widget>   </item>   <item>    <widget class="QListView" name="listView" >     <property name="selectionMode" >      <enum>QAbstractItemView::MultiSelection</enum>     </property>    </widget>   </item>   <item>    <widget class="QLabel" name="label_2" >     <property name="text" >      <string>List Widget:</string>     </property>    </widget>   </item>   <item>    <widget class="QListWidget" name="listWidget" />   </item>   <item>    <widget class="QLabel" name="label_3" >     <property name="text" >      <string>Table:</string>     </property>    </widget>   </item>   <item>    <widget class="QTableView" name="tableView" />   </item>  </layout> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections/></ui>

⌨️ 快捷键说明

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