Home
last modified time | relevance | path

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

/dports/x11-fm/dolphin/dolphin-21.12.3/src/settings/startup/
H A Dstartupsettingspage.cpp31 m_homeUrl(nullptr), in StartupSettingsPage()
60 m_homeUrl = new QLineEdit(); in StartupSettingsPage()
61 m_homeUrl->setClearButtonEnabled(true); in StartupSettingsPage()
62 homeUrlBoxLayout->addWidget(m_homeUrl); in StartupSettingsPage()
120 connect(m_homeUrl, &QLineEdit::textChanged, this, &StartupSettingsPage::slotSettingsChanged); in StartupSettingsPage()
141 const QUrl url(QUrl::fromUserInput(m_homeUrl->text(), QString(), QUrl::AssumeLocalFile)); in applySettings()
201 const QUrl homeUrl(QUrl::fromUserInput(m_homeUrl->text(), QString(), QUrl::AssumeLocalFile)); in selectHomeUrl()
204 m_homeUrl->setText(url.toDisplayString(QUrl::PreferLocalFile)); in selectHomeUrl()
211 m_homeUrl->setText(m_url.toDisplayString(QUrl::PreferLocalFile)); in useCurrentLocation()
216 m_homeUrl->setText(QDir::homePath()); in useDefaultLocation()
[all …]
H A Dstartupsettingspage.h50 QLineEdit* m_homeUrl; variable
/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Dkurlnavigator.cpp187 QUrl m_homeUrl; member in KUrlNavigatorPrivate
981 if (d->m_homeUrl.isEmpty() || !d->m_homeUrl.isValid()) { in goHome()
984 setLocationUrl(d->m_homeUrl); in goHome()
990 d->m_homeUrl = url; in setHomeUrl()
995 return d->m_homeUrl; in homeUrl()