You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

galleries-qt

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

galleries-qt

Qt implementation to manage galleries.

0.4.3
pipPyPI
Maintainers
1

Galleries-qt

Galleries-qt provides Qt widgets to create and manage images galleries through a user interface. The galleries are created with galleries python package.

Installation

pip install galleries-qt

Usage

Galleries-qt provides two widgets. A galleries manager to create, update and delete galleries:

from galleries_qt.galleries_manager import GalleriesManager

widget = GalleriesManager()

and a combobox that allows to select from all galleries you have created

from galleries_qt.galleries_combobox import GalleriesCombobox

widget = GalleriesCombobox()

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts