mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-11 00:41:28 +03:00
Don't hardcode colors
This commit is contained in:
@@ -39,6 +39,7 @@ private:
|
||||
QLineEdit *totalReadsLineEdit, *totalWritesLineEdit, *rotationRateLineEdit, *powerOnCountLineEdit, *powerOnHoursLineEdit;
|
||||
QTableWidget *tableWidget;
|
||||
QPushButton *prevButton, *nextButton;
|
||||
QColor goodColor, cautionColor, badColor, naColor;
|
||||
|
||||
void onNextButtonClicked();
|
||||
void onPrevButtonClicked();
|
||||
|
||||
Reference in New Issue
Block a user