Qt|QT disable maximize button and disable window resizing

this->setWindowFlags(windowFlags()& ~Qt::WindowMaximizeButtonHint);
    this->setFixedSize(this->width(),this->height());

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324147990&siteId=291194637