FontsComboBox

Search for usage in LXR

FontsComboBox Class Reference
Inheritance diagram for FontsComboBox:

Additional Inherited Members

- Public Member Functions inherited from QtQuick.Controls.ComboBox
void accepted ()
 
void activated (int index)
 
void decrementCurrentIndex ()
 
int find (string text, enumeration flags)
 
void highlighted (int index)
 
void incrementCurrentIndex ()
 
int indexOfValue (object value)
 
void selectAll ()
 
string textAt (int index)
 
var valueAt (int index)
 

Detailed Description

A combo-box element to list the system fonts with a inline style preview.

This controls inherits from QQC2 ComboBox, to checkout its inherited properties refer to the Qt Docs.

The default model is set to Qt.fontFamilies. If a custom model is to be used instead, set the right role to pick up the data using the textRole inherited property.

Definition at line 49 of file FontsComboBox.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 17 2024 11:56:16 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.