KIO
Go to the documentation of this file.
19 #include <QtCore/QStringList>
20 #include <QtGui/QPushButton>
67 void nameChanged(
const QString&);
75 void startLoading(
int count);
91 class KIconCanvasPrivate;
92 KIconCanvasPrivate*
const d;
96 Q_PRIVATE_SLOT(d,
void _k_slotLoadFiles())
138 void setStrictIconSize(
bool b);
142 bool strictIconSize()
const;
146 void setCustomLocation(
const QString& location );
153 void setIconSize(
int size);
159 int iconSize()
const;
170 bool strictIconSize =
false,
int iconSize = 0,
171 bool user =
false,
bool lockUser =
false,
172 bool lockCustomDir =
false );
208 bool strictIconSize=
false,
int iconSize = 0,
209 bool user=
false,
QWidget *parent=0,
213 void newIconName(
const QString&);
219 class KIconDialogPrivate;
220 KIconDialogPrivate*
const d;
224 Q_PRIVATE_SLOT(d,
void _k_slotContext(
int))
225 Q_PRIVATE_SLOT(d,
void _k_slotStartLoading(
int))
226 Q_PRIVATE_SLOT(d,
void _k_slotProgress(
int))
227 Q_PRIVATE_SLOT(d,
void _k_slotFinished())
228 Q_PRIVATE_SLOT(d,
void _k_slotAcceptIcons())
229 Q_PRIVATE_SLOT(d,
void _k_slotBrowse())
230 Q_PRIVATE_SLOT(d,
void _k_slotOtherIconClicked())
231 Q_PRIVATE_SLOT(d,
void _k_slotSystemIconClicked())
246 Q_PROPERTY(
QString icon READ icon WRITE setIcon RESET resetIcon )
247 Q_PROPERTY(
int iconSize READ iconSize WRITE setIconSize)
248 Q_PROPERTY(
bool strictIconSize READ strictIconSize WRITE setStrictIconSize )
275 void setStrictIconSize(
bool b);
279 bool strictIconSize() const;
290 void setIcon(const
QString& icon);
292 void setIcon(const
QIcon& icon);
309 void setIconSize(
int size );
315 int iconSize() const;
323 void setButtonIconSize(
int size );
329 int buttonIconSize() const;
336 void iconChanged(const
QString &icon);
339 class KIconButtonPrivate;
340 KIconButtonPrivate* const d;
344 Q_PRIVATE_SLOT(d,
void _k_slotChangeIcon())
345 Q_PRIVATE_SLOT(d,
void _k_newIconName(const
QString&))
349 #endif // KICONDIALOG_H
Dialog for interactive selection of icons.
Icon canvas for KIconDialog.
QString number(KIO::filesize_t size)
Converts a size to a string representation Not unlike QString::number(...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:53 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.