Skip to main content

QSS Editor

Project description

A simple QSS editor

Install

pip install pyqss

Features

  • Live preview
  • Syntax highlighting
  • Auto-completion
  • i18n
  • Find and replace
  • File drag and drop
  • Auto-attach

Usage

Import QSS from pyqss and register the MainWindow into QSS, and enjoy it.

if __name__ == '__main__':
    import sys
    from PyQt5.QtWidgets import QApplication, QMainWindow
    from pyqss import Qss

    app = QApplication(sys.argv)
    main_window = QMainWindow()
    main_window.show()
    # register  main_window
    qss = Qss(main_window)
    qss.show()

    app.exec_()

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

pyqss-1.3.2.tar.gz (18.7 kB view hashes)

Uploaded Source

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