Searched defs:sltSelectLocationButtonClicked (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/ |
H A D | UIWizardCloneVDPageBasic4.cpp | 185 connect(m_pDestinationDiskOpenButton, SIGNAL(clicked()), this, SLOT(sltSelectLocationButtonClicked())); 192 void UIWizardCloneVDPageBasic4::sltSelectLocationButtonClicked() function in class:UIWizardCloneVDPageBasic4
|
H A D | UIWizardCloneVDPageExpert.cpp | 155 connect(m_pDestinationDiskOpenButton, SIGNAL(clicked()), this, SLOT(sltSelectLocationButtonClicked())); 223 void UIWizardCloneVDPageExpert::sltSelectLocationButtonClicked() function in class:UIWizardCloneVDPageExpert
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/ |
H A D | UIWizardNewVDPageExpert.cpp | 181 connect(m_pLocationOpenButton, SIGNAL(clicked()), this, SLOT(sltSelectLocationButtonClicked())); 225 void UIWizardNewVDPageExpert::sltSelectLocationButtonClicked() function in class:UIWizardNewVDPageExpert
|
H A D | UIWizardNewVDPageBasic3.cpp | 331 connect(m_pLocationOpenButton, SIGNAL(clicked()), this, SLOT(sltSelectLocationButtonClicked())); 340 void UIWizardNewVDPageBasic3::sltSelectLocationButtonClicked() function in class:UIWizardNewVDPageBasic3
|
Completed in 36 milliseconds