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

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVDPageExpert.cpp79 QGridLayout *pSizeCntLayout = new QGridLayout(m_pSizeCnt); local
110 pSizeCntLayout->addWidget(m_pSizeSlider, 0, 0, 1, 3);
111 pSizeCntLayout->addWidget(m_pSizeEditor, 0, 3);
112 pSizeCntLayout->addWidget(m_pSizeMin, 1, 0);
113 pSizeCntLayout->setColumnStretch(1, 1);
114 pSizeCntLayout->addWidget(m_pSizeMax, 1, 2);

Completed in 580 milliseconds