From db1ad7302a0a80dcab32a614c554cc32a2119452 Mon Sep 17 00:00:00 2001 From: Emeric Date: Tue, 6 Feb 2024 18:49:32 +0100 Subject: [PATCH] Add basic screenshots --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3acc2df..c7fa15e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Qt6 / QML application template, with a full set of visual controls, helper mod ## About -### Dependencies +#### Dependencies You will need a C++17 compiler and Qt 6.5+. Qt 5 Compatibility Module is required. For macOS and iOS builds, you'll need Xcode (13+) installed. @@ -25,7 +25,7 @@ $ cmake .. # OR configure with CMake $ make ``` -### C++ modules +#### C++ modules > [AppUtils](src/thirdparty/AppUtils/README.md) Various general purpose helpers @@ -35,11 +35,11 @@ $ make > [SingleApplication](src/thirdparty/SingleApplication/README.md) Keep only one instance of your application active at a time -### QML components +#### QML components > TODO -### Deploy scripts +#### Deploy scripts > [Linux](deploy_linux.sh) application ZIP and AppImage @@ -47,7 +47,7 @@ $ make > [Windows](deploy_windows.sh) application ZIP and NSIS installer -### GitHub CI workflows +#### GitHub CI workflows These files are also useful to get an idea about the whole build and deploy process. @@ -61,6 +61,13 @@ These files are also useful to get an idea about the whole build and deploy proc > [Linux flatpak](.github/workflows/flatpak.yml) "on demand" workflow +## Screenshots + +![GUI_MOBILE](https://i.imgur.com/gbwRel0.png) + +![GUI_DESKTOP1](https://i.imgur.com/4QGJn5G.png) +![GUI_DESKTOP2](https://i.imgur.com/e0VWdYz.png) + ## License QmlAppTemplate is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.