Skip to main content

QtHarmony - is a Cutting-Edge GUI Library Built on PyQt6 QtHarmony is a intuitive graphical user interface (GUI) library designed to simplify the development of modern, visually stunning, and highly functional applications. Built on the robust foundation of PyQt6. Now QtHarmony is in development.

Project description

PyPI - Version

QtHarmony - is a Cutting-Edge GUI Library Built on PyQt6 QtHarmony is a intuitive graphical user interface (GUI) library designed to simplify the development of modern, visually stunning, and highly functional applications. Built on the robust foundation of PyQt6. Now QtHarmony is in development.

How to use

pip install QtHarmony
from qtharmony.constructor import Initialization
from qtharmony.widgets import ...
...

Examples

Basic screen

from qtharmony.constructor import Initialization
from qtharmony.windows import MainWindow

import sys


Initialization.init(sys.argv)


if __name__ == "__main__":
    window = MainWindow(title="Hello", size=(600, 400))
    window.run()

    Initialization.exec()

Button

from qtharmony.constructor import Initialization
from qtharmony.windows import MainWindow
from qtharmony.widgets import PushButton

from PySide6.QtWidgets import QWidget, QHBoxLayout

import sys


Initialization.init(sys.argv)


class Widget(QWidget):
    def __init__(self) -> None:
        super().__init__()

        self.mainLayout = QHBoxLayout()
        self.mainLayout.addWidget(PushButton("Button"))
        self.setLayout(self.mainLayout)


if __name__ == "__main__":
    window = MainWindow(widget=Widget(), title="Hello", size=(600, 400))
    window.run()

    Initialization.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

qtharmony-0.1.8.tar.gz (66.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qtharmony-0.1.8-py3-none-any.whl (78.6 kB view details)

Uploaded Python 3

File details

Details for the file qtharmony-0.1.8.tar.gz.

File metadata

  • Download URL: qtharmony-0.1.8.tar.gz
  • Upload date:
  • Size: 66.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/6.6.26-1-MANJARO

File hashes

Hashes for qtharmony-0.1.8.tar.gz
Algorithm Hash digest
SHA256 54b52f81d485680078a505a65411c0c78b9bf5dc56cc194c829359327054fc1c
MD5 15e65bd36a388418328bc48d3b8ca21d
BLAKE2b-256 71860843d8069bf4f5dfa4af8c5fe4faa7de41b7394826dcd55d91251bfc2c54

See more details on using hashes here.

File details

Details for the file qtharmony-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: qtharmony-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 78.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/6.6.26-1-MANJARO

File hashes

Hashes for qtharmony-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 511a44ffd22e8061aa28547e1285a7e20bea54b5a077386beb432677fd67e0d9
MD5 adf1f072d47e4655d083f0bb07830360
BLAKE2b-256 d659b1b007f134f1ce73c58047097d17501d8d3f05c46dc0fb3f4f06365c9573

See more details on using hashes here.

Supported by

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