108 lines
2.9 KiB
XML
108 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>AmplitudeCalDialog</class>
|
|
<widget class="QDialog" name="AmplitudeCalDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>766</width>
|
|
<height>599</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QTableView" name="view">
|
|
<property name="selectionBehavior">
|
|
<enum>QAbstractItemView::SelectItems</enum>
|
|
</property>
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
<bool>true</bool>
|
|
</attribute>
|
|
<attribute name="verticalHeaderVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="add">
|
|
<property name="text">
|
|
<string>Add Point</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="list-add" resource="../icons.qrc">
|
|
<normaloff>:/icons/add.png</normaloff>:/icons/add.png</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="remove">
|
|
<property name="text">
|
|
<string>Delete Point</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="list-remove" resource="../icons.qrc">
|
|
<normaloff>:/icons/remove.png</normaloff>:/icons/remove.png</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="help">
|
|
<property name="text">
|
|
<string>Help</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="help"/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="load">
|
|
<property name="text">
|
|
<string>Load from Device</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="document-open" resource="../icons.qrc">
|
|
<normaloff>:/icons/open.png</normaloff>:/icons/open.png</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="save">
|
|
<property name="text">
|
|
<string>Save to Device</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="document-save" resource="../icons.qrc">
|
|
<normaloff>:/icons/save.png</normaloff>:/icons/save.png</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<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>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources>
|
|
<include location="../icons.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|