MCPcopy Create free account
hub / github.com/GENIVI/CANdevStudio / setPropText

Method setPropText

src/common/propertyfields.h:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void setPropText(const QString& text) override
33 {
34 _le->setText(text);
35 }
36
37 QString propText() override
38 {

Callers 3

CanDevicePrivateClass · 0.45
fillModelMethod · 0.45
createPropertyWidgetMethod · 0.45

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected