| 71 | } |
| 72 | |
| 73 | void 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 | |
| 83 | void SlidePage::SetRadius(int radius){ |
| 84 | cornerRadius = radius; |