http://www.qtcentre.org/threads/63809-Unwanted-window-title-elision ?
 
Sent: Monday, May 07, 2018 at 4:13 PM
From: "Christopher Probst" <christop.pro...@gmail.com>
To: "interestqt-project.org" <interest@qt-project.org>
Subject: [Interest] Ensuring Dialog Window is a certain size which depends on Window title
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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to