Searched refs:singleViewAction (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc876 QAction *singleViewAction = new QAction("Single View", QPixmap(xpm_single_view), "Split View", 0, this); local
877 connect(singleViewAction, SIGNAL(activated()), SLOT(showSingleView()));
915 singleViewAction->addTo(toolBar);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc1318 QAction *singleViewAction = new QAction("Single View", QPixmap(xpm_single_view), _("Single View"), 0, this); local
1319 connect(singleViewAction, SIGNAL(activated()), SLOT(showSingleView()));
1375 singleViewAction->addTo(toolBar);

Completed in 42 milliseconds