Home
last modified time | relevance | path

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

/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.cpp456 QVBoxLayout *findFeedsLayout = new QVBoxLayout(); in createFeedsWidget() local
457 findFeedsLayout->setMargin(2); in createFeedsWidget()
458 findFeedsLayout->addWidget(findFeeds_); in createFeedsWidget()
461 findFeedsWidget_->setLayout(findFeedsLayout); in createFeedsWidget()