class ListJob |
|
A ListJob is allows you to get the get the content of a directory.
Don't create the job directly, but use KIO.listRecursive() or
KIO.listDir() instead.
See also KIO.listRecursive() See also KIO.listDir() |
|
|
|
This signal emits the entry found by the job while listing.
The progress signals aren't specific to ListJob. It simply
uses SimpleJob's processedSize (number of entries listed) and
totalSize (total number of entries, if known),
as well as percent.
job - the job that emitted this signal list - the list of UDSEntries |
|
Signals a permanent redirection.
The redirection itself is handled internally.
job - the job that emitted this signal fromUrl - the original URL toUrl - the new URL |
|
Signals a redirection.
Use to update the URL shown to the user.
The redirection itself is handled internally.
job - the job that is redirected url - the new url |
|
Returns the ListJob's redirection URL. This will be invalid if there was no redirection. Returns the redirection url |
|
Do not apply any KIOSK restrictions to this job. |
|
|
|