Searched refs:notificationText_ (Results 1 – 4 of 4) sorted by relevance
69 notificationText_ = new QLabel( "" ); in QuickFindWidget()71 int width = QFNotification::maxWidth( notificationText_ ); in QuickFindWidget()72 notificationText_->setMinimumSize( width, 0 ); in QuickFindWidget()73 layout->addWidget( notificationText_ ); in QuickFindWidget()121 notificationText_->setText( message.message() ); in notify()133 notificationText_->setText( "" ); in clearNotification()
90 QLabel* notificationText_; variable