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

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp410 QVBoxLayout *pVLayout = new QVBoxLayout(); local
411 pVLayout->setContentsMargins(0, 0, 0, 0);
412 pVLayout->setSpacing(5);
413 pVLayout->addWidget(m_pOutput);
414 pVLayout->addWidget(pHBox);
415 setLayout(pVLayout);
H A DVBoxDbgStatsQt4.cpp3095 QVBoxLayout *pVLayout = new QVBoxLayout;
3096 pVLayout->addWidget(pHBox);
3097 pVLayout->addWidget(m_pView);
3098 setLayout(pVLayout);

Completed in 49 milliseconds