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 100 of file kswitchlanguagedialog_p.cpp.

Member Function Documentation

◆ setRowWidgets()

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

Definition at line 106 of file kswitchlanguagedialog_p.cpp.

111 {
112 this->label = label;
113 this->languageButton = languageButton;
114 this->removeButton = removeButton;
115 }

References label, languageButton, and removeButton.

Member Data Documentation

◆ label

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

Definition at line 102 of file kswitchlanguagedialog_p.cpp.

102{nullptr};

◆ languageButton

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

Definition at line 103 of file kswitchlanguagedialog_p.cpp.

103{nullptr};

◆ removeButton

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

Definition at line 104 of file kswitchlanguagedialog_p.cpp.

104{nullptr};

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