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

Method WidgetGetTextPad

source/ui/EditUi.cpp:2432–2437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2430 else if (ui.keyBlock_move_check->isChecked()) keyBlock.vk = QiKeyBlock::move;
2431 else keyBlock.vk = ui.keyBlock_keyedit->key();
2432 keyBlock.block = ui.keyBlock_on_radio->isChecked();
2433 return keyBlock;
2434}
2435QiClock EditUi::WidgetGetClock()
2436{
2437 QiClock clock;
2438 QTime time = ui.clock_time_edit->time();
2439 clock.time = QiRange::Restricted((int)QiTime::toTimeStamp(time.hour(), time.minute(), time.second()), QiClock::range_time);
2440 return clock;

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected