Searched defs:sltSizeSliderValueChanged (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVDPageExpert.cpp182 connect(m_pSizeSlider, SIGNAL(valueChanged(int)), this, SLOT(sltSizeSliderValueChanged(int)));
231 void UIWizardNewVDPageExpert::sltSizeSliderValueChanged(int iValue) function in class:UIWizardNewVDPageExpert
H A DUIWizardNewVDPageBasic3.cpp332 connect(m_pSizeSlider, SIGNAL(valueChanged(int)), this, SLOT(sltSizeSliderValueChanged(int)));
346 void UIWizardNewVDPageBasic3::sltSizeSliderValueChanged(int iValue) function in class:UIWizardNewVDPageBasic3

Completed in 58 milliseconds