Home
last modified time | relevance | path

Searched refs:m_lblValue (Results 1 – 4 of 4) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_dimension_properties_base.h56 wxStaticText* m_lblValue; variable
H A Ddialog_dimension_properties_base.cpp94m_lblValue = new wxStaticText( m_sizerFormat->GetStaticBox(), wxID_ANY, _("Value:"), wxDefaultPosi… in DIALOG_DIMENSION_PROPERTIES_BASE()
95 m_lblValue->Wrap( -1 ); in DIALOG_DIMENSION_PROPERTIES_BASE()
96 m_lblValue->SetToolTip( _("Measured value of this dimension") ); in DIALOG_DIMENSION_PROPERTIES_BASE()
98 …gbSizerFormat->Add( m_lblValue, wxGBPosition( 0, 0 ), wxGBSpan( 1, 1 ), wxALIGN_CENTER_VERTICAL|wx… in DIALOG_DIMENSION_PROPERTIES_BASE()
/dports/audio/vmpk/vmpk-0.8.6/src/
H A Dvpiano.h242 QLabel* m_lblValue; variable
H A Dvpiano.cpp375 m_lblValue = new QLabel(this); in initToolBars()
376 ui.toolBarControllers->addWidget(m_lblValue); in initToolBars()
377 m_lblValue->setMargin(TOOLBARLABELMARGIN); in initToolBars()
2086 m_lblValue->setText(tr("Value:")); in retranslateToolbars()