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

Method SelectWindow

source/ui/EditUi.cpp:1210–1217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1208void EditUi::DisableChangeButtons(bool disable)
1209{
1210 BindSafeIter(bind_chg_button, [this, disable](QPushButton* p, size_t) { p->setDisabled(disable); });
1211}
1212
1213
1214void EditUi::setWindowTitle(const QString& title)
1215{
1216 QDialog::setWindowTitle(title);
1217 ui.title_label->setText(title);
1218}
1219void EditUi::SetTabCurrent(int index)
1220{

Callers

nothing calls this directly

Calls 1

WindowSelectionFunction · 0.85

Tested by

no test coverage detected