https://github.com/ktechhydle/mp_software_stylesheets
The official Qt CSS (QSS) stylesheets of MP Software
https://github.com/ktechhydle/mp_software_stylesheets
css pyqt pyqt5 python qss qt
Last synced: 5 months ago
JSON representation
The official Qt CSS (QSS) stylesheets of MP Software
- Host: GitHub
- URL: https://github.com/ktechhydle/mp_software_stylesheets
- Owner: ktechhydle
- License: gpl-3.0
- Created: 2024-08-22T16:52:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T19:45:00.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T06:04:58.059Z (almost 2 years ago)
- Topics: css, pyqt, pyqt5, python, qss, qt
- Language: CSS
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MP Software Stylesheets
The official Qt CSS (QSS) stylesheets used by MP Software
## Overview
Stylesheets are app-specific for our software, but these can be used for reference in your own stylesheets.
## Install
To start, clone the repository (`https://github.com/ktechhydle/mp_software_stylesheets.git`) to your
project and add an import statement to your Python file(s):
`from mp_software_stylesheets.styles import MPRUNCSS, DOT39CSS, SWEEPPCCSS, IBROWSECSS`
You can then pass the `MPRUNCSS` object (string) into your widget.
`myWidget.setStyleSheet(macCSS)`
## Project Info
We will update these stylesheets based on our software's requirements and updates, so please read release info
before updating this repository. Thank you for your support!