Try the following flag
Qt Code:
setWindowFlags(Qt::WindowTitleHint);To copy to clipboard, switch view to plain text mode
This show only the titlebar without min,max,close button
hope it helps
Bala
Try the following flag
Qt Code:
setWindowFlags(Qt::WindowTitleHint);To copy to clipboard, switch view to plain text mode
This show only the titlebar without min,max,close button
hope it helps
Bala
have u tried qtlinuxnewbie?
Bala
setWindowFlags(Qt::Window | Qt::WindowTitleHint | Qt::CustomizeWindowHint);
@bala :this is what i have used:
@qtlinuxnewbie
Thnk u all .. my problem solved
@qtlinuxnewbie
Bookmarks