Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/volynetstyle/dirviewapp
- Owner: volynetstyle
- Created: 2023-07-27T09:30:23.000Z (over 1 year ago)
- Default Branch: release
- Last Pushed: 2023-10-15T16:34:45.000Z (over 1 year ago)
- Last Synced: 2024-11-12T00:36:29.920Z (3 months ago)
- Language: QML
- Size: 417 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)