Home
last modified time | relevance | path

Searched refs:bottomMainLayout (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/ !
H A Dcrawlerwidget.cpp
H A Dcrawlerwidget.h
/glogg/src/ !
H A Dcrawlerwidget.cpp735 QVBoxLayout* bottomMainLayout = new QVBoxLayout; in setup() local
736 bottomMainLayout->addLayout(searchLineLayout); in setup()
737 bottomMainLayout->addLayout(searchInfoLineLayout); in setup()
738 bottomMainLayout->addWidget(filteredView); in setup()
739 bottomMainLayout->setContentsMargins(2, 1, 2, 1); in setup()
740 bottomWindow->setLayout(bottomMainLayout); in setup()
H A Dcrawlerwidget.h251 QVBoxLayout* bottomMainLayout; variable