From: Manuel Nickschas Date: Fri, 17 Apr 2009 12:03:03 +0000 (+0200) Subject: Revamp InputLine X-Git-Tag: 0.5-rc1~218 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=914118e3b22cdd91191aea8568130f831db0cb8d;hp=914118e3b22cdd91191aea8568130f831db0cb8d Revamp InputLine * Use {Q|K}TextEdit rather than QLineEdit on all platforms - we need this for fancy stuff to come * Replaced hacky hardcoded height calculation by proper QStyle-based information, should finally fix the jumpy input line everywhere, the oversized widget in Oxygen, and other issues * Use sizeHint() rather than setting a maximumHeight() to make the input line work in layouts * Cleanups ---