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

The DirItemInfo class is used to display information about the currently selected item in the directory view. More...

#include <diriteminfo.h>

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

Public Member Functions

 DirItemInfo (QFileInfo *info, QWidget *parent=nullptr)
 
 ~DirItemInfo ()
 
void refresh ()
 

Detailed Description

The DirItemInfo class is used to display information about the currently selected item in the directory view.

Constructor & Destructor Documentation

◆ DirItemInfo()

DirItemInfo::DirItemInfo ( QFileInfo * info,
QWidget * parent = nullptr )
explicit

◆ ~DirItemInfo()

DirItemInfo::~DirItemInfo ( )

Member Function Documentation

◆ refresh()

void DirItemInfo::refresh ( )

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