MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / StyleGroup

Method StyleGroup

source/ui/UpdateUi.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void UpdateUi::StyleGroup()
14{
15 setProperty(Prop::style_group, "frame");
16 style_set_group(ui.title_widget, "title");
17 style_set_group(ui.content_widget, "client");
18}
19
20bool UpdateUi::event(QEvent* e)
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected