MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / setTextPixelSize

Method setTextPixelSize

ElaWidgetTools/ElaText.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void ElaText::setTextPixelSize(int size)
59{
60 QFont font = this->font();
61 font.setPixelSize(size);
62 setFont(font);
63}
64
65int ElaText::getTextPixelSize() const
66{

Callers 15

initWindowMethod · 0.45
initEdgeLayoutMethod · 0.45
T_HomeMethod · 0.45
T_AboutMethod · 0.45
T_ListViewMethod · 0.45
T_TableViewMethod · 0.45
T_SettingMethod · 0.45
T_BaseComponentsMethod · 0.45
T_ElaScreenMethod · 0.45
T_PopupMethod · 0.45
createCustomWidgetMethod · 0.45
T_TreeViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected