Skip to main content

Set the Qt frameless titlebar/theme easily

Project description

qtneat

DON'T USE IT

Set the Qt frameless titlebar/theme easily

There is qtmodern, qtawesome, i chose the word "neat".

Tell me that naming is nice.

I'll make this usable not only for PyQt5, but also for PyQt6 and PySide6.

Requirements

  • PyQt5 >= 5.8

Included Packages

Setup

python -m pip install qtneat

Example

from PyQt5.QtWidgets import QApplication

from pyqt_timer.settingsDialog import SettingsDialog



from qtneat import prepareQtApp, QtAppManager



if __name__ == "__main__":

    import sys



    prepareQtApp()

    a = QApplication(sys.argv)

    w = SettingsDialog()

    m = QtAppManager(w)

    m.setTheme(theme='#6f478d')

    m.setTitleBar(icon_filename='settings.svg')

    m.show()

    a.exec()

Result

image

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qtneat-0.0.3.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

qtneat-0.0.3-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page