Actions
Support #9836
openWLineEdit font_size
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/01/2022
Due date:
% Done:
0%
Estimated time:
Description
Is it possible to change font_size of a WLineEdit?
If not directly, how can I achieve this?
Regards,
Updated by F DU almost 3 years ago
Found something that works
setAttributeValue("style", std::string("font-size:20px;"));
Actions