wip(ui): sample classifying

This commit is contained in:
2023-09-15 03:32:06 +08:00
parent 67a794f4f1
commit 7e11f3ee5d
10 changed files with 347 additions and 68 deletions

View File

@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ProjectEntry_Classify</class>
<widget class="QWidget" name="ProjectEntry_Classify">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>677</width>
<height>523</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true">ProjectEntry_Classify</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="SamplesListWidget" name="samplesListWidget"/>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="loadSamplesButton">
<property name="text">
<string>Load samples</string>
</property>
</widget>
</item>
<item>
<widget class="QFrame" name="frame">
<property name="minimumSize">
<size>
<width>100</width>
<height>200</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2"/>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>SamplesListWidget</class>
<extends>QListWidget</extends>
<header>ui.extends.samplesListWidget</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>