KIO
#include <kmimetypechooser.h>
Public Member Functions | |
KMimeTypeChooserDialog (const QString &caption=QString(), const QString &text=QString(), const QStringList &selectedMimeTypes=QStringList(), const QString &defaultGroup=QString(), const QStringList &groupsToShow=QStringList(), int visuals=KMimeTypeChooser::Comments|KMimeTypeChooser::Patterns|KMimeTypeChooser::EditButton, QWidget *parent=0) | |
KMimeTypeChooserDialog (const QString &caption, const QString &text, const QStringList &selectedMimeTypes, const QString &defaultGroup, QWidget *parent=0) | |
~KMimeTypeChooserDialog () | |
KMimeTypeChooser * | chooser () |
Detailed Description
A Dialog to choose some mimetypes.
Provides a checkable tree list of mimetypes, with icons and optinally comments and patterns, and an (optional) button to display the KDE mimetype editor.
Here is an example, using the dialog to set the text of two lineedits:
Definition at line 111 of file kmimetypechooser.h.
Constructor & Destructor Documentation
|
explicit |
Create a KMimeTypeChooser dialog.
- Parameters
-
caption The title of the dialog text A Text to display above the list selectedMimeTypes A list of mimetype names, theese will be checked in the list if they exist. patterns will be added to the list view. visuals A OR'd KMimetypeChooser::Visuals enum to decide which data and buttons to display. defaultGroup The group to open when no groups are selected (like "text"). If not provided, no group is opened. If groupsToShow
is provided and defaultGroup is not a member of that, it is ignored.groupsToShow a list of mimetype groups to show. If empty, all groups are shown. parent The parent widget to use
Definition at line 293 of file kmimetypechooser.cpp.
KMimeTypeChooserDialog::KMimeTypeChooserDialog | ( | const QString & | caption, |
const QString & | text, | ||
const QStringList & | selectedMimeTypes, | ||
const QString & | defaultGroup, | ||
QWidget * | parent = 0 |
||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 312 of file kmimetypechooser.cpp.
KMimeTypeChooserDialog::~KMimeTypeChooserDialog | ( | ) |
Definition at line 345 of file kmimetypechooser.cpp.
Member Function Documentation
KMimeTypeChooser * KMimeTypeChooserDialog::chooser | ( | ) |
- Returns
- a pointer to the KMimeTypeChooser widget
Definition at line 330 of file kmimetypechooser.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.