🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

pyqt-windows-buttons-widget

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyqt-windows-buttons-widget

PyQt Windows titlebar buttons (e.g. min/max/close button) widget

0.0.18
Maintainers
1

pyqt-windows-buttons-widget

PyQt Windows titlebar buttons (e.g. min/max/close button) widget

Requirements

  • PyQt5 >= 5.8

Setup

python -m pip install pyqt-windows-buttons-widget

Imported Package

Usage

  • WindowsButtonsWidget(base_widget: QWidget, hint=['min', 'max', 'close']) - Constructor. The argument base_widget is used for matching the color of buttons with QWidget(including QMenuBar)'s base color.

  • getMinimizedBtn(), getMaximizedBtn(), getCloseBtn().

  • This module is used for pyqt-custom-titlebar-window's Windows style button. You can see the example of this module's usage on the documentation at the link above.

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