Home
last modified time | relevance | path

Searched refs:hLayout (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/audiorecorder/
H A Drecorderwidget.cpp7 QHBoxLayout *hLayout = new QHBoxLayout(this); in RecorderWidget() local
8 hLayout->setMargin(0); in RecorderWidget()
10 hLayout->addWidget(recorder); in RecorderWidget()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/audiorecorder/
H A Drecorderwidget.cpp7 QHBoxLayout *hLayout = new QHBoxLayout(this); in RecorderWidget() local
8 hLayout->setMargin(0); in RecorderWidget()
10 hLayout->addWidget(recorder); in RecorderWidget()
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/
H A Dmessagebox.cpp30 QHBoxLayout *hLayout = new QHBoxLayout; in MessageBox() local
64 hLayout->addStretch(); in MessageBox()
65 hLayout->addWidget(yes); in MessageBox()
66 hLayout->addWidget(no); in MessageBox()
67 VLayout->addLayout(hLayout); in MessageBox()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Dserailplugin.cpp11 QHBoxLayout *hLayout = new QHBoxLayout(this); in SerailPlugin() local
12 hLayout->setContentsMargins(0,0,0,0); in SerailPlugin()
13 hLayout->addWidget(m_statckWidget); in SerailPlugin()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/matrix-brower/
H A Dmatrixbrowerwidget.cpp29 QHBoxLayout *hLayout = new QHBoxLayout(this); in MatrixBrowerWidget() local
36 hLayout->addWidget(view); in MatrixBrowerWidget()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dbrowserwindow.cpp58 QHBoxLayout *hLayout = new QHBoxLayout(this); in BrowserWindow() local
59 hLayout->addWidget(centralWidget); in BrowserWindow()