|
|
@ -30,12 +30,7 @@ HistoryViewManager::HistoryViewManager(QSharedPointer<MatrixClient> client, QWid |
|
|
|
: QStackedWidget(parent) |
|
|
|
: QStackedWidget(parent) |
|
|
|
, client_(client) |
|
|
|
, client_(client) |
|
|
|
{ |
|
|
|
{ |
|
|
|
setStyleSheet( |
|
|
|
setStyleSheet("QWidget { background: #f8fbfe; color: #e8e8e8; border: none;}"); |
|
|
|
"QWidget {background: #f8fbfe; color: #e8e8e8; border: none;}" |
|
|
|
|
|
|
|
"QScrollBar:vertical { background-color: #f8fbfe; width: 8px; border-radius: 20px; margin: 0px 2px 0 2px; }" |
|
|
|
|
|
|
|
"QScrollBar::handle:vertical { border-radius : 50px; background-color : #d6dde3; }" |
|
|
|
|
|
|
|
"QScrollBar::add-line:vertical { border: none; background: none; }" |
|
|
|
|
|
|
|
"QScrollBar::sub-line:vertical { border: none; background: none; }"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
connect(client_.data(), |
|
|
|
connect(client_.data(), |
|
|
|
SIGNAL(messageSent(const QString &, const QString &, int)), |
|
|
|
SIGNAL(messageSent(const QString &, const QString &, int)), |
|
|
|