Skip to main content

Set the Qt frameless titlebar/theme easily

Project description

qtneat

DON'T USE IT. I'M STILL WORKING

Set the Qt frameless titlebar/theme easily

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.7.tar.gz (13.4 kB view hashes)

Uploaded Source

Built Distribution

qtneat-0.0.7-py3-none-any.whl (18.9 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