mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Small Tweaks.
* Removed services toolbar - until it is needed. * Removed background on MessengerWindow - it breaks on linux. * fixed Messages Html problem. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@518 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4e03fa5d06
commit
98eabbabe0
3 changed files with 20 additions and 17 deletions
|
@ -104,20 +104,23 @@ MessengerWindow::MessengerWindow(QWidget * parent)
|
|||
ui.statuscomboBox->setMinimumWidth(20);
|
||||
ui.messagecomboBox->setMinimumWidth(20);
|
||||
ui.searchlineEdit->setMinimumWidth(20);
|
||||
|
||||
QPixmap Backpixmap((QString)":/images/backgroundimage.png");
|
||||
//QPixmap pixmap5((QString)REC_PATH+(QString)"back2765.png");
|
||||
|
||||
/* The background palette breaks MessengerWindow in Linux...
|
||||
* so it is disabled until a solution is found.
|
||||
*/
|
||||
|
||||
QBrush BackBrush(Backpixmap);
|
||||
#if 0
|
||||
QPixmap Backpixmap((QString)":/images/backgroundimage.png");
|
||||
|
||||
//QBrush BackBrush(Backpixmap);
|
||||
QPalette BackPalette(BackBrush, BackBrush, BackBrush, BackBrush, BackBrush, BackBrush, BackBrush, BackBrush, BackBrush);
|
||||
this->setPalette(BackPalette); //Set Background
|
||||
#endif
|
||||
|
||||
|
||||
/* Hide platform specific features */
|
||||
#ifdef Q_WS_WIN
|
||||
|
||||
#endif
|
||||
}
|
||||
/* Hide platform specific features */
|
||||
#ifdef Q_WS_WIN
|
||||
#endif
|
||||
}
|
||||
|
||||
void MessengerWindow::messengertreeWidgetCostumPopupMenu( QPoint point )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue