Home
last modified time | relevance | path

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

/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Dkurlcombobox.cpp30 KUrlComboBoxPrivate(KUrlComboBox *parent) in KUrlComboBoxPrivate()
48 void init(KUrlComboBox::Mode mode);
56 KUrlComboBox *const m_parent;
60 KUrlComboBox::Mode myMode;
92 KUrlComboBox::KUrlComboBox(Mode mode, QWidget *parent) in KUrlComboBox() function in KUrlComboBox
99 KUrlComboBox::KUrlComboBox(Mode mode, bool rw, QWidget *parent) in KUrlComboBox() function in KUrlComboBox
106 KUrlComboBox::~KUrlComboBox() in ~KUrlComboBox()
131 QStringList KUrlComboBox::urls() const in urls()
160 void KUrlComboBox::setDefaults() in setDefaults()
322 void KUrlComboBox::setMaxItems(int max) in setMaxItems()
[all …]
H A Dkurlcombobox.h39 class KIOWIDGETS_EXPORT KUrlComboBox : public KComboBox
73 explicit KUrlComboBox(Mode mode, QWidget *parent = nullptr);
74 KUrlComboBox(Mode mode, bool rw, QWidget *parent = nullptr);
78 ~KUrlComboBox() override;
190 Q_DISABLE_COPY(KUrlComboBox)
/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dkurlcomboboxtest.cpp32 KUrlComboBox combo(KUrlComboBox::Directories); in testTextForItem()
40 KUrlComboBox combo(KUrlComboBox::Directories); in testSetUrlMultipleTimes()
47 KUrlComboBox combo(KUrlComboBox::Both); in testRemoveUrl()
106 KUrlComboBox combo(KUrlComboBox::Both); in testAddUrls()
126 KUrlComboBox combo(KUrlComboBox::Both); in testSetMaxItems()
/dports/textproc/kompare/kompare-21.12.3/src/dialogpages/
H A Dfilespage.h19 class KUrlComboBox; variable
62 void doOpen(KUrlComboBox* urlComboBox, bool selectFolders);
68 KUrlComboBox* m_firstURLComboBox;
69 KUrlComboBox* m_secondURLComboBox;
H A Dfilespage.cpp30 m_firstURLComboBox = new KUrlComboBox(KUrlComboBox::Both, true, m_firstGB); in FilesPage()
60 m_secondURLComboBox = new KUrlComboBox(KUrlComboBox::Both, true, m_secondGB); in FilesPage()
116 KUrlComboBox* urlComboBox = findChild<KUrlComboBox*>(button->property("combobox").toString()); in open()
121 void FilesPage::doOpen(KUrlComboBox* urlComboBox, bool selectFolders) in doOpen()
H A Ddiffpage.h26 class KUrlComboBox; variable
81 KUrlComboBox* m_excludeFileURLComboBox;
H A Ddiffpage.cpp330 m_excludeFileURLComboBox = new KUrlComboBox(KUrlComboBox::Files, true); in addExcludeTab()
/dports/math/rkward-kde/rkward-0.7.1/rkward/windows/
H A Drkfilebrowser.cpp103 urlbox = new KUrlComboBox (KUrlComboBox::Directories, true, this); in RKFileBrowserWidget()
141 …connect (urlbox, static_cast<void (KUrlComboBox::*)(const QString&)>(&KUrlComboBox::returnPressed)… in RKFileBrowserWidget()
142 connect (urlbox, &KUrlComboBox::urlActivated, this, &RKFileBrowserWidget::urlChangedInCombo); in RKFileBrowserWidget()
H A Drkfilebrowser.h28 class KUrlComboBox; variable
74 KUrlComboBox *urlbox;
/dports/audio/kwave/kwave-21.12.3/libgui/
H A DFileDialog.h33 class KUrlComboBox; variable
117 KUrlComboBox *locationEdit() const;
H A DFileDialog.cpp347 KUrlComboBox *Kwave::FileDialog::locationEdit() const in locationEdit()
/dports/databases/kexi/kexi-3.2.0/src/widget/
H A DKexiFileRequester.cpp407 KUrlComboBox *locationEdit;
509 d->locationEdit = new KUrlComboBox(KUrlComboBox::Files, true); in init()
512 connect(d->locationEdit, &KUrlComboBox::editTextChanged, d, in init()
515 connect(d->locationEdit, QOverload<>::of(&KUrlComboBox::returnPressed), in init()
518 connect(d->locationEdit, static_cast<void (KUrlComboBox::*)()>(&KUrlComboBox::returnPressed), in init()
/dports/deskutils/kfind/kfind-21.12.3/src/
H A Dkftabdlg.h15 class KUrlComboBox; variable
67 KUrlComboBox *dirBox;
H A Dkftabdlg.cpp69 dirBox = new KUrlComboBox(KUrlComboBox::Directories, pages[0]); in KfindTabWidget()
158 …connect(dirBox, QOverload<const QString &>::of(&KUrlComboBox::returnPressed), this, &KfindTabWidge… in KfindTabWidget()
/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Dkfilewidget.h29 class KUrlComboBox; variable
380 KUrlComboBox *locationEdit() const;
H A Dkurlnavigator.h24 class KUrlComboBox; variable
259 KUrlComboBox *editor() const;
H A Dkurlnavigator.cpp189 KUrlComboBox *m_pathBox = nullptr;
245 m_pathBox = new KUrlComboBox(KUrlComboBox::Directories, true, q); in KUrlNavigatorPrivate()
254 q->connect(m_pathBox, qOverload<const QString &>(&KUrlComboBox::returnPressed), q, [this]() { in KUrlNavigatorPrivate()
257 q->connect(m_pathBox, &KUrlComboBox::urlActivated, q, &KUrlNavigator::setLocationUrl); in KUrlNavigatorPrivate()
308 m_pathBox->setUrls(urls, KUrlComboBox::RemoveBottom); in applyUncommittedUrl()
1297 KUrlComboBox *KUrlNavigator::editor() const in editor()
H A Dkfilewidget.cpp241 KUrlComboBox *m_locationEdit = nullptr;
536 KUrlComboBox *pathCombo = d->m_urlNavigator->editor(); in KFileWidget()
548 d->m_locationEdit = new KUrlComboBox(KUrlComboBox::Files, true, this); in KFileWidget()
554 connect(d->m_locationEdit, &KUrlComboBox::editTextChanged, this, [this](const QString &text) { in KFileWidget()
1518 KUrlComboBox *pathCombo = m_urlNavigator->editor(); in urlEntered()
1945 KUrlComboBox *combo = m_urlNavigator->editor(); in readViewConfig()
1991 KUrlComboBox *pathCombo = m_urlNavigator->editor(); in writeViewConfig()
2023 KUrlComboBox *combo = m_urlNavigator->editor(); in readRecentFiles()
2024 combo->setUrls(m_configGroup.readPathEntry(RecentURLs, QStringList()), KUrlComboBox::RemoveTop); in readRecentFiles()
2040 KUrlComboBox *pathCombo = m_urlNavigator->editor(); in saveRecentFiles()
[all …]
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kio/
H A Dkfiledialog.h39 class KUrlComboBox; variable
720 KUrlComboBox *locationEdit() const;
H A Dkfiledialog.cpp885 KUrlComboBox *KFileDialog::locationEdit() const in locationEdit()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Ddolphinurlnavigatorscontroller.cpp49 connect(dolphinUrlNavigator->editor(), &KUrlComboBox::completionModeChanged, in registerDolphinUrlNavigator()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dopenprojectpage.cpp44 connect( fileWidget->locationEdit(), &KUrlComboBox::editTextChanged, in OpenProjectPage()
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/core/
H A Dsmb4kclient_p.cpp2263 KUrlComboBox *urlCombo = new KUrlComboBox(KUrlComboBox::Directories, toolBar);
2523 KUrlComboBox *urlCombo = findChild<KUrlComboBox *>();
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkio.py2101 return KUrlComboBox()
4194 return KUrlComboBox()
5438 return KUrlComboBox()
6985 class KUrlComboBox(KComboBox): class
7090 return KUrlComboBox()