KAbstractFileModule Class Reference
from PyKDE4.kio import *
Inherits: QObject
Detailed Description
- Abstract class:
- This class can be used as a base class for new classes, but can not be instantiated directly.
Interface to the module that contains the file widget.
libkfilemodule returns an object that derives from KAbstractFileModule.
This is internal to KFileDialog.
Methods | |
__init__ (self, QObject parent) | |
QWidget | createFileWidget (self, KUrl startDir, QWidget parent) |
KUrl | getStartUrl (self, KUrl startDir, QString recentDirClass) |
KUrl | selectDirectory (self, KUrl startDir, bool localOnly, QWidget parent, QString caption) |
setStartDir (self, KUrl directory) |
Method Documentation
__init__ | ( | self, | ||
QObject | parent | |||
) |
- Abstract method:
- This method is abstract and can be overridden but not called directly.
the returned widget implements the KAbstractFileWidget interface
- Abstract method:
- This method is abstract and can be overridden but not called directly.
- Abstract method:
- This method is abstract and can be overridden but not called directly.
Creates a modal file dialog and returns the selected directory or an empty string if none was chosen.
setStartDir | ( | self, | ||
KUrl | directory | |||
) |
- Abstract method:
- This method is abstract and can be overridden but not called directly.