gui: Word Wrap in QInputDialog (#4197)

This commit is contained in:
Olivier Goffart 2015-12-21 15:35:45 +01:00
parent 271b2f8c5b
commit a0b913f65d

View file

@ -165,6 +165,9 @@ Application::Application(int &argc, char **argv) :
_gui->slotToggleLogBrowser(); // _showLogWindow is set in parseOptions.
}
// Enable word wrapping of QInputDialog (#4197)
setStyleSheet("QInputDialog QLabel { qproperty-wordWrap:1; }");
connect(AccountManager::instance(), SIGNAL(accountAdded(AccountState*)),
SLOT(slotAccountStateAdded(AccountState*)));
connect(AccountManager::instance(), SIGNAL(accountRemoved(AccountState*)),