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

Method SetWindowMode

source/ui/EditUi.cpp:1203–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201 ui.title_back_button->setDisabled(disable);
1202 ui.content_widget->setDisabled(disable);
1203}
1204void EditUi::DisableTip(bool disable)
1205{
1206 BindSafeIter(bind_type_group, [this, disable](QGroupBox* p, size_t) {p->setToolTipDuration(disable ? 1 : 0); });
1207}
1208void EditUi::DisableChangeButtons(bool disable)
1209{
1210 BindSafeIter(bind_chg_button, [this, disable](QPushButton* p, size_t) { p->setDisabled(disable); });
1211}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected