digiKam
|
Public Member Functions | |
FTImportWidget (QWidget *const parent, DInfoInterface *const iface) | |
DItemsList * | imagesList () const |
QList< QUrl > | sourceUrls () const |
QWidget * | uploadWidget () const |
~FTImportWidget () override | |
Helper widget for the import tool.
|
explicit |
Constructor.
parent | the parent widget |
interface | application interface to use |
References Digikam::DInfoInterface::uploadWidget().
|
override |
Destructor.
DItemsList * DigikamGenericFileTransferPlugin::FTImportWidget::imagesList | ( | ) | const |
Returns the image list used to manage images to import.
QList< QUrl > DigikamGenericFileTransferPlugin::FTImportWidget::sourceUrls | ( | ) | const |
Returns the current list of source urls to import contained in the image list.
QWidget * DigikamGenericFileTransferPlugin::FTImportWidget::uploadWidget | ( | ) | const |
Returns the upload widget for specifying the target location.