MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / _hline

Function _hline

SLiCAP/schematic/properties_dialog.py:274–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272# ── helpers ───────────────────────────────────────────────────────────────────
273
274def _hline() -> QFrame:
275 line = QFrame()
276 line.setFrameShape(QFrame.HLine)
277 line.setFrameShadow(QFrame.Sunken)
278 return line
279
280
281def _make_pair(sv_checked: bool, sn_checked: bool) -> tuple[QCheckBox, QCheckBox]:

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected