A simple file explorer application built with C++ and Qt Widgets.
This project demonstrates a basic file explorer application that utilizes the Qt Widgets framework. It allows users to browse their file system, navigate through directories, and perform basic operations like viewing file details, copying, and moving files.
- Browse directories: Navigate through your file system using a tree structure.
- View file details: Get information about files, including size, type, and modification date.
- Perform basic operations: Copy, move, and delete files and directories.
- Qt Widgets UI: Simple and intuitive user interface built with Qt Widgets.
- C++ compiler (e.g., GCC)
- Qt Widgets development libraries
- Clone this repository:
git clone https://github.com/Aquilesorei/File_EXplorer.git
- Build the project using your preferred build system (e.g., qmake & make)
- Run the executable file
- Install Qt Widgets development libraries: from Qt
- Open a terminal in the project directory
- Build the project:
qmake && make
- Run the executable:
./File_EXplorer
Note: This project is a simple demonstration and does not include all the features of a fully-fledged file explorer. However, it serves as a good starting point for further development.
This project is licensed under the MIT License. See the LICENSE file for details.
👤 Aquiles O Rei