MCPcopy Create free account
hub / github.com/actuallyaridan/linux-devmgmt / plainLabel

Function plainLabel

src/ui/DevicePropertiesDialog.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135static QLabel *plainLabel(const QString &text) {
136 auto *l = new QLabel;
137 l->setTextFormat(Qt::PlainText);
138 l->setText(text);
139 return l;
140}
141
142static QWidget *deviceHeader(const QString &name, const QString &iconName) {
143 auto *row = new QWidget;

Callers 3

deviceHeaderFunction · 0.85
buildGeneralTabMethod · 0.85
buildDriverTabMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected