MDGSF Software Engineer

[Qt] 点击任务栏最大化最小化程序

2016-07-21
Qt
 

//let the window icon in taskbar when clicked, it can max or min the window
this->setWindowFlags(Qt::Window|Qt::FramelessWindowHint
    |Qt::WindowSystemMenuHint|Qt::WindowMinimizeButtonHint|Qt::WindowMaximizeButtonHint);

weixingongzhonghao

上一篇 [GDB] gdb基础

Comments

Content