Home
last modified time | relevance | path

Searched refs:m_homeAction (Results 1 – 25 of 34) sorted by relevance

12

/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
H A Dglobalactions.h51 QAction *homeAction() const { return m_homeAction; } in homeAction()
83 QAction *m_homeAction; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/assistant/tools/assistant/
H A Dglobalactions.cpp93 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
94 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
95 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
96 connect(m_homeAction, SIGNAL(triggered()), centralWidget, SLOT(home())); in GlobalActions()
97 m_actionList << m_homeAction; in GlobalActions()
151 m_homeAction->setIcon(QIcon::fromTheme("go-home" , m_homeAction->icon())); in GlobalActions()
H A Dglobalactions.h63 QAction *homeAction() const { return m_homeAction; } in homeAction()
90 QAction *m_homeAction; variable
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
H A Dglobalactions.h51 QAction *homeAction() const { return m_homeAction; } in homeAction()
83 QAction *m_homeAction; variable
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
H A Dglobalactions.h51 QAction *homeAction() const { return m_homeAction; } in homeAction()
83 QAction *m_homeAction; variable
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
H A Dglobalactions.h51 QAction *homeAction() const { return m_homeAction; } in homeAction()
83 QAction *m_homeAction; variable
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent);
81 m_homeAction->setShortcut(tr("ALT+Home"));
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png")));
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home);
84 m_actionList << m_homeAction;
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon()));
H A Dglobalactions.h51 QAction *homeAction() const { return m_homeAction; }
83 QAction *m_homeAction;
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
H A Dglobalactions.h51 QAction *homeAction() const { return m_homeAction; } in homeAction()
83 QAction *m_homeAction; variable
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
H A Dglobalactions.h51 QAction *homeAction() const { return m_homeAction; } in homeAction()
83 QAction *m_homeAction; variable
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
H A Dglobalactions.h51 QAction *homeAction() const { return m_homeAction; } in homeAction()
83 QAction *m_homeAction; variable
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dglobalactions.cpp80 m_homeAction = new QAction(tr("&Home"), parent); in GlobalActions()
81 m_homeAction->setShortcut(tr("ALT+Home")); in GlobalActions()
82 m_homeAction->setIcon(QIcon(resourcePath + QLatin1String("/home.png"))); in GlobalActions()
83 connect(m_homeAction, &QAction::triggered, centralWidget, &CentralWidget::home); in GlobalActions()
84 m_actionList << m_homeAction; in GlobalActions()
142 m_homeAction->setIcon(QIcon::fromTheme(QStringLiteral("go-home") , m_homeAction->icon())); in GlobalActions()

12