1 QDesktopWidget *deskTop = QAppliction::desktop() ;
2 int width = deskTop->width();
3 int height = deskTop->height();

 

相关文章: