A dialog box that is used to process file links.
More...
#include <QtxWebBrowser.h>
| QtxWebBrowser::Downloader::Downloader |
( |
const QString & |
fileName, |
|
|
int |
action = mOpen, |
|
|
const QString & |
program = QString(), |
|
|
QWidget * |
parent = 0 |
|
) |
| |
| QtxWebBrowser::Downloader::~Downloader |
( |
| ) |
|
| int QtxWebBrowser::Downloader::action |
( |
| ) |
const |
- Returns
- action being selected:
- 0: open file
- 1: save file
| void QtxWebBrowser::Downloader::browse |
( |
| ) |
|
|
privateslot |
| bool QtxWebBrowser::Downloader::isRepeatAction |
( |
| ) |
const |
- Returns
true if chosen action should be automatically done for all files of given type or false otherwise
| QString QtxWebBrowser::Downloader::program |
( |
| ) |
const |
- Returns
- path to the program
| void QtxWebBrowser::Downloader::setAction |
( |
int |
action | ) |
|
|
privateslot |
- Parameters
-
| action | action to be done for the file:
- 0: open file
- 1: save file
|
| QButtonGroup* QtxWebBrowser::Downloader::myAction |
|
private |
| QPushButton* QtxWebBrowser::Downloader::myBrowse |
|
private |
| QLabel* QtxWebBrowser::Downloader::myFileName |
|
private |
| QString QtxWebBrowser::Downloader::myProgram |
|
private |
| QCheckBox* QtxWebBrowser::Downloader::myRepeat |
|
private |
The documentation for this class was generated from the following files: