tuxclocker/mainwindow.ui

271 lines
8.1 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2019-02-15 08:10:31 -06:00
<width>517</width>
<height>677</height>
</rect>
</property>
<property name="windowTitle">
2019-01-22 07:35:17 -06:00
<string>TuxClocker</string>
</property>
2019-01-31 06:25:44 -06:00
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/icons/gpuonfire.svg</normaloff>:/icons/gpuonfire.svg</iconset>
</property>
<widget class="QWidget" name="centralWidget">
2019-01-22 07:35:17 -06:00
<layout class="QGridLayout" name="gridLayout_2">
2019-01-28 13:24:06 -06:00
<item row="1" column="0">
2018-12-30 01:17:12 -06:00
<widget class="QTabWidget" name="tabWidget">
<property name="tabShape">
<enum>QTabWidget::Rounded</enum>
2018-12-22 14:30:14 -06:00
</property>
2018-12-30 01:17:12 -06:00
<property name="currentIndex">
2019-01-13 10:51:19 -06:00
<number>0</number>
2018-12-24 12:42:36 -06:00
</property>
2018-12-30 01:17:12 -06:00
<widget class="QWidget" name="perfEditorTab">
<attribute name="title">
<string>Performance</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
2019-01-28 13:24:06 -06:00
<item row="0" column="0">
<widget class="QLabel" name="fanModeLabel">
<property name="text">
<string>Fan mode:</string>
2018-12-30 01:17:12 -06:00
</property>
2019-01-28 13:24:06 -06:00
</widget>
</item>
<item row="12" column="0" colspan="3">
<widget class="QPushButton" name="applyButton">
2018-12-30 01:17:12 -06:00
<property name="text">
2019-01-28 13:24:06 -06:00
<string>Apply changes</string>
2018-12-30 01:17:12 -06:00
</property>
</widget>
</item>
2019-01-28 13:24:06 -06:00
<item row="3" column="0" colspan="5">
<widget class="QSlider" name="fanSlider">
2018-12-30 01:17:12 -06:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
2019-01-28 13:24:06 -06:00
<item row="7" column="0" colspan="5">
2018-12-30 01:17:12 -06:00
<widget class="QSlider" name="memClkSlider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
2019-01-28 13:24:06 -06:00
<item row="10" column="0" colspan="3">
<widget class="QLabel" name="clockFreqLabel">
2018-12-30 01:17:12 -06:00
<property name="text">
2019-01-28 13:24:06 -06:00
<string>Clock Frequency Offset (MHz)</string>
2018-12-30 01:17:12 -06:00
</property>
</widget>
</item>
2019-01-28 13:24:06 -06:00
<item row="0" column="1" colspan="3">
<widget class="QComboBox" name="fanModeComboBox">
<item>
<property name="text">
<string>Driver defined</string>
</property>
</item>
<item>
<property name="text">
<string>Static</string>
</property>
</item>
<item>
<property name="text">
<string>Custom</string>
</property>
</item>
2018-12-30 01:17:12 -06:00
</widget>
</item>
2019-01-28 13:24:06 -06:00
<item row="11" column="5">
<widget class="QSpinBox" name="frequencySpinBox"/>
2018-12-30 01:17:12 -06:00
</item>
2019-01-28 13:24:06 -06:00
<item row="2" column="0">
<widget class="QLabel" name="fanSpeedLabel">
<property name="text">
<string>Fan Speed (%)</string>
2018-12-30 01:17:12 -06:00
</property>
</widget>
</item>
2019-01-28 13:24:06 -06:00
<item row="4" column="0" colspan="3">
<widget class="QLabel" name="voltgeLabel">
2018-12-30 01:17:12 -06:00
<property name="text">
2019-01-28 13:24:06 -06:00
<string>Voltage Offset (mV)</string>
2018-12-30 01:17:12 -06:00
</property>
</widget>
</item>
2019-01-28 13:24:06 -06:00
<item row="7" column="5">
<widget class="QSpinBox" name="memClkSpinBox"/>
</item>
<item row="6" column="0" colspan="3">
<widget class="QLabel" name="memClockLabel">
<property name="text">
<string>Memory Clock Offset (MHz)</string>
2018-12-30 01:17:12 -06:00
</property>
</widget>
</item>
<item row="3" column="5">
2019-01-28 13:24:06 -06:00
<widget class="QSpinBox" name="fanSpinBox"/>
</item>
<item row="9" column="5">
<widget class="QSpinBox" name="powerLimSpinBox"/>
</item>
<item row="2" column="5">
2018-12-30 01:17:12 -06:00
<widget class="QPushButton" name="editFanCurveButton">
<property name="maximumSize">
<size>
<width>87</width>
<height>16777215</height>
</size>
</property>
2019-01-22 07:35:17 -06:00
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Edit fan curve&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
2018-12-30 01:17:12 -06:00
<property name="text">
<string/>
</property>
<property name="icon">
2019-01-18 07:48:34 -06:00
<iconset resource="resources.qrc">
<normaloff>:/icons/cog.png</normaloff>:/icons/cog.png</iconset>
2018-12-30 01:17:12 -06:00
</property>
</widget>
</item>
2019-01-28 13:24:06 -06:00
<item row="12" column="3" colspan="3">
<widget class="QComboBox" name="profileComboBox"/>
</item>
<item row="5" column="5">
<widget class="QSpinBox" name="voltageSpinBox"/>
</item>
<item row="8" column="0" colspan="2">
<widget class="QLabel" name="powerLimLabel">
2018-12-30 01:17:12 -06:00
<property name="text">
2019-01-28 13:24:06 -06:00
<string>Power Limit (W)</string>
2018-12-30 01:17:12 -06:00
</property>
</widget>
</item>
2019-01-28 13:24:06 -06:00
<item row="11" column="0" colspan="5">
<widget class="QSlider" name="frequencySlider">
2018-12-30 01:17:12 -06:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
2019-01-28 13:24:06 -06:00
<item row="5" column="0" colspan="5">
<widget class="QSlider" name="voltageSlider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2018-12-30 01:17:12 -06:00
</property>
</widget>
</item>
2019-01-28 13:24:06 -06:00
<item row="9" column="0" colspan="5">
<widget class="QSlider" name="powerLimSlider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2019-01-22 07:35:17 -06:00
</property>
</widget>
</item>
2019-02-15 08:10:31 -06:00
<item row="0" column="5">
<widget class="QPushButton" name="amdPstateButton">
<property name="text">
<string>Edit Pstates</string>
</property>
</widget>
</item>
2018-12-30 01:17:12 -06:00
</layout>
</widget>
<widget class="QWidget" name="monitorTab">
<attribute name="title">
<string>Graph Monitor</string>
</attribute>
</widget>
<widget class="QWidget" name="monitorListTab">
<attribute name="title">
<string>List Monitor</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QTreeWidget" name="monitorTree">
<property name="columnCount">
<number>2</number>
</property>
<column>
<property name="text">
<string>Property</string>
</property>
</column>
<column>
<property name="text">
<string>Value</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
2018-12-24 12:42:36 -06:00
</widget>
</item>
2019-01-28 13:24:06 -06:00
<item row="0" column="0">
<widget class="QComboBox" name="GPUComboBox"/>
</item>
2018-12-22 11:11:45 -06:00
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2019-02-15 08:10:31 -06:00
<width>517</width>
<height>28</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
2019-01-22 07:35:17 -06:00
<string>Profi&amp;les</string>
</property>
2019-01-22 07:35:17 -06:00
<addaction name="actionManage_profiles"/>
</widget>
<addaction name="menuFile"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionQuit">
<property name="text">
<string>&amp;Quit</string>
</property>
</action>
<action name="actionEdit_current_profile">
<property name="text">
<string>&amp;Edit current profile</string>
</property>
</action>
<action name="actionAdd_profile_from_file">
<property name="text">
<string>Add profile from file...</string>
</property>
</action>
<action name="actionAdd_new_profile">
<property name="text">
<string>&amp;Add new profile</string>
</property>
</action>
2019-01-22 07:35:17 -06:00
<action name="actionManage_profiles">
<property name="text">
<string>&amp;Manage profiles</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
2019-01-18 07:48:34 -06:00
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>