2018-12-13 13:31:36 -06:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>editProfile</class>
<widget class="QDialog" name="editProfile">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2019-01-22 07:35:17 -06:00
<width>642</width>
<height>557</height>
2018-12-13 13:31:36 -06:00
</rect>
</property>
2019-01-22 07:35:17 -06:00
<property name="minimumSize">
<size>
<width>599</width>
<height>523</height>
</size>
</property>
2018-12-13 13:31:36 -06:00
<property name="windowTitle">
2019-01-22 07:35:17 -06:00
<string>Edit fan curve</string>
2018-12-13 13:31:36 -06:00
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="3">
<widget class="QCustomPlot" name="curvePlot" native="true">
<property name="whatsThis">
2018-12-21 14:55:35 -06:00
<string><html><head/><body><p>This graph defines the relation of fan speed to the GPU temperature.</p><p>To add a point, double click on the area.</p><p>To remove a point, click on it.</p><p>To move a point, drag it.</p></body></html></string>
2018-12-13 13:31:36 -06:00
</property>
</widget>
</item>
2019-01-22 07:35:17 -06:00
<item row="1" column="2">
2018-12-13 13:31:36 -06:00
<widget class="QPushButton" name="clearButton">
<property name="text">
<string>Clear curve points</string>
</property>
</widget>
</item>
2019-01-22 07:35:17 -06:00
<item row="1" column="0">
2018-12-13 13:31:36 -06:00
<widget class="QPushButton" name="saveButton">
<property name="maximumSize">
<size>
<width>794</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
</item>
2019-01-22 07:35:17 -06:00
<item row="1" column="1">
<widget class="QPushButton" name="cancelButton">
2018-12-13 13:31:36 -06:00
<property name="text">
2019-01-22 07:35:17 -06:00
<string>Cancel</string>
2018-12-13 13:31:36 -06:00
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QCustomPlot</class>
<extends>QWidget</extends>
<header>qcustomplot.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>