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

Method SetTabCurrent

source/ui/EditUi.cpp:1159–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157 box->addWidget(widget);
1158 style_set_group(corner, "action_table_header");
1159 style_set_group(widget, "action_table_header");
1160 break;
1161 }
1162 else if (name == "QLineEdit")
1163 {
1164 QLineEdit* lineEdit = (QLineEdit*)obj;
1165 style_set_group(lineEdit, "action_table_header");
1166 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected