https://github.com/chasenut/fileexplorer
File explorer in Qt QML and C++
https://github.com/chasenut/fileexplorer
cpp fileexplorer filesystem qml qt
Last synced: 3 months ago
JSON representation
File explorer in Qt QML and C++
- Host: GitHub
- URL: https://github.com/chasenut/fileexplorer
- Owner: chasenut
- License: gpl-3.0
- Created: 2024-07-13T19:48:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-25T18:26:25.000Z (5 months ago)
- Last Synced: 2025-07-15T10:02:08.496Z (3 months ago)
- Topics: cpp, fileexplorer, filesystem, qml, qt
- Language: C++
- Homepage:
- Size: 4.23 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qt QML and C++ File Explorer

### About
Qt QML 6.5.3 and C++ 17 File Explorer, simple program.
Allows to navigate freely through filesystem (on Linux).
Contains quick-access directories on the bar to the left.### Note
Some features may lack in performance (looking at you, search bar).
Made as a learning project in preparation for Hachathon.All icons are Ubuntu GNOME icons.
### Build and run
For building I am using **CMake**.
In scripts folder in **config_cmake.sh** specify path to your
Qt library in `cmake -B build -DCMAKE_PREFIX_PATH=`,
e.g. `cmake -B build -DCMAKE_PREFIX_PATH=/home/cashtan/Qt/6.5.3/gcc_64`.After you've done that, to configure cmake just type in terminal:
```
sh config_cmake.sh
```To build and run:
```
sh build.sh
```
### Alternative way to build/run
I used QtStudio