Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/volynetstyle/dirviewapp

The DirViewApp in Qt framework
https://github.com/volynetstyle/dirviewapp

Last synced: 16 days ago
JSON representation

The DirViewApp in Qt framework

Awesome Lists containing this project

README

        

# DirViewApp
To create a simple file manager using the Qt framework, we can start by designing the basic structure of the application.
For this example, we'll use QML for the user interface and C++ for the backend logic. The following files are part of the project:

Project Structure:
- icons
- src
- components
- constants
- events
- modules
- pages
- App.qml
- CMakeLists.txt
- CMakeLists.txt.user
- filesystemmodel.cpp
- filesystemmodel.h
- index.cpp

![image](https://github.com/AndryVolynets/DirViewApp/assets/116294957/674b54bc-4c7d-47b7-801e-47d1ad9b2126)