Home
last modified time | relevance | path

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

/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/authentication/
H A DauthenticationConfigurationWidget.cpp24 auto authenticationLayout = new QVBoxLayout(); in AuthenticationConfigurationWidget() local
26 authenticationBox->setLayout(authenticationLayout); in AuthenticationConfigurationWidget()
28 authenticationLayout->addWidget(mWarningBox); in AuthenticationConfigurationWidget()
29 authenticationLayout->addLayout(filePathLayout); in AuthenticationConfigurationWidget()
/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Daddfeedwizard.cpp122 QGridLayout *authenticationLayout = new QGridLayout(); in createUrlFeedPage() local
123 authenticationLayout->addWidget(new QLabel(tr("Username:")), 0, 0); in createUrlFeedPage()
124 authenticationLayout->addWidget(user_, 0, 1); in createUrlFeedPage()
125 authenticationLayout->addWidget(new QLabel(tr("Password:")), 1, 0); in createUrlFeedPage()
126 authenticationLayout->addWidget(pass_, 1, 1); in createUrlFeedPage()
128 authentication_->setLayout(authenticationLayout); in createUrlFeedPage()
H A Dfeedpropertiesdialog.cpp325 QGridLayout *authenticationLayout = new QGridLayout(); in createAuthenticationTab() local
326 authenticationLayout->addWidget(new QLabel(tr("Username:")), 2, 0); in createAuthenticationTab()
327 authenticationLayout->addWidget(user_, 2, 1); in createAuthenticationTab()
328 authenticationLayout->addWidget(new QLabel(tr("Password:")), 3, 0); in createAuthenticationTab()
329 authenticationLayout->addWidget(pass_, 3, 1); in createAuthenticationTab()
331 authentication_->setLayout(authenticationLayout); in createAuthenticationTab()