Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 407:af53c40e74b1
Rename m13ui to TrustBridge
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 16 Apr 2014 13:38:11 +0000 |
parents | 17e1c8f37d72 |
children | 09bb19e5e369 |
comparison
equal
deleted
inserted
replaced
406:5ee694fa3da7 | 407:af53c40e74b1 |
---|---|
240 mTrayIcon->setContextMenu(mTrayMenu); | 240 mTrayIcon->setContextMenu(mTrayMenu); |
241 | 241 |
242 mTrayIcon->setIcon(trayImg); | 242 mTrayIcon->setIcon(trayImg); |
243 setWindowIcon(trayImg); | 243 setWindowIcon(trayImg); |
244 mTrayIcon->show(); | 244 mTrayIcon->show(); |
245 mTrayIcon->setToolTip(tr("m13ui")); | 245 mTrayIcon->setToolTip(tr("TrustBridge")); |
246 | 246 |
247 connect(mTrayIcon, SIGNAL(messageClicked()), this, SLOT(messageClicked())); | 247 connect(mTrayIcon, SIGNAL(messageClicked()), this, SLOT(messageClicked())); |
248 } | 248 } |
249 | 249 |
250 void MainWindow::createMenuBar() | 250 void MainWindow::createMenuBar() |