2020-08-31 04:03:41 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>CalibrationTraceDialog</class>
|
|
|
|
<widget class="QDialog" name="CalibrationTraceDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1066</width>
|
|
|
|
<height>396</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Calibration Traces</string>
|
|
|
|
</property>
|
|
|
|
<property name="modal">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTableView" name="tableView">
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderHighlightSections">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="bMeasure">
|
|
|
|
<property name="text">
|
|
|
|
<string>Measure</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2020-10-25 06:12:46 +08:00
|
|
|
<iconset theme="media-playback-start" resource="../icons.qrc">
|
|
|
|
<normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
|
2020-08-31 04:03:41 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="bDelete">
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2020-10-25 06:12:46 +08:00
|
|
|
<iconset theme="edit-delete" resource="../icons.qrc">
|
|
|
|
<normaloff>:/icons/trash.png</normaloff>:/icons/trash.png</iconset>
|
2020-08-31 04:03:41 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="bOpen">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2020-10-25 06:12:46 +08:00
|
|
|
<iconset theme="document-open" resource="../icons.qrc">
|
|
|
|
<normaloff>:/icons/open.png</normaloff>:/icons/open.png</iconset>
|
2020-08-31 04:03:41 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="bSave">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2020-10-25 06:12:46 +08:00
|
|
|
<iconset theme="document-save" resource="../icons.qrc">
|
|
|
|
<normaloff>:/icons/save.png</normaloff>:/icons/save.png</iconset>
|
2020-08-31 04:03:41 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="bApply">
|
|
|
|
<property name="text">
|
|
|
|
<string>Apply Calibration</string>
|
|
|
|
</property>
|
2020-10-25 06:12:46 +08:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../icons.qrc">
|
|
|
|
<normaloff>:/icons/ok.png</normaloff>:/icons/ok.png</iconset>
|
|
|
|
</property>
|
2020-08-31 04:03:41 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-10-25 06:12:46 +08:00
|
|
|
<resources>
|
|
|
|
<include location="../icons.qrc"/>
|
|
|
|
</resources>
|
2020-08-31 04:03:41 +08:00
|
|
|
<connections/>
|
|
|
|
</ui>
|