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:
<home-manager/modules/programs/zplug.nix>
Whether to enable Qt 4 and 5 configuration. Type: boolean Default: Example: Declared by: Selects the platform theme to use for Qt applications. The options are
+ Platform theme to use for Qt applications. The options are
Use GTK theme with
qtstyleplugins
Use GNOME theme with
qgnomeplatform
Type: null or one of "gtk", "gnome" Default: Example: Related packages: Declared by: Theme package to be used in Qt5 applications. Type: null or package Default: Example: Declared by: Theme package to be used in Qt5 applications.
+Auto-detected from Type: null or package Default: Example: Declared by: Selects the style to use for Qt5 applications. The options are
- Use Adwaita Qt style with
+ Style to use for Qt5 applications. Case-insensitive.
+ Some examples are
+ Use the Adwaita style from
adwaita
- Use styles from
+ Use the Breeze style from
+ breeze
+ Use styles from
qtstyleplugins
Type: null or string Default: Example: Related packages: Declared by:qt.enable
false
true
<home-manager/modules/misc/qt.nix>
-
qt.platformTheme
qt.platformTheme
gtk
gnome
null
"gnome"
pkgs.qgnomeplatform
(qgnomeplatform-0.8.4): QPlatformTheme for a better Qt application inclusion in GNOMEpkgs.libsForQt5.qtstyleplugins
(qtstyleplugins-unstable-2017-03-11): Additional style plugins for Qt5, including BB10, GTK, Cleanlooks, Motif, Plastique
<home-manager/modules/misc/qt.nix>
-
qt.style.package
null
pkgs.adwaita-qt
+
qt.style.package
qt.style.name
if possible.null
pkgs.adwaita-qt
<home-manager/modules/misc/qt.nix>
-
qt.style.name
adwaita
, adwaita-dark
qt.style.name
adwaita
, adwaita-dark
, adwaita-highcontrast
, adwaita-highcontrastinverse
cleanlooks
, gtk2
, motif
, plastique
breeze
bb10bright
, bb10dark
, cde
, cleanlooks
, gtk2
, motif
, plastique
null
"adwaita-dark"
pkgs.adwaita-qt
(adwaita-qt-1.4.1): A style to bend Qt applications to look like they belong into GNOME Shellpkgs.libsForQt5.qtstyleplugins
(qtstyleplugins-unstable-2017-03-11): Additional style plugins for Qt5, including BB10, GTK, Cleanlooks, Motif, Plastique
<home-manager/modules/misc/qt.nix>