Home
last modified time | relevance | path

Searched refs:traceAct (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dqv4l2.cpp180 QAction *traceAct = new QAction("&Trace IOCTLs", this); in ApplicationWindow() local
181 traceAct->setStatusTip("All V4L2 IOCTLs are traced on the console"); in ApplicationWindow()
182 traceAct->setCheckable(true); in ApplicationWindow()
183 connect(traceAct, SIGNAL(toggled(bool)), this, SLOT(traceIoctls(bool))); in ApplicationWindow()
197 fileMenu->addAction(traceAct); in ApplicationWindow()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dqv4l2.cpp180 QAction *traceAct = new QAction("&Trace IOCTLs", this); in ApplicationWindow() local
181 traceAct->setStatusTip("All V4L2 IOCTLs are traced on the console"); in ApplicationWindow()
182 traceAct->setCheckable(true); in ApplicationWindow()
183 connect(traceAct, SIGNAL(toggled(bool)), this, SLOT(traceIoctls(bool))); in ApplicationWindow()
197 fileMenu->addAction(traceAct); in ApplicationWindow()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dqv4l2.cpp180 QAction *traceAct = new QAction("&Trace IOCTLs", this); in ApplicationWindow() local
181 traceAct->setStatusTip("All V4L2 IOCTLs are traced on the console"); in ApplicationWindow()
182 traceAct->setCheckable(true); in ApplicationWindow()
183 connect(traceAct, SIGNAL(toggled(bool)), this, SLOT(traceIoctls(bool))); in ApplicationWindow()
197 fileMenu->addAction(traceAct); in ApplicationWindow()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_menu.cpp2720 QAction * traceAct = new QAction(tr("&Create trace from ratsnest"), this); in createTraceMenuActions() local
2721 traceAct->setStatusTip(tr("Create a trace from the ratsnest line")); in createTraceMenuActions()
2722 m_createTraceWireAct = new WireAction(traceAct); in createTraceMenuActions()
2724 traceAct = new QAction(tr("&Create wire from ratsnest"), this); in createTraceMenuActions()
2725 traceAct->setStatusTip(tr("Create a wire from the ratsnest line")); in createTraceMenuActions()
2726 m_createWireWireAct = new WireAction(traceAct); in createTraceMenuActions()