KPropertyIntSpinBoxDelegate
KPropertyIntSpinBoxDelegate Class Reference
#include <spinbox.h>
Inheritance diagram for KPropertyIntSpinBoxDelegate:

Public Member Functions | |
| QWidget * | createEditor (int type, QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override | 
| QString | propertyValueToString (const KProperty *prop, const QLocale &locale) const override | 
| QString | valueToString (const QVariant &value, const QLocale &locale) const override | 
  Public Member Functions inherited from KPropertyEditorCreatorInterface | |
| KPropertyEditorCreatorOptions * | options () | 
| const KPropertyEditorCreatorOptions * | options () const | 
Additional Inherited Members | |
  Static Public Member Functions inherited from KPropertyValueDisplayInterface | |
| static int | maxStringValueLength () | 
| static QString | valueToLocalizedString (const QVariant &value) | 
Detailed Description
A delegate supporting Int, UInt, LongLong and ULongLong types.
Constructor & Destructor Documentation
◆ KPropertyIntSpinBoxDelegate()
| KPropertyIntSpinBoxDelegate::KPropertyIntSpinBoxDelegate | ( | ) | 
Definition at line 331 of file spinbox.cpp.
Member Function Documentation
◆ createEditor()
      
  | 
  overridevirtual | 
Reimplemented from KPropertyEditorCreatorInterface.
Definition at line 356 of file spinbox.cpp.
◆ propertyValueToString()
      
  | 
  overridevirtual | 
Reimplemented from KPropertyValueDisplayInterface.
Definition at line 335 of file spinbox.cpp.
◆ valueToString()
      
  | 
  overridevirtual | 
Implements KPropertyValueDisplayInterface.
Definition at line 351 of file spinbox.cpp.
The documentation for this class was generated from the following files:
  This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:56:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
          Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:56:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
 Public Member Functions inherited from