Searched refs:expandFolderAct_ (Results 1 – 2 of 2) sorted by relevance
173 QAction *expandFolderAct_; variable
1356 expandFolderAct_ = new QAction(this); in createActions()1357 expandFolderAct_->setObjectName("expandFolderAct"); in createActions()1358 this->addAction(expandFolderAct_); in createActions()1359 connect(expandFolderAct_, SIGNAL(triggered()), this, SLOT(slotExpandFolder())); in createActions()1559 listActions_.append(expandFolderAct_); in createShortcut()5086 expandFolderAct_->setText(tr("Expand Folder")); in retranslateStrings()