Files
q3DMASC/confusionmatrix.ui
T
2022-12-14 11:37:29 +01:00

35 lines
817 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ConfusionMatrix</class>
<widget class="QWidget" name="ConfusionMatrix">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>575</width>
<height>260</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTableWidget" name="tableWidget">
<property name="showGrid">
<bool>false</bool>
</property>
<attribute name="horizontalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>