Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/c/c/cct-HEAD/clients/DAC_CONTROL.py cct(Download)
def makeGUI(self): self.dacDict = dict(hc.elecDict.items() + hc.smaDict.items()) self.controls = {k: QCustomSpinBox(k, self.dacDict[k].allowedVoltageRange) for k in self.dacDict.keys()} layout = QtGui.QGridLayout() smaBox = QtGui.QGroupBox('SMA Out')
def makeGUI(self): self.dacDict = dict(hc.elecDict.items() + hc.smaDict.items()) self.displays = {k: QtGui.QLCDNumber() for k in self.dacDict.keys()} layout = QtGui.QGridLayout() smaBox = QtGui.QGroupBox('SMA Out')