Revamp InputLine
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 17 Apr 2009 12:03:03 +0000 (14:03 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 17 Apr 2009 12:07:56 +0000 (14:07 +0200)
* 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


No differences found