LK CS BookHomeHomePythonPythonFrontendFrontendShellShell
GitHubGitHub (opens in a new tab)
      • Horizontal Scroll
      • Reactangle Radius Clip
    • Auto Wrap in Treewiget Cell
  • Get File Hash
  • Get File Size
  • Get Func Source
  • Load Module by Path
  • Pip Commonly Used
  • Poetry Memo
  • Streamlit
  • Text Parens Scanner
  • Watch File Changes
  • Xlsxwriter
  • Zipfiles
  • Home
        • Horizontal Scroll
        • Reactangle Radius Clip
      • Auto Wrap in Treewiget Cell
    • Get File Hash
    • Get File Size
    • Get Func Source
    • Load Module by Path
    • Pip Commonly Used
    • Poetry Memo
    • Streamlit
    • Text Parens Scanner
    • Watch File Changes
    • Xlsxwriter
    • Zipfiles
    • Mdx Embed Video
    • Mdx Syntax Highlighting for Pycharm
    • Bore Frp
    • Chrome App Mode
    • Ssh Keygen
      • Create Relative Path Lnk File
Question? Give us feedback → (opens in a new tab)Edit this page
Python
Qt PySide PyQt
QML
Reactangle Radius Clip

Rectangle Radius Clip

import QtQuick
import Qt5Compat.GraphicalEffects

Rectangle {
    id: _rect
    layer.enabled: true
    layer.effect: OpacityMask {
        maskSource: Rectangle {
            width: _rect.width
            height: _rect.height
            radius: _rect.radius
        }
    }
}
Horizontal ScrollAuto Wrap in Treewiget Cell

Made by Likiata, powered by Nextra