From ce946054242ca13ad0d5066f99cf971f9c37e778 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Mon, 20 Feb 2023 11:31:26 +0000 Subject: [PATCH] deploy: 72ce74d3eae78a6b31538ea7ebe0c1fcf4a10f7a --- options.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/options.html b/options.html index 691988c7..d36c7a52 100644 --- a/options.html +++ b/options.html @@ -6910,19 +6910,23 @@ but are substituted anywhere on a line.

Type:

qt.enable

Whether to enable Qt 4 and 5 configuration.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/misc/qt.nix> -
qt.platformTheme

Selects the platform theme to use for Qt applications.

The options are +

qt.platformTheme

Platform theme to use for Qt applications.

The options are

gtk

Use GTK theme with qtstyleplugins

gnome

Use GNOME theme with qgnomeplatform

Type: null or one of "gtk", "gnome"

Default: null

Example: "gnome"

Related packages:

  • pkgs.qgnomeplatform (qgnomeplatform-0.8.4): QPlatformTheme for a better Qt application inclusion in GNOME

  • pkgs.libsForQt5.qtstyleplugins (qtstyleplugins-unstable-2017-03-11): Additional style plugins for Qt5, including BB10, GTK, Cleanlooks, Motif, Plastique

Declared by:

<home-manager/modules/misc/qt.nix> -
qt.style.package

Theme package to be used in Qt5 applications.

Type: null or package

Default: null

Example: pkgs.adwaita-qt

Declared by:

+
qt.style.package

Theme package to be used in Qt5 applications. +Auto-detected from qt.style.name if possible.

Type: null or package

Default: null

Example: pkgs.adwaita-qt

Declared by:

<home-manager/modules/misc/qt.nix> -
qt.style.name

Selects the style to use for Qt5 applications.

The options are -

adwaita, adwaita-dark

Use Adwaita Qt style with +

qt.style.name

Style to use for Qt5 applications. Case-insensitive. +

Some examples are +

adwaita, adwaita-dark, adwaita-highcontrast, adwaita-highcontrastinverse

Use the Adwaita style from adwaita -

cleanlooks, gtk2, motif, plastique

Use styles from +

breeze

Use the Breeze style from + breeze +

bb10bright, bb10dark, cde, cleanlooks, gtk2, motif, plastique

Use styles from qtstyleplugins

Type: null or string

Default: null

Example: "adwaita-dark"

Related packages:

  • pkgs.adwaita-qt (adwaita-qt-1.4.1): A style to bend Qt applications to look like they belong into GNOME Shell

  • pkgs.libsForQt5.qtstyleplugins (qtstyleplugins-unstable-2017-03-11): Additional style plugins for Qt5, including BB10, GTK, Cleanlooks, Motif, Plastique

Declared by:

<home-manager/modules/misc/qt.nix>