Skip to main content

PyQt6 app framework with event bus, layout management, and theming helpers

Project description

GlavnaQt

GlavnaQt is a PyQt6-based GUI framework for building desktop applications with customizable layouts and basic UI features.

Features

  • Layouts with splitters and sidebars (CollapsibleSplitter, LayoutManager)
  • Event handling (EventBus, transitions.py)
  • Configuration via UIConfig (Confumo)
  • Status bar updates (StatusBarManager)
  • Background tasks (ThreadManager, TaskRunnable)
  • Light/dark theme support (ThemeManager, ThemeWatcher)
  • Optional profiling (profiler.py) and logging (logger.py)

Installation

  1. Clone the repo:

    git clone https://github.com/your-username/glavnaqt.git
    cd glavnaqt
    
  2. Set up a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  3. Install requirements:

    pip install -r requirements.txt
    
  4. Run the example:

    python glavnaqt/examples/example.py
    

Usage

  • Start the app:
    python glavnaqt/examples/example.py
    
  • Cycle layouts:
    python glavnaqt/examples/example.py --cycle-layouts
    
  • Change settings in glavnaqt/core/config.py.

Project Structure

glavnaqt/
├── core/
│   ├── config.py
│   ├── logger.py
│   ├── profiler.py
│   └── thread_manager.py
├── ui/
│   ├── main_window.py
│   ├── layout.py
│   ├── status_bar_manager.py
│   ├── theme_manager.py
│   ├── theme_watcher.py
│   └── widget_adjustment.py
├── events/
│   ├── bus.py
│   └── window.py
├── examples/
│   └── example.py
├── transitions.py
├── setup.py
└── requirements.txt

Development

  • Install dev tools:
    pip install -r dev-requirements.txt
    
  • Run tests:
    pytest tests/
    

License

AGPLv3. See LICENSE.

Contact

Open an issue on GitHub.

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

glavnaqt-0.1.0.tar.gz (60.4 kB view details)

Uploaded Source

Built Distribution

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

glavnaqt-0.1.0-py3-none-any.whl (59.7 kB view details)

Uploaded Python 3

File details

Details for the file glavnaqt-0.1.0.tar.gz.

File metadata

  • Download URL: glavnaqt-0.1.0.tar.gz
  • Upload date:
  • Size: 60.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for glavnaqt-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2e9680d5bd14095285dcb1d9d7194ce34458546d1d45b7280990acd65296847e
MD5 4e4231d0a26b8fce9d6149ae769e8b2b
BLAKE2b-256 200f50e47b4435c68fc0c6d57348a87f61ea55b9660219b98a416d9e063118b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for glavnaqt-0.1.0.tar.gz:

Publisher: publish.yml on actx4gh/GlavnaQt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file glavnaqt-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: glavnaqt-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 59.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for glavnaqt-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a330f5218f296a9f541671a9d0717fa7118618fc81c9496e996a63173a55de9a
MD5 8e27151249691b2c7a15a177e69ebb49
BLAKE2b-256 625654ac610b236866118f0afcd42e3f0b909f6b20c94d9093e28ae704d9d96b

See more details on using hashes here.

Provenance

The following attestation bundles were made for glavnaqt-0.1.0-py3-none-any.whl:

Publisher: publish.yml on actx4gh/GlavnaQt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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