Disabled fix color of chat messages for Qt 4.5 and lower because of missing methods on QColor.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5592 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-09-24 11:32:11 +00:00
parent 16f07f766c
commit 91710adfac
3 changed files with 13 additions and 2 deletions

View file

@ -88,6 +88,11 @@ ChatPage::ChatPage(QWidget * parent, Qt::WFlags flags)
/* Invoke the Qt Designer generated object setup routine */
ui.setupUi(this);
#if QT_VERSION < 0x040600
ui.minimumContrastLabel->hide();
ui.minimumContrast->hide();
#endif
/* Hide platform specific features */
#ifdef Q_WS_WIN

View file

@ -98,7 +98,7 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout_40">
<item>
<widget class="QLabel" name="label40">
<widget class="QLabel" name="minimumContrastLabel">
<property name="text">
<string>Minimum text contrast</string>
</property>