Display scrollbar in helpwindow
authorDaniel Klaffenbach <danielklaffenbach@gmail.com>
Tue, 16 Nov 2010 23:47:09 +0000 (00:47 +0100)
committerDaniel Klaffenbach <danielklaffenbach@gmail.com>
Tue, 16 Nov 2010 23:47:09 +0000 (00:47 +0100)
commit4f8823f0e44074cd7cac236106802caff6606b8f
treefe68b6b4c80f77539b68f25e9f7e5564bc8cf550
parent8493b4ff4bb815b311b9b344bc6965464c68ebe3
Display scrollbar in helpwindow

For some reason a QTextBrowser formatted with a stylesheet does not
display scrollbars on Maemo 5 with Qt 4.6/Qt 4.7. To work around this
limitation the helpwindow was modified to consist of a QScrollArea
containing a QLabel - this also eliminates the need for stylesheets.
src/helpwindow.cpp
src/helpwindow.ui