KPropertyLineStyleComboEditor

Search for usage in LXR

KPropertyLineStyleComboEditor Class Reference

#include <linestyleedit.h>

Inherits KPropertyLineStyleSelector.

Properties

QVariant value
 

Signals

void commitData (QWidget *editor)
 

Public Slots

void setValue (const QVariant &value)
 

Public Member Functions

 KPropertyLineStyleComboEditor (QWidget *parent=nullptr)
 
QVariant value () const
 

Protected Slots

void slotValueChanged (int index)
 

Detailed Description

Line style combo box (KProperty::LineStyle, equivalent of Qt::PenStyle)

Todo

enable transparency selection

add transparency option

reimplement view using KColorCells

Definition at line 30 of file linestyleedit.h.

Property Documentation

◆ value

QVariant KPropertyLineStyleComboEditor::value
readwrite

Definition at line 33 of file linestyleedit.h.

Constructor & Destructor Documentation

◆ KPropertyLineStyleComboEditor()

KPropertyLineStyleComboEditor::KPropertyLineStyleComboEditor ( QWidget * parent = nullptr)
explicit

Definition at line 37 of file linestyleedit.cpp.

◆ ~KPropertyLineStyleComboEditor()

KPropertyLineStyleComboEditor::~KPropertyLineStyleComboEditor ( )
override

Definition at line 61 of file linestyleedit.cpp.

Member Function Documentation

◆ setValue

void KPropertyLineStyleComboEditor::setValue ( const QVariant & value)
slot

Definition at line 77 of file linestyleedit.cpp.

◆ slotValueChanged

void KPropertyLineStyleComboEditor::slotValueChanged ( int index)
protectedslot

Definition at line 86 of file linestyleedit.cpp.

◆ value()

QVariant KPropertyLineStyleComboEditor::value ( ) const

Definition at line 66 of file linestyleedit.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 12:01:06 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.