https://bugs.kde.org/show_bug.cgi?id=470612

            Bug ID: 470612
           Summary: SwipeListItem action buttons lack icons in KF6
    Classification: Frameworks and Libraries
           Product: frameworks-kirigami
           Version: Master
          Platform: Other
                OS: Linux
            Status: REPORTED
          Keywords: qt6
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kdelibs-b...@kde.org
          Reporter: n...@kde.org
                CC: m...@ratijas.tk, notm...@gmail.com
  Target Milestone: Not decided

Created attachment 159455
  --> https://bugs.kde.org/attachment.cgi?id=159455&action=edit
ToolButtons with no icons

See attached screenshot of the Virtual Desktops KCM.

SwipeListItem.qml has the following code to draw the toolbuttons:

>             delegate: QQC2.ToolButton {
>                 icon.name: modelData.iconName !== "" ? modelData.iconName : ""
>                 icon.source: modelData.iconSource !== "" ? 
> modelData.iconSource : ""

Use of iconName seems fishy since that's no longer in Qt6, but I tried changing
it to icon.name and it didn't fix the problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to