Script
Public Slots | List of all members
FileDialog Class Reference

Simplified FileDialog interface. More...

#include <qswidget.h>

Inheritance diagram for FileDialog:
Inheritance graph
[legend]
Collaboration diagram for FileDialog:
Collaboration graph
[legend]

Public Slots

QVariant getOpenFileName (String &filter=String::null, String &title=String::null, QWidget *parent=0)
 function that returns an existing file selected by the user
 
QVariant getSaveFileName (String &filter=String::null, String &title=String::null, QWidget *parent=0)
 function that will return a file name selected by the user
 
QVariant getExistingDirectory (String &dir=String::null, String &title=String::null, QWidget *parent=0)
 function that will return an existing directory selected by the user
 
StringList getOpenFileNames (String &dir=String::null, String &filter=String::null, String &title=String::null, QWidget *parent=0)
 function that will return one or more existing files selected by the user
 

Detailed Description

Simplified FileDialog interface.

Member Function Documentation

QVariant FileDialog::getExistingDirectory ( String &  dir = String::null,
String &  title = String::null,
QWidget *  parent = 0 
)
slot

function that will return an existing directory selected by the user

QVariant FileDialog::getOpenFileName ( String &  filter = String::null,
String &  title = String::null,
QWidget *  parent = 0 
)
slot

function that returns an existing file selected by the user

StringList FileDialog::getOpenFileNames ( String &  dir = String::null,
String &  filter = String::null,
String &  title = String::null,
QWidget *  parent = 0 
)
slot

function that will return one or more existing files selected by the user

QVariant FileDialog::getSaveFileName ( String &  filter = String::null,
String &  title = String::null,
QWidget *  parent = 0 
)
slot

function that will return a file name selected by the user


The documentation for this class was generated from the following file: