mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-04 06:41:28 +03:00
Connect the grid view to show disks
This commit is contained in:
7
include/diskitem.h
Normal file
7
include/diskitem.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <QString>
|
||||
|
||||
struct DiskItem {
|
||||
QString name;
|
||||
QString temperature;
|
||||
QString health;
|
||||
};
|
||||
Reference in New Issue
Block a user