Skip to main content

pyside6-modern-widgets

Modern Windows widgets for PySide6:

  • ModernWindow: a lightweight, frameless QWidget window with selected QMainWindow-compatible methods and Windows 11 effects.
  • NavigationSidebar: a collapsible navigation sidebar.
  • NavigationView: a sidebar and synchronized page stack in one widget.
  • TabView: a WinUI-inspired tab widget.
  • WindowEffect: a small Windows DWM effect wrapper.

Installation

pip install pyside6-modern-widgets

Example

from PySide6.QtGui import QAction
from PySide6.QtWidgets import QApplication, QLabel

from pyside6_modern_widgets import ModernWindow

app = QApplication([])
window = ModernWindow()
window.setWindowTitle("Modern window")

file_menu = window.menuBar().addMenu("&File")
exit_action = QAction("Exit", window)
exit_action.triggered.connect(window.close)
file_menu.addAction(exit_action)

window.setCentralWidget(QLabel("Hello"))
window.resize(800, 500)
window.show()
app.exec()

The native window effects target Windows. On unsupported Windows versions or when transparency is disabled, the window automatically uses a painted fallback.

ModernWindow intentionally remains based on QWidget, so it is suitable for both primary and auxiliary windows. Its compatibility surface is limited to the common menuBar(), addToolBar(), statusBar(), and setCentralWidget() methods; it does not implement QMainWindow docking or state-management features.

The bundled window and navigation icons are provided by Icons8 and remain subject to the Icons8 license.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyside6_modern_widgets-0.1.0.tar.gz (24.5 kB view details)

Uploaded Source

Built Distribution

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

pyside6_modern_widgets-0.1.0-py3-none-any.whl (26.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyside6_modern_widgets-0.1.0.tar.gz
  • Upload date:
  • Size: 24.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyside6_modern_widgets-0.1.0.tar.gz
Algorithm Hash digest
SHA256 4b7da066580f4045ba0c887090070ef0b0a5b5b00dd49a11b1703660ecec56bb
MD5 c1b9f24315c7faf51619d826489d48f1
BLAKE2b-256 5ee5a72cff40a4fc381bb174dd8fd9bd6173c6442160302868224660c9ac79b4

See more details on using hashes here.

Provenance

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

Publisher: publish.yml on zero-ljz/pyside6-modern-widgets

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

File details

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

File metadata

File hashes

Hashes for pyside6_modern_widgets-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d5f608a241f48d52e2523cb7051a5a5e1c3185683a96c59e7e9a20dfc3dd41c0
MD5 4559c1f7233fed9addefadd4a5cdb63f
BLAKE2b-256 464a7e4f246e9e98994cfac9efeb4c7d6f6556d4c1ec5445543bdf0ee922df1d

See more details on using hashes here.

Provenance

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

Publisher: publish.yml on zero-ljz/pyside6-modern-widgets

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

Release history Release notifications | RSS feed

0.5.5

2 files

0.5.4

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.1.2

2 files

0.1.1

2 files

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page