Can I show QMessageBox that can be resized like in layouts?
-
I am showing file names in my QMessageBox::information() as part of my display message. It will be much easier to read if user could resize the dialog (make it bigger) so one file path can fit in one line.
Is there way QMessageBox can be set to be resizable by user? Thanks.
-
Hi,
AFAIK, no. But creating a custom QDialog with QDialogButtonBox showing that and being resizable will be faster
-
Hello xalam,
I think that creating a class that inherits from QDialog is the best solution