/qt_pretty_qpushbutton

sample app showing Custom QLabelClickable, QPushButton and QPushButton setted like the QLabelClickable

Primary LanguagePythonMIT LicenseMIT

qt_pretty_qpushbutton

This sample project wants to show how QLabel and QPushButton work as clickable areas

Description

preview

The sample app shows 3 clickable areas:

  • a Custom QLabel (called QLabelClickable)
  • a QPushButton
  • a second QPushButton that was created to look like a QLabel.

The second QPushButton is characterized by:

  1. property Flat (more)
  2. property StyleSheet (more)

Video

Demonstration of the functioning of the sample application:

QPushButton showing like QLabel