Home
last modified time | relevance | path

Searched refs:infoLbl (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/widgets/
H A DPenSelectorDialog.py166 infoLbl = QtWidgets.QLabel('Click and drag below to test the pen')
167 infoLbl.setAlignment(QtCore.Qt.AlignmentFlag.AlignHCenter)
169 infoLbl.setSizePolicy(policy.Expanding, policy.Fixed)
174 layout.addWidget(infoLbl)
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_hole/
H A Dedit_hole.cpp138 … holesModel->holesManager.autoBridgeCB = new EditHoleAutoBridgingCB(dialogFiller->ui.infoLbl, 800); in StartEdit()
256 dialogFiller->ui.infoLbl->setText(infoStr); in setInfoLabel()
/dports/cad/qcsxcad/QCSXCAD-0.6.2-5-g0dabbaf/
H A DQCSXCAD.cpp179 QLabel *infoLbl = new QLabel(); in aboutQCSXCAD() local
180 infoLbl->setText(GetInfoString()); in aboutQCSXCAD()
181 infoLbl->setAlignment(Qt::AlignLeft); in aboutQCSXCAD()
221 infoLayout->addWidget(infoLbl,1,2,1,3); in aboutQCSXCAD()
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DDebug.hs162 Just (Statics infoLbl _) -> infoLbl
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/X86/
H A DPpr.hs133 Just (Statics infoLbl info) ->
137 pprLabel infoLbl $$
140 then ppr (mkAsmTempEndLabel infoLbl) <> char ':' else empty)
/dports/editors/nedit/nedit-5.7/source/
H A Dpreferences.c6331 Widget form, tmpW, topW, infoLbl; in ChooseColors() local
6361 infoLbl = XtVaCreateManagedWidget("infoLbl", in ChooseColors()
6377 topW = infoLbl; in ChooseColors()