RoundedItemDelegate

Search for usage in LXR

RoundedItemDelegate Class Reference

Properties

bool dropAreaHovered
 
var gridView
 
var listView
 

Detailed Description

An item delegate providing a modern look and feel.

Use a combination of SubtitleContentItem, DefaultContentItem and RowLayout for the contentItem.

Definition at line 14 of file RoundedItemDelegate.qml.

Property Documentation

◆ dropAreaHovered

bool RoundedItemDelegate::dropAreaHovered
read

This property holds whether the drop area is hovered.

This allow to emulate an hover effect which can't be done with the normal hovered property as it is read only.

Definition at line 36 of file RoundedItemDelegate.qml.

◆ gridView

var RoundedItemDelegate::gridView
read

This property holds a GridView.

It is automatically set if the RoundedItemDelegate is the direct delegate of a GridView and must be set otherwise.

Definition at line 29 of file RoundedItemDelegate.qml.

◆ listView

var RoundedItemDelegate::listView
read

This property holds a ListView.

It is automatically set if the RoundedItemDelegate is the direct delegate of a ListView and must be set otherwise.

Definition at line 22 of file RoundedItemDelegate.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:53:19 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.