Hi,

Anybody here know of a quick way to ensure the a dialog displayed with
exec() will always show the full window title without any "..." . This is
on Windows.

I tried some horrible stuff like this

    
setMinimumWidth(QApplication::fontMetrics().width(QApplication::applicationDisplayName())

                     + 250);

but it does not really work on every system.

Thanks a million,
Christopher
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to