RemoveFileDialog Class
(Core::RemoveFileDialog)Inherits: | QDialog |
Public Functions
RemoveFileDialog(const QString &filePath, QWidget *parent = 0) | |
virtual | ~RemoveFileDialog() |
bool | isDeleteFileChecked() const |
void | setDeleteFileVisible(bool visible) |
Additional Inherited Members
- 2 properties inherited from QDialog
- 59 properties inherited from QWidget
- 5 public slots inherited from QDialog
- 19 public slots inherited from QWidget
- 3 signals inherited from QDialog
- 3 signals inherited from QWidget
- 5 static public members inherited from QWidget
- 6 protected functions inherited from QDialog
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Member Function Documentation
RemoveFileDialog::RemoveFileDialog(const QString &filePath, QWidget *parent = 0)
Default constructs an instance of RemoveFileDialog.
[virtual]
RemoveFileDialog::~RemoveFileDialog()
Destroys the instance of RemoveFileDialog. The destructor is virtual.