https://github.com/dev-0x7c6/qml-forward-gallery
Simple slideshow gallery application written in Qt/Qml. (originally based on qbijin-tokei application)
https://github.com/dev-0x7c6/qml-forward-gallery
clock gallery gallery-images qml qt5 slideshow
Last synced: 6 months ago
JSON representation
Simple slideshow gallery application written in Qt/Qml. (originally based on qbijin-tokei application)
- Host: GitHub
- URL: https://github.com/dev-0x7c6/qml-forward-gallery
- Owner: dev-0x7C6
- License: gpl-3.0
- Created: 2021-05-05T19:09:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T20:52:25.000Z (over 4 years ago)
- Last Synced: 2025-02-06T07:47:01.682Z (8 months ago)
- Topics: clock, gallery, gallery-images, qml, qt5, slideshow
- Language: C++
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qml-forward-gallery
Simple slideshow gallery application written in Qt/Qml. (originally based on qbijin-tokei application)Originally based on [qbijin-tokei](https://github.com/dev-0x7C6/qbijin-tokei)

#### Command line usage
```
Usage: ./qml-forward-gallery [options]Options:
-h, --help Displays help on commandline options.
--help-all Displays help including Qt specific options.
-v, --version Displays version information.
-d, --directory open directory.
--sort sort file order by name.
--random random sequence.
-s, --stretch stretch image
-t, --timeout next slide timeout
```#### Installation process
```console
user@host # git clone https://github.com/dev-0x7C6/qml-forward-gallery.git
user@host # cd qml-forward-gallery
user@host # cmake . -DCMAKE_INSTALL_PREFIX=/usr
user@host # make -j$(nproc)
root@host # make install
```