Home
last modified time | relevance | path

Searched refs:m_widthLabel (Results 1 – 17 of 17) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Ddialog_lib_shape_properties_base.cpp25m_widthLabel = new wxStaticText( this, wxID_ANY, _("Line width:"), wxDefaultPosition, wxDefaultSiz… in DIALOG_LIB_SHAPE_PROPERTIES_BASE()
26 m_widthLabel->Wrap( -1 ); in DIALOG_LIB_SHAPE_PROPERTIES_BASE()
27 bSizerLineWidth->Add( m_widthLabel, 0, wxALIGN_CENTER_VERTICAL|wxALL, 3 ); in DIALOG_LIB_SHAPE_PROPERTIES_BASE()
H A Ddialog_lib_shape_properties_base.h38 wxStaticText* m_widthLabel;
H A Ddialog_lib_shape_properties.cpp35 m_lineWidth( aParent, m_widthLabel, m_widthCtrl, m_widthUnits, true ) in DIALOG_LIB_SHAPE_PROPERTIES()
/dports/games/dustrac/DustRacing2D-ae380b8/src/editor/
H A Dtargetnodesizedlg.cpp32 , m_widthLabel(new QLabel(tr("Width:"))) in TargetNodeSizeDlg()
48 m_layout->addWidget(m_widthLabel, 0, 0); in TargetNodeSizeDlg()
H A Dtargetnodesizedlg.hpp40 QLabel * m_widthLabel; member in TargetNodeSizeDlg
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dlevelcreatepopup.h30 QLabel *m_widthLabel; variable
H A Dexportlevelpopup.cpp399 m_exportOptions->m_widthLabel->hide(); in showEvent()
405 m_exportOptions->m_widthLabel->show(); in showEvent()
748 m_widthLabel = new QLabel; in ExportOptions()
750 m_widthLabel->setText(tr("Width: ")); in ExportOptions()
768 exportBoxLayout->addWidget(m_widthLabel, 0, 0, Qt::AlignRight); in ExportOptions()
H A Dexportlevelpopup.h144 QLabel *m_dpiLabel, *m_widthLabel, *m_heightLabel; variable
H A Dstartuppopup.h30 QLabel *m_widthLabel; variable
H A Dlevelcreatepopup.cpp171 m_widthLabel = new QLabel(tr("Width:")); in LevelCreatePopup()
247 guiLay->addWidget(m_widthLabel, 5, 0, Qt::AlignRight | Qt::AlignVCenter); in LevelCreatePopup()
359 m_widthLabel->setEnabled(isEnable); in setSizeWidgetEnable()
H A Dstartuppopup.cpp105 m_widthLabel = new QLabel(tr("Width:"), this); in StartupPopup()
222 newSceneLay->addWidget(m_widthLabel, 3, 0, in StartupPopup()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/richtext/
H A Drichtextsizepage.h194 wxStaticText* m_widthLabel; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/richtext/
H A Drichtextsizepage.h194 wxStaticText* m_widthLabel; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/richtext/
H A Drichtextsizepage.cpp146 m_widthLabel = NULL; in Init()
324m_widthLabel = new wxStaticText( itemRichTextDialogPage1, wxID_STATIC, _("&Width:"), wxDefaultPosi… in CreateControls()
325 m_widthLabel->Show(false); in CreateControls()
326 m_widthSizer->Add(m_widthLabel, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); in CreateControls()
696 m_widthSizer->Show(m_widthLabel, true); in CreateControls()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/richtext/
H A Drichtextsizepage.cpp146 m_widthLabel = NULL; in Init()
324m_widthLabel = new wxStaticText( itemRichTextDialogPage1, wxID_STATIC, _("&Width:"), wxDefaultPosi… in CreateControls()
325 m_widthLabel->Show(false); in CreateControls()
326 m_widthSizer->Add(m_widthLabel, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); in CreateControls()
696 m_widthSizer->Show(m_widthLabel, true); in CreateControls()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/richtext/
H A Drichtextsizepage.cpp146 m_widthLabel = NULL; in Init()
324m_widthLabel = new wxStaticText( itemRichTextDialogPage1, wxID_STATIC, _("&Width:"), wxDefaultPosi… in CreateControls()
325 m_widthLabel->Show(false); in CreateControls()
326 m_widthSizer->Add(m_widthLabel, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); in CreateControls()
696 m_widthSizer->Show(m_widthLabel, true); in CreateControls()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/richtext/
H A Drichtextsizepage.h196 wxStaticText* m_widthLabel; variable