Searched refs:readingMainLayout (Results 1 – 1 of 1) sorted by relevance
916 QVBoxLayout* readingMainLayout = new QVBoxLayout(); in createFeedsWidget() local967 readingMainLayout->addWidget(markNewsReadOn_); in createFeedsWidget()968 readingMainLayout->addWidget(markReadSwitchingFeed_); in createFeedsWidget()969 readingMainLayout->addWidget(markReadClosingTab_); in createFeedsWidget()970 readingMainLayout->addWidget(markReadMinimize_); in createFeedsWidget()971 readingMainLayout->addSpacing(10); in createFeedsWidget()972 readingMainLayout->addWidget(new QLabel(tr("Prevent accidental deletion of:"))); in createFeedsWidget()973 readingMainLayout->addLayout(curLayout); in createFeedsWidget()974 readingMainLayout->addWidget(changeBehaviorActionNUN_); in createFeedsWidget()975 readingMainLayout->addStretch(); in createFeedsWidget()[all …]