variants

The thirty candidate Home screens.

Each builder returns a real, laid-out Page widget. The render harness grabs it at 1440x900 per theme. Nothing here is wired into the app.

Every variant draws its apps from the real registry (common.apps()); where a variant deliberately drops apps off the home surface, the removes note names them.

Attributes

Functions

v01(→ PySide6.QtWidgets.QWidget)

v02(→ PySide6.QtWidgets.QWidget)

v03(→ PySide6.QtWidgets.QWidget)

v04(→ PySide6.QtWidgets.QWidget)

v05(→ PySide6.QtWidgets.QWidget)

v06(→ PySide6.QtWidgets.QWidget)

v07(→ PySide6.QtWidgets.QWidget)

v08(→ PySide6.QtWidgets.QWidget)

v09(→ PySide6.QtWidgets.QWidget)

v10(→ PySide6.QtWidgets.QWidget)

v11(→ PySide6.QtWidgets.QWidget)

v12(→ PySide6.QtWidgets.QWidget)

v13(→ PySide6.QtWidgets.QWidget)

v14(→ PySide6.QtWidgets.QWidget)

v15(→ PySide6.QtWidgets.QWidget)

v16(→ PySide6.QtWidgets.QWidget)

v17(→ PySide6.QtWidgets.QWidget)

v18(→ PySide6.QtWidgets.QWidget)

v19(→ PySide6.QtWidgets.QWidget)

v20(→ PySide6.QtWidgets.QWidget)

v21(→ PySide6.QtWidgets.QWidget)

v22(→ PySide6.QtWidgets.QWidget)

v23(→ PySide6.QtWidgets.QWidget)

v24(→ PySide6.QtWidgets.QWidget)

v25(→ PySide6.QtWidgets.QWidget)

v26(→ PySide6.QtWidgets.QWidget)

v27(→ PySide6.QtWidgets.QWidget)

v28(→ PySide6.QtWidgets.QWidget)

v29(→ PySide6.QtWidgets.QWidget)

v30(→ PySide6.QtWidgets.QWidget)

variant(slug, title, *, changes, adds, removes, argument)

Register a variant builder plus the prose that describes it.

Module Contents

variants.v01(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v02(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v03(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v04(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v05(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v06(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v07(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v08(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v09(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v10(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v11(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v12(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v13(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v14(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v15(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v16(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v17(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v18(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v19(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v20(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v21(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v22(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v23(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v24(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v25(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v26(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v27(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v28(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v29(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.v30(ctx: common.Ctx) PySide6.QtWidgets.QWidget[source]
variants.variant(slug: str, title: str, *, changes: str, adds: str, removes: str, argument: str, notes: str = '')[source]

Register a variant builder plus the prose that describes it.

variants.CONTENT_W = 1384[source]
variants.MARGINS = (28, 20, 28, 16)[source]
variants.VARIANTS: List[dict] = [][source]