Searched refs:m_historyBack (Results 1 – 2 of 2) sorted by relevance
71 , m_historyBack(0) in BrowserMainWindow()372 m_historyBack = new QAction(tr("Back"), this); in setupMenu()373 m_tabWidget->addWebAction(m_historyBack, QWebPage::Back); in setupMenu()374 m_historyBack->setShortcuts(QKeySequence::Back); in setupMenu()375 m_historyBack->setIconVisibleInMenu(false); in setupMenu()390 historyActions.append(m_historyBack); in setupMenu()443 m_historyBack->setIcon(style()->standardIcon(QStyle::SP_ArrowBack, 0, this)); in setupToolBar()445 m_historyBack->setMenu(m_historyBackMenu); in setupToolBar()450 m_navigationBar->addAction(m_historyBack); in setupToolBar()
138 QAction *m_historyBack; variable