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

Method StyleGroup

source/ui/RecordUi.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void RecordUi::StyleGroup()
22{
23 setProperty(Prop::style_group, "frame");
24 style_set_group(ui.content_widget, "client");
25 style_set_group(ui.start_button, "record-button");
26 style_set_group(ui.close_button, "record-button");
27}
28
29Macro RecordUi::Start()
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected