PyQtDarkTheme documentation =========================== PyQtDarkTheme applies a flat dark theme to QtWidgets application(PySide and PyQt). There's a light theme too. Color and style balanced from a dark theme for easy viewing in daylight. .. tab-set:: .. tab-item:: Dark .. image:: https://raw.githubusercontent.com/5yutan5/PyQtDarkTheme/main/images/widget_gallery_dark.png .. tab-item:: Light .. image:: https://raw.githubusercontent.com/5yutan5/PyQtDarkTheme/main/images/widget_gallery_light.png **Features:** * A flat Dark and Light theme * Support PySide and PyQt * Support PyInstaller * Resolve the style differences between Qt versions * QPalette of dark and light theme ++++ .. grid:: :gutter: 2 .. grid-item:: .. grid:: 1 1 1 1 :gutter: 4 .. grid-item-card:: Installation guide :text-align: center .. button-ref:: installation_guide :color: primary :click-parent: :expand: To the installation guide .. grid-item-card:: How to use :text-align: center .. button-ref:: how_to_use :color: primary :click-parent: :expand: To the usage guide .. grid-item:: .. grid:: 1 1 1 1 :gutter: 4 .. grid-item-card:: API reference :text-align: center .. button-ref:: qdarktheme :color: primary :click-parent: :expand: To the references guide .. grid-item-card:: Contributing :text-align: center .. button-ref:: contributing :color: primary :click-parent: :expand: To the contributing guide .. toctree:: :maxdepth: 2 :hidden: Installation guide How to use API reference Contributing