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

Function hline

src/ui/DevicePropertiesDialog.cpp:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159static QFrame *hline() {
160 auto *line = new QFrame;
161 line->setFrameShape(QFrame::HLine);
162 line->setFrameShadow(QFrame::Sunken);
163 return line;
164}
165
166static QLabel *formKey(const QString &text, int minWidth) {
167 auto *lbl = new QLabel(text);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected