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

Function formKey

src/ui/DevicePropertiesDialog.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166static QLabel *formKey(const QString &text, int minWidth) {
167 auto *lbl = new QLabel(text);
168 lbl->setMinimumWidth(minWidth);
169 return lbl;
170}
171
172static int propertyLabelWidth(const QWidget *ref) {
173 QFontMetrics fm(ref->font());

Callers 2

buildGeneralTabMethod · 0.85
buildDriverTabMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected