MCPcopy Create free account
hub / github.com/TeXworks/texworks / findChildWidget

Method findChildWidget

unit-tests/MockScriptingAPI.h:201–205  ·  view source on GitHub ↗

to find children of a widget

Source from the content-addressed store, hash-verified

199 }
200 // to find children of a widget
201 QWidget * findChildWidget(QWidget* parent, const QString& name) override {
202 Q_UNUSED(parent);
203 Q_UNUSED(name);
204 return nullptr;
205 }
206 bool makeConnection(QObject* sender, const QString& signal, QObject* receiver, const QString& slot) override {
207 return connect(sender, qPrintable(signal), receiver, qPrintable(slot));
208 }

Callers 1

mocksMethod · 0.45

Calls

no outgoing calls

Tested by 1

mocksMethod · 0.36