Hi everyone.
I have a problem resizing the QMessageBox
QString er
=tr
("We are talking about a short stop at the end of a word in reading the Koran, with the intention to continue reading.");
//here I need resizing.
noc.setText(er);
QMessageBox noc;
QString er=tr("We are talking about a short stop at the end of a word in reading the Koran, with the intention to continue reading.");
//here I need resizing.
noc.setText(er);
To copy to clipboard, switch view to plain text mode
I've tried the followings but not working
noc.setFixedSize(360,640);
noc.setFixedSize(360,640);
To copy to clipboard, switch view to plain text mode
and
noc.setBaseSize(360,640)
noc.setBaseSize(360,640)
To copy to clipboard, switch view to plain text mode
Bookmarks