testing-repository/Qt5/test3_list/mainwindow.ui

48 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-04-23 08:51:57 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2024-05-02 20:46:03 +08:00
<width>640</width>
<height>360</height>
2024-04-23 08:51:57 +08:00
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>9</x>
2024-05-02 20:46:03 +08:00
<y>9</y>
<width>621</width>
<height>291</height>
2024-04-23 08:51:57 +08:00
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
2024-05-02 20:46:03 +08:00
<widget class="QListView" name="listView"/>
2024-04-23 08:51:57 +08:00
</item>
</layout>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2024-05-02 20:46:03 +08:00
<width>640</width>
<height>23</height>
2024-04-23 08:51:57 +08:00
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>