Skip to content

This repository contains User Interface(UI) Components and Building blocks useful for a bigger project.

License

Notifications You must be signed in to change notification settings

RajithaRanasinghe/PySide2-PyQt5-Useful-UI-Components

Repository files navigation

PySide2-PyQt5-Useful-UI-Components

This repository contains User Interface(UI) Components and Building blocks useful or a bigger project.

1) logo_screen

Example code to show how to add a logo screen to your Qt Application

LOGO Screenshot APP Screenshot

2) Custom Theme, Custom Color Palette, Button Creation in Loops

Example codes to switch main Theme, Switch between color themes and how to generate button in a loop.

Toggle Between available themes. ScreenShot_inbuitStyleSheets Screenshot

Toggle Between available themes.And change the color palette of the active theme. CustomColorPalette Screenshot CustomColorPalette2 Screenshot

3) Display_image_QComboBox

Example code to,

  1. Open existing Image as QImage convert it to Qpixmap and Show it the User Interface.
  2. Generate random Image using Numpy array, Convert Numpy array to QImage, convert it to Qpixmap and Show it the User Interface.
  3. Select between two image options using QComoBox

Showing saved image Showing randomly generated image

About

This repository contains User Interface(UI) Components and Building blocks useful for a bigger project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages