KMimeTypeChooserDialog Class Reference
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. More...
#include <kmimetypechooser.h>
Inheritance diagram for KMimeTypeChooserDialog:


Public Member Functions | |
KMimeTypeChooserDialog (const QString &caption=QString::null, const QString &text=QString::null, const QStringList &selectedMimeTypes=QStringList(), const QString &defaultGroup=QString::null, const QStringList &groupsToShow=QStringList(), int visuals=KMimeTypeChooser::Comments|KMimeTypeChooser::Patterns|KMimeTypeChooser::EditButton, QWidget *parent=0, const char *name=0) | |
KMimeTypeChooserDialog (const QString &caption, const QString &text, const QStringList &selectedMimeTypes, const QString &defaultGroup, QWidget *parent=0, const char *name=0) | |
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:
QString text = i18n("Select the MimeTypes you want for this file type."); QStringList list = QStringList::split( QRegExp("\\s*;\\s*"), leMimetypes->text() ); KMimeTypeChooserDialog *d = new KMimeTypeChooserDialog( this, 0, i18n("Select Mime Types"), text, list, "text" ); if ( d->exec() == KDialogBase::Accepted ) { leWildcards->setText( d->chooser()->patterns().join(";") ); leMimetypes->setText( d->chooser()->mimeTypes().join(";") ); }
- Author:
- Anders Lund (anders at alweb dk) dec 19, 2001
Definition at line 131 of file kmimetypechooser.h.
Constructor & Destructor Documentation
|
Create a KMimeTypeChooser dialog.
Definition at line 249 of file kmimetypechooser.cpp. References KConfigBase::readSizeEntry(), and KDialogBase::setMainWidget(). |
|
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 268 of file kmimetypechooser.cpp. References KConfigBase::readSizeEntry(), and KDialogBase::setMainWidget(). |
Member Function Documentation
|
Definition at line 174 of file kmimetypechooser.h. |
The documentation for this class was generated from the following files: