16,816
社区成员




ui.setupUi(this);
this->setWindowFlags(
Qt::FramelessWindowHint |
Qt::WindowMinimizeButtonHint |
Qt::WindowSystemMenuHint);
setAttribute(Qt::WA_TranslucentBackground);
connect(ui.miniButton, SIGNAL(clicked()), this, SLOT(showMinimized()));