Home
last modified time | relevance | path

Searched refs:alpha_label (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/openshot/openshot-qt-2.6.1/src/windows/
H A Dcolor_picker.py76 self.alpha_label = CPAlphaShowLabel(self)
77 self.alpha_label.setObjectName("alpha_label")
78 self.currentColorChanged.connect(self.alpha_label.updateColor)
107 qcs.layout().replaceWidget(qcsl, self.alpha_label)
112 self.alpha_label.show()
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/model/
H A Dowlinearregression.py73 self.alpha_label = gui.widgetLabel(box3, "")
109 self.alpha_label.setText("Alpha: {}".format(self.alphas[self.alpha_index]))
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dplug_permtest.c163 alpha_label[] = "alpha level (0,1]", variable
2236 PLUTO_add_option(plint, alpha_label, alpha_label, TRUE); in PLUGIN_init()