Pencil2D
ff90c0872e88be3bf81c548cd60f01983012ec49
Pencil2D is an animation software for both bitmap and vector graphics. It is free, multi-platform, and open source.
|
Public Member Functions | |
ImportExportDialog (QWidget *parent=0) | |
QString | getFilePath () |
QStringList | getFilePaths () |
Protected Types | |
enum | Mode { Import, Export } |
Protected Member Functions | |
void | init () |
QGroupBox * | getOptionsGroupBox () |
void | setFileExtension (QString extension) |
virtual Mode | getMode ()=0 |
virtual FileType | getFileType ()=0 |
Private Slots | |
void | browse () |
Private Attributes | |
Ui::ImportExportDialog * | ui |
FileDialog * | m_fileDialog |
QStringList | m_filePaths |
Definition at line 29 of file importexportdialog.h.