keshavbhatt / QMoreAppsWidget

Flexible, embeddable Qt app showcase widget for Snapstore publishers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QMoreAppsWidgets

Flexible Qt Widget to showcase your other apps published in Snapcraft store

Features

  1. Remote and local filtering for snaps to show
  2. Click button to open store link
  3. Hover snap icon to show summary of snap
  4. Define how many snaps to show
  5. Define icon height during widget init
  6. Pre-caching of remote snap icons for faster loading

How to use in your Qt Project

Clone the repository

git clone https://github.com/keshavbhatt/QMoreAppsWidget.git 

Add MoreApps modules to your .pro file. Add the .pri to your project like below.

 include(MoreApps/MoreApps.pri)

Check the example code provided in source code to know more about initilization.

Screenshots

Screenshot showing the widget being use in example application Screenshot showing the widget being use in example application

Screenshot showing the widget being use in one of my application Whatsie

Screenshot showing the widget being use in one of my application Whatsie (A feature rich Whatapp webclient for Linux Desktop)

Screenshot showing the widget being use in example application Screenshot showing 5 random snaps by Jetbrains

About

Flexible, embeddable Qt app showcase widget for Snapstore publishers

License:MIT License


Languages

Language:C++ 97.2%Language:QMake 2.8%