CleanDialog Class
(VcsBase::CleanDialog)The CleanDialog class provides a file selector dialog for files not under version control. More...
Header: | #include <CleanDialog> |
Public Functions
CleanDialog(QWidget *parent = 0) | |
void | setFileList(const QString &workingDirectory, const QStringList &files, const QStringList &ignoredFiles) |
Detailed Description
The CleanDialog class provides a file selector dialog for files not under version control.
Completely clean a directory under version control from all files that are not under version control based on a list generated from the version control system. Presents the user with a checkable list of files and/or directories. Double click opens a file.