Home
last modified time | relevance | path

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

/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/authentication/
H A DauthenticationConfigurationWidget.cpp23 auto authenticationBox = new QGroupBox(i18n("Authentication Log File")); in AuthenticationConfigurationWidget() local
26 authenticationBox->setLayout(authenticationLayout); in AuthenticationConfigurationWidget()
31 layout->addWidget(authenticationBox); in AuthenticationConfigurationWidget()
35 mAuthenticationUrlRequester = new KUrlRequester(authenticationBox); in AuthenticationConfigurationWidget()
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/smb4k/
H A Dsmb4kconfigpagenetwork.cpp204 QGroupBox *authenticationBox = new QGroupBox(i18n("Authentication"), sambaTab); in Smb4KConfigPageNetwork() local
205 QGridLayout *authenticationBoxLayout = new QGridLayout(authenticationBox); in Smb4KConfigPageNetwork()
207 … new QCheckBox(Smb4KSettings::self()->masterBrowsersRequireAuthItem()->label(), authenticationBox); in Smb4KConfigPageNetwork()
210 …*useKerberos = new QCheckBox(Smb4KSettings::self()->useKerberosItem()->label(), authenticationBox); in Smb4KConfigPageNetwork()
213 …eCCache = new QCheckBox(Smb4KSettings::self()->useWinbindCCacheItem()->label(), authenticationBox); in Smb4KConfigPageNetwork()
244 sambaTabLayout->addWidget(authenticationBox, 0); in Smb4KConfigPageNetwork()
H A Dsmb4kconfigpagecustomoptions.cpp229 QGroupBox *authenticationBox = new QGroupBox(i18n("Authentication"), sambaTab); in Smb4KConfigPageCustomOptions() local
230 QVBoxLayout *authenticationBoxLayout = new QVBoxLayout(authenticationBox); in Smb4KConfigPageCustomOptions()
233 …*useKerberos = new QCheckBox(Smb4KSettings::self()->useKerberosItem()->label(), authenticationBox); in Smb4KConfigPageCustomOptions()
238 sambaTabLayout->addWidget(authenticationBox, 0); in Smb4KConfigPageCustomOptions()
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/core/
H A Dsmb4kcustomoptionsmanager_p.cpp469 QGroupBox *authenticationBox = new QGroupBox(i18n("Authentication"), sambaTab);
470 QVBoxLayout *authenticationBoxLayout = new QVBoxLayout(authenticationBox);
473 …*useKerberos = new QCheckBox(Smb4KSettings::self()->useKerberosItem()->label(), authenticationBox);
480 sambaTabLayout->addWidget(authenticationBox, 0);
826 QGroupBox *authenticationBox = new QGroupBox(i18n("Authentication"), sambaTab);
827 QVBoxLayout *authenticationBoxLayout = new QVBoxLayout(authenticationBox);
830 …*useKerberos = new QCheckBox(Smb4KSettings::self()->useKerberosItem()->label(), authenticationBox);
837 sambaTabLayout->addWidget(authenticationBox, 0);
1061 QGroupBox *authenticationBox = new QGroupBox(i18n("Authentication"), sambaTab);
1062 QVBoxLayout *authenticationBoxLayout = new QVBoxLayout(authenticationBox);
[all …]