Searched defs:pLayout (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QILabelSeparator.cpp | 78 QHBoxLayout *pLayout = new QHBoxLayout (this); local 79 pLayout->setContentsMargins(0, 0, 0, 0); 80 pLayout->addWidget (mLabel); 81 pLayout->addWidget (separator, Qt::AlignBottom);
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIBar.cpp | 47 QLayout *pLayout = layout(); local 49 pLayout->removeWidget(m_pContentWidget); 50 pLayout->addWidget(pWidget); 51 // pLayout->setAlignment(pWidget, Qt::AlignCenter);
|
H A D | UIHostComboEditor.cpp | 344 QHBoxLayout *pLayout = new QHBoxLayout(this); local 347 pLayout->setSpacing(4); 348 pLayout->setContentsMargins(0, 0, 0, 0); 365 pLayout->addWidget(m_pEditor); 366 pLayout->addWidget(m_pButtonClear);
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
H A D | UISettingsSerializer.cpp | 245 QVBoxLayout *pLayout = new QVBoxLayout(this); local 246 AssertPtrReturnVoid(pLayout); 325 pLayout->addLayout(pLayoutTop);
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/ |
H A D | UIVMDesktop.cpp | 239 QHBoxLayout *pLayout = new QHBoxLayout(pContainer); local 242 pLayout->setContentsMargins(0, 0, 0, 0); 252 pLayout->addWidget(m_pHeaderBtn);
|
/vbox/src/VBox/Debugger/ |
H A D | VBoxDbgConsole.cpp | 381 QHBoxLayout *pLayout = new QHBoxLayout(); local 382 //pLayout->setSizeConstraint(QLayout::SetMaximumSize); 385 pLayout->addWidget(pLabel); 390 pLayout->addWidget(m_pInput); 396 pLayout->addWidget(pLabel); 402 pHBox->setLayout(pLayout);
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | UIVMInfoDialog.cpp | 428 QVBoxLayout *pLayout = new QVBoxLayout(m_tabs.value(iTabIndex)); local 431 pLayout->setContentsMargins(0, 0, 0, 0); 444 pLayout->addWidget(m_browsers.value(iTabIndex));
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsElements.cpp | 191 QGraphicsLinearLayout *pLayout = new QGraphicsLinearLayout; local 192 pLayout->setContentsMargins(iMargin, 2 * iMargin + minimumHeaderHeight(), iMargin, iMargin); 193 setLayout(pLayout); 199 pLayout->addItem(m_pPreview);
|
/vbox/src/VBox/Frontends/VirtualBox/src/medium/ |
H A D | UIMediumManager.cpp | 623 QHBoxLayout *pLayout = new QHBoxLayout(this); local 626 pLayout->setContentsMargins(0, 0, 0, 0); 636 pLayout->addWidget(m_pLabel); 637 pLayout->addWidget(m_pProgressBar);
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
H A D | UIGChooserItemGroup.cpp | 1822 QHBoxLayout *pLayout = new QHBoxLayout(this); local 1823 pLayout->setContentsMargins(0, 0, 0, 0); 1825 pLayout->addWidget(m_pLineEdit);
|
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/ |
H A D | UIExtraDataManager.cpp | 1324 QVBoxLayout *pLayout = new QVBoxLayout(m_pPaneOfChooser); local 1325 AssertReturnVoid(pLayout && m_pPaneOfChooser->layout() && 1326 pLayout == m_pPaneOfChooser->layout()); 1329 pLayout->setContentsMargins(0, 0, 3, 0); 1340 pLayout->addWidget(m_pFilterOfChooser); 1376 pLayout->addWidget(m_pViewOfChooser); 1391 QVBoxLayout *pLayout = new QVBoxLayout(m_pPaneOfData); local 1392 AssertReturnVoid(pLayout && m_pPaneOfData->layout() && 1393 pLayout == m_pPaneOfData->layout()); 1396 pLayout [all...] |
Completed in 78 milliseconds