MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / resizeEvent

Method resizeEvent

slidepage.cpp:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void SlidePage::resizeEvent(QResizeEvent *event){
74 bgWidget->resize(this->size());
75 sheildLayer->resize(this->parentWidget()->size());
76 if(!onShown && !curAni)
77 this->move(QPoint(-this->width() - 30, 0));
78 else if(!onShown && curAni)
79 emit sizeChange();
80
81}
82
83void SlidePage::SetRadius(int radius){
84 cornerRadius = radius;

Callers

nothing calls this directly

Calls 1

moveMethod · 0.80

Tested by

no test coverage detected