Home
last modified time | relevance | path

Searched refs:m_heightLabel (Results 1 – 14 of 14) sorted by relevance

/dports/games/dustrac/DustRacing2D-ae380b8/src/editor/
H A Dtargetnodesizedlg.cpp34 , m_heightLabel(new QLabel(tr("Height:"))) in TargetNodeSizeDlg()
50 m_layout->addWidget(m_heightLabel, 1, 0); in TargetNodeSizeDlg()
H A Dtargetnodesizedlg.hpp42 QLabel * m_heightLabel; member in TargetNodeSizeDlg
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dlevelcreatepopup.h31 QLabel *m_heightLabel; variable
H A Dexportlevelpopup.cpp400 m_exportOptions->m_heightLabel->hide(); in showEvent()
406 m_exportOptions->m_heightLabel->show(); in showEvent()
749 m_heightLabel = new QLabel; in ExportOptions()
751 m_heightLabel->setText(tr("Height: ")); in ExportOptions()
770 exportBoxLayout->addWidget(m_heightLabel, 0, 2, Qt::AlignRight); in ExportOptions()
H A Dexportlevelpopup.h144 QLabel *m_dpiLabel, *m_widthLabel, *m_heightLabel; variable
H A Dstartuppopup.h31 QLabel *m_heightLabel; variable
H A Dlevelcreatepopup.cpp173 m_heightLabel = new QLabel(tr("Height:")); in LevelCreatePopup()
249 guiLay->addWidget(m_heightLabel, 5, 2, Qt::AlignRight | Qt::AlignVCenter); in LevelCreatePopup()
360 m_heightLabel->setEnabled(isEnable); in setSizeWidgetEnable()
H A Dstartuppopup.cpp107 m_heightLabel = new QLabel(tr("Height:"), this); in StartupPopup()
225 newSceneLay->addWidget(m_heightLabel, 3, 2, in StartupPopup()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/richtext/
H A Drichtextsizepage.h199 wxStaticText* m_heightLabel; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/richtext/
H A Drichtextsizepage.h199 wxStaticText* m_heightLabel; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/richtext/
H A Drichtextsizepage.cpp151 m_heightLabel = NULL; in Init()
358m_heightLabel = new wxStaticText( itemRichTextDialogPage1, wxID_STATIC, _("&Height:"), wxDefaultPo… in CreateControls()
359 m_heightLabel->Show(false); in CreateControls()
360 m_heightSizer->Add(m_heightLabel, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); in CreateControls()
698 m_heightSizer->Show(m_heightLabel, true); in CreateControls()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/richtext/
H A Drichtextsizepage.cpp151 m_heightLabel = NULL; in Init()
358m_heightLabel = new wxStaticText( itemRichTextDialogPage1, wxID_STATIC, _("&Height:"), wxDefaultPo… in CreateControls()
359 m_heightLabel->Show(false); in CreateControls()
360 m_heightSizer->Add(m_heightLabel, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); in CreateControls()
698 m_heightSizer->Show(m_heightLabel, true); in CreateControls()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/richtext/
H A Drichtextsizepage.cpp151 m_heightLabel = NULL; in Init()
358m_heightLabel = new wxStaticText( itemRichTextDialogPage1, wxID_STATIC, _("&Height:"), wxDefaultPo… in CreateControls()
359 m_heightLabel->Show(false); in CreateControls()
360 m_heightSizer->Add(m_heightLabel, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); in CreateControls()
698 m_heightSizer->Show(m_heightLabel, true); in CreateControls()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/richtext/
H A Drichtextsizepage.h201 wxStaticText* m_heightLabel; variable