MCPcopy Create free account
hub / github.com/ccMSC/ckb / hLine

Method hLine

src/ckb/animsettingdialog.cpp:480–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480QFrame* AnimSettingDialog::hLine(){
481 QFrame* frame = new QFrame(this);
482 frame->setFrameShape(QFrame::HLine);
483 frame->setFrameShadow(QFrame::Sunken);
484 return frame;
485}
486
487void AnimSettingDialog::on_delayBox_valueChanged(double arg1){
488 updateParam("delay");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected