Searched refs:bottomMainLayout (Results 1 – 4 of 4) sorted by relevance
735 QVBoxLayout* bottomMainLayout = new QVBoxLayout; in setup() local736 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()
251 QVBoxLayout* bottomMainLayout; variable