progress bar dialog showing on wrong monitor..
-
My application is running on primary monitor.. I have set up a progressbardialog..like ;
QProgressBarDialog *test = new QProgressBarDialog (this);
test->show();Progressbardialog appears on the second Monitor..but shouldn't it appear on primary monitor?
[Edit aha_1980: fixed title]
-
Hi
What platform and what Qt version ? -
My application is running on primary monitor.. I have set up a progressbardialog..like ;
QProgressBarDialog *test = new QProgressBarDialog (this);
test->show();Progressbardialog appears on the second Monitor..but shouldn't it appear on primary monitor?
[Edit aha_1980: fixed title]
@abdullahzubair109 One note: the title of you post is misleading. In the title you're talking about pop up menu, but it is actually about a dialog.