Searched refs:hLayout (Results 1 – 6 of 6) sorted by relevance
7 QHBoxLayout *hLayout = new QHBoxLayout(this); in RecorderWidget() local8 hLayout->setMargin(0); in RecorderWidget()10 hLayout->addWidget(recorder); in RecorderWidget()
30 QHBoxLayout *hLayout = new QHBoxLayout; in MessageBox() local64 hLayout->addStretch(); in MessageBox()65 hLayout->addWidget(yes); in MessageBox()66 hLayout->addWidget(no); in MessageBox()67 VLayout->addLayout(hLayout); in MessageBox()
11 QHBoxLayout *hLayout = new QHBoxLayout(this); in SerailPlugin() local12 hLayout->setContentsMargins(0,0,0,0); in SerailPlugin()13 hLayout->addWidget(m_statckWidget); in SerailPlugin()
29 QHBoxLayout *hLayout = new QHBoxLayout(this); in MatrixBrowerWidget() local36 hLayout->addWidget(view); in MatrixBrowerWidget()
58 QHBoxLayout *hLayout = new QHBoxLayout(this); in BrowserWindow() local59 hLayout->addWidget(centralWidget); in BrowserWindow()