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.6.tar.gz (66.6 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.6-py3-none-any.whl (78.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: qtharmony-0.1.6.tar.gz
  • Upload date:
  • Size: 66.6 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.6.tar.gz
Algorithm Hash digest
SHA256 ada19e64074491c6bbd5b6497424efffc633c9671cc458658fee33c7beccf73f
MD5 388ac0b987c3e2820400678f9e5a3082
BLAKE2b-256 4298c33bea735cd697cd838c694b0a3b1815343a3671a0270e817e4c8418f465

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qtharmony-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 78.2 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 199304ff362c29c60053f875ed8003448c09e7a407c9f7417f8b0d61f8d868ce
MD5 d0b54b20822796f8d3556537b1463ffc
BLAKE2b-256 cd469e3f16a48d5af03a240803f82b409c852091cf1aafcf8e1222738ea2a98e

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