Searched refs:pMemoryCntLayout (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVMPageExpert.cpp66 QGridLayout *pMemoryCntLayout = new QGridLayout(m_pMemoryCnt); local
92 pMemoryCntLayout->addWidget(m_pRamSlider, 0, 0, 1, 3);
93 pMemoryCntLayout->addWidget(m_pRamEditor, 0, 3);
94 pMemoryCntLayout->addWidget(m_pRamUnits, 0, 4);
95 pMemoryCntLayout->addWidget(m_pRamMin, 1, 0);
96 pMemoryCntLayout->setColumnStretch(1, 1);
97 pMemoryCntLayout->addWidget(m_pRamMax, 1, 2);

Completed in 54 milliseconds