mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
start adding monitor graphs
This commit is contained in:
@@ -145,10 +145,12 @@ private slots:
|
||||
void checkForProfiles();
|
||||
void on_fanModeComboBox_currentIndexChanged(int index);
|
||||
void tabHandler(int index);
|
||||
void setupGraphMonitorTab();
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
bool noProfiles = true;
|
||||
QVector <int> compXPoints, compYPoints;
|
||||
QVector <double> qv_time, qv_temp;
|
||||
|
||||
QTimer *resettimer = new QTimer(this);
|
||||
QTimer *fanUpdateTimer = new QTimer(this);
|
||||
@@ -156,7 +158,6 @@ private:
|
||||
QTimer *fanUpdaterDisablerTimer = new QTimer(this);
|
||||
QTimer *monitorUpdater = new QTimer(this);
|
||||
|
||||
|
||||
QTreeWidgetItem *gputemp = new QTreeWidgetItem;
|
||||
QTreeWidgetItem *powerdraw = new QTreeWidgetItem;
|
||||
QTreeWidgetItem *voltage = new QTreeWidgetItem;
|
||||
|
||||
Reference in New Issue
Block a user