KFile
Go to the documentation of this file. 21 #ifndef KDIRSELECTDIALOG_H 22 #define KDIRSELECTDIALOG_H 29 class QAbstractItemView;
49 bool localOnly =
false,
68 QAbstractItemView* view()
const;
73 bool localOnly()
const;
90 static KUrl selectDirectory(
const KUrl& startDir =
KUrl(),
91 bool localOnly =
false,
QWidget *parent = 0L,
92 const QString&
caption = QString());
97 KUrl startDir()
const;
103 void setCurrentUrl(
const KUrl& url );
106 virtual void accept();
111 virtual void hideEvent( QHideEvent *event );
117 Q_PRIVATE_SLOT( d,
void slotCurrentChanged() )
118 Q_PRIVATE_SLOT( d,
void slotExpand(
const QModelIndex&) )
119 Q_PRIVATE_SLOT( d,
void slotUrlActivated(
const QString&) )
120 Q_PRIVATE_SLOT( d,
void slotComboTextChanged(
const QString&) )
121 Q_PRIVATE_SLOT( d,
void slotContextMenuRequested(
const QPoint&) )
122 Q_PRIVATE_SLOT( d,
void slotNewFolder() )
123 Q_PRIVATE_SLOT( d,
void slotMoveToTrash() )
124 Q_PRIVATE_SLOT( d,
void slotDelete() )
125 Q_PRIVATE_SLOT( d,
void slotProperties() )
A pretty dialog for a KDirSelect control for selecting directories.
virtual void hideEvent(QHideEvent *)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 00:00:00 by
doxygen 1.8.15 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.