Krita Source Code Documentation
Loading...
Searching...
No Matches
KDEPrivate::LanguageRowData Struct Reference

Public Member Functions

void setRowWidgets (QLabel *label, KLanguageButton *languageButton, QPushButton *removeButton)
 

Public Attributes

QLabel * label {nullptr}
 
KLanguageButtonlanguageButton {nullptr}
 
QPushButton * removeButton {nullptr}
 

Detailed Description

Definition at line 87 of file kswitchlanguagedialog_p.cpp.

Member Function Documentation

◆ setRowWidgets()

void KDEPrivate::LanguageRowData::setRowWidgets ( QLabel * label,
KLanguageButton * languageButton,
QPushButton * removeButton )
inline

Definition at line 93 of file kswitchlanguagedialog_p.cpp.

98 {
99 this->label = label;
100 this->languageButton = languageButton;
101 this->removeButton = removeButton;
102 }

References label, languageButton, and removeButton.

Member Data Documentation

◆ label

QLabel* KDEPrivate::LanguageRowData::label {nullptr}

Definition at line 89 of file kswitchlanguagedialog_p.cpp.

89{nullptr};

◆ languageButton

KLanguageButton* KDEPrivate::LanguageRowData::languageButton {nullptr}

Definition at line 90 of file kswitchlanguagedialog_p.cpp.

90{nullptr};

◆ removeButton

QPushButton* KDEPrivate::LanguageRowData::removeButton {nullptr}

Definition at line 91 of file kswitchlanguagedialog_p.cpp.

91{nullptr};

The documentation for this struct was generated from the following file: