Searched refs:editShortcut_ (Results 1 – 2 of 2) sorted by relevance
223 if (obj != editShortcut_) { in eventFilter()243 editShortcut_->setText(str); in eventFilter()1875 editShortcut_ = new LineEdit(); in createShortcutWidget()1880 editShortcutLayout->addWidget(editShortcut_, 1); in createShortcutWidget()1903 connect(editShortcut_, SIGNAL(signalClear()), in createShortcutWidget()1910 editShortcut_->installEventFilter(this); in createShortcutWidget()2197 editShortcut_->setText(shortcutModel_->item(indexCur.row(), 2)->text()); in shortcutTreeClicked()2199 editShortcut_->setFocus(); in shortcutTreeClicked()2219 editShortcut_->clear(); in slotClearShortcut()2246 editShortcut_->setText(str); in slotResetShortcut()[all …]
363 LineEdit *editShortcut_; variable