qDebug() << this->frameGeometry().x() << this->frameGeometry().y() << ;
qDebug() << this->x() << this->y();
qDebug() << this->pos().x() << this->pos().y();
qDebug() << this->frameGeometry().width() << this->frameGeometry().height();
qDebug() << this->geometry().x() << this->geometry().y();
qDebug() << this->geometry().width() << this->geometry().height();
qDebug() << this->width() << this->height();
qDebug() << this->rect().width() << this->rect().height();
qDebug() << this->size().width() << this->size().height();