File Manager
A simple file manager written in C++ using Qt 6.
Loading...
Searching...
No Matches
DriveInfo Class Reference

The DriveInfo class is used to display information about the current drive. More...

#include <driveinfo.h>

Inheritance diagram for DriveInfo:
[legend]
Collaboration diagram for DriveInfo:
[legend]

Public Member Functions

 DriveInfo (QWidget *parent=nullptr)
 
 ~DriveInfo ()
 
void refreshDrive (const QString &path=QDir::currentPath())
 

Detailed Description

The DriveInfo class is used to display information about the current drive.

Constructor & Destructor Documentation

◆ DriveInfo()

DriveInfo::DriveInfo ( QWidget * parent = nullptr)
explicit

◆ ~DriveInfo()

DriveInfo::~DriveInfo ( )

Member Function Documentation

◆ refreshDrive()

void DriveInfo::refreshDrive ( const QString & path = QDir::currentPath())

The documentation for this class was generated from the following files: