Home
last modified time | relevance | path

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

/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Doptionsdialog.cpp916 QVBoxLayout* readingMainLayout = new QVBoxLayout(); in createFeedsWidget() local
967 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 …]