KNewStuff
#include <uploaddialog.h>
Public Member Functions | |
UploadDialog (QWidget *parent) | |
~UploadDialog () | |
Entry * | entry () const |
void | setPayloadFile (const KUrl &payloadFile) |
void | setPreviewFile (const KUrl &previewFile) |
Protected Slots | |
void | slotOk () |
Detailed Description
KNewStuff file upload dialog.
Using this dialog, data can easily be uploaded to the Hotstuff servers. It should however not be used on its own, as an engine will invoke it for the upload workflow.
- Maintainer:
- Jeremy Whiting (jpwhi) ting @kde. org
Definition at line 52 of file knewstuff2/ui/uploaddialog.h.
Constructor & Destructor Documentation
UploadDialog::UploadDialog | ( | QWidget * | parent | ) |
Constructor.
- Parameters
-
parent the parent window
Definition at line 48 of file knewstuff2/ui/uploaddialog.cpp.
UploadDialog::~UploadDialog | ( | ) |
Destructor.
Definition at line 82 of file knewstuff2/ui/uploaddialog.cpp.
Member Function Documentation
Entry * UploadDialog::entry | ( | ) | const |
Definition at line 177 of file knewstuff2/ui/uploaddialog.cpp.
void UploadDialog::setPayloadFile | ( | const KUrl & | payloadFile | ) |
Sets the payload filename.
This is optional, but necessary if the application wants to support reusing previously filled out form data based on the filename.
- Parameters
-
payloadFile the payload data file
Definition at line 143 of file knewstuff2/ui/uploaddialog.cpp.
void UploadDialog::setPreviewFile | ( | const KUrl & | previewFile | ) |
Sets the preview filename.
This is only meaningful if the application supports previews.
- Parameters
-
previewFile the preview image file
Definition at line 138 of file knewstuff2/ui/uploaddialog.cpp.
|
protectedslot |
Definition at line 88 of file knewstuff2/ui/uploaddialog.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:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.