Scribus
Open source desktop publishing at your fingertips
|
Simple wrapper simulating the QFileDialog as a common widget. Usage is simple - everything is like in QFileDialog except it is not a dialog, it's a widget. It can be used for extension features etc. More...
#include <scfilewidget.h>
Public Slots | |
void | accept () |
void | locationDropped (QString fileUrl) |
void | gotoParentDirectory () |
void | gotoSelectedDirectory () |
void | gotoDesktopDirectory () |
void | gotoHomeDirectory () |
Public Member Functions | |
ScFileWidget (QWidget *parent) | |
QString | selectedFile () |
Simple wrapper simulating the QFileDialog as a common widget. Usage is simple - everything is like in QFileDialog except it is not a dialog, it's a widget. It can be used for extension features etc.