tuxclocker/mainwindow.ui
2018-12-21 22:55:35 +02:00

306 lines
7.0 KiB
XML

<?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>
<width>513</width>
<height>762</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QComboBox" name="profileComboBox">
<property name="geometry">
<rect>
<x>340</x>
<y>650</y>
<width>151</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>testinappi</string>
</property>
</widget>
<widget class="QSlider" name="frequencySlider">
<property name="geometry">
<rect>
<x>70</x>
<y>560</y>
<width>271</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSpinBox" name="frequencySpinBox">
<property name="geometry">
<rect>
<x>350</x>
<y>560</y>
<width>71</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="newProfile">
<property name="geometry">
<rect>
<x>300</x>
<y>650</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QSlider" name="powerLimSlider">
<property name="geometry">
<rect>
<x>70</x>
<y>501</y>
<width>271</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSpinBox" name="powerLimSpinBox">
<property name="geometry">
<rect>
<x>350</x>
<y>500</y>
<width>71</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QSpinBox" name="memClkSpinBox">
<property name="geometry">
<rect>
<x>350</x>
<y>440</y>
<width>71</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QSlider" name="memClkSlider">
<property name="geometry">
<rect>
<x>70</x>
<y>440</y>
<width>271</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSlider" name="voltageSlider">
<property name="geometry">
<rect>
<x>70</x>
<y>381</y>
<width>271</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSpinBox" name="voltageSpinBox">
<property name="geometry">
<rect>
<x>350</x>
<y>380</y>
<width>71</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="clockFreqLabel">
<property name="geometry">
<rect>
<x>70</x>
<y>530</y>
<width>191</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Clock Frequency (MHz)</string>
</property>
</widget>
<widget class="QLabel" name="powerLimLabel">
<property name="geometry">
<rect>
<x>70</x>
<y>470</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Power Limit (W)</string>
</property>
</widget>
<widget class="QLabel" name="memClockLabel">
<property name="geometry">
<rect>
<x>70</x>
<y>410</y>
<width>151</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Memory Clock (MHz)</string>
</property>
</widget>
<widget class="QLabel" name="voltgeLabel">
<property name="geometry">
<rect>
<x>70</x>
<y>350</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Voltage (mV)</string>
</property>
</widget>
<widget class="QSlider" name="fanSlider">
<property name="geometry">
<rect>
<x>70</x>
<y>320</y>
<width>271</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSpinBox" name="fanSpinBox">
<property name="geometry">
<rect>
<x>351</x>
<y>319</y>
<width>71</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>70</x>
<y>290</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Fan Speed (%)</string>
</property>
</widget>
<widget class="QPushButton" name="applyButton">
<property name="geometry">
<rect>
<x>175</x>
<y>650</y>
<width>101</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Apply changes</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>513</width>
<height>28</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>Fi&amp;le</string>
</property>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuProfiles">
<property name="title">
<string>P&amp;rofiles</string>
</property>
<addaction name="actionEdit_current_profile"/>
<addaction name="actionAdd_new_profile"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuProfiles"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</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>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>