Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
void ElaText::setTextPixelSize(int size)
59
{
60
QFont font = this->font();
61
font.setPixelSize(size);
62
setFont(font);
63
}
64
65
int ElaText::getTextPixelSize() const
66
{
Callers
15
initWindow
Method · 0.45
initEdgeLayout
Method · 0.45
T_Home
Method · 0.45
T_About
Method · 0.45
T_ListView
Method · 0.45
T_TableView
Method · 0.45
T_Setting
Method · 0.45
T_BaseComponents
Method · 0.45
T_ElaScreen
Method · 0.45
T_Popup
Method · 0.45
createCustomWidget
Method · 0.45
T_TreeView
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected