Quickshell


ClippingRectangle: Item

import Quickshell.Widgets

WARNING

This type requires at least Qt 6.7.

This is a specialized version of Rectangle that clips content inside of its border, including rounded rectangles. It costs more than Rectangle, so it should not be used unless you need to clip items inside of it to the border.

  • antialiasing bool

    If the rectangle should be antialiased.

    Defaults to true if any corner has a non-zero radius, otherwise false.

  • border unknown
  • bottomLeftRadius real

    Radius of the bottom left corner. Defaults to Go to radius.

  • bottomRightRadius real

    Radius of the bottom right corner. Defaults to Go to radius.

  • children unknown
    default

    Visual children of the ClippingRectangle’s Go to contentItem. (list<Item>).

    See Go to Item.children for details.

  • color color

    The background color of the rectangle, which goes under its content.

  • contentInsideBorder bool

    If the content item should be resized to fit inside the border.

    Defaults to !contentUnderBorder. Most useful when combined with anchors.fill: parent on an item passed to the ClippingRectangle.

  • contentItem unknown
    readonly

    The item containing the rectangle’s content. There is usually no reason to use this directly.

  • contentUnderBorder bool

    If content should be displayed underneath the border.

    Defaults to false, does nothing if the border is opaque.

  • radius real

    Radius of all corners. Defaults to 0.

  • topLeftRadius real

    Radius of the top left corner. Defaults to Go to radius.

  • topRightRadius real

    Radius of the top right corner. Defaults to Go to radius.