Data_deduplication_service
Service that will use hashes to deduplicate files
|
Class that allow to choose either files or directories. More...
#include <FileLineEdit.h>
Signals | |
void | typeChanged (const EntryType &etr) |
![]() | |
void | contentChanged (const QString &str) |
Public Member Functions | |
FileLineEditWithOption (QWidget *parent=nullptr, const QString &dirPath=QDir::currentPath(), bool saveFile=false, bool readOnly=true) | |
~FileLineEditWithOption () override=default | |
![]() | |
FileLineEdit (QWidget *parent=nullptr, const QString &dirPath=QDir::currentPath(), bool saveFile=false, bool readOnly=true) | |
QString | getContent () |
bool | isEmpty () |
~FileLineEdit () override=default | |
void | setSaveFile (bool saveFile) |
bool | isSaveFile () const |
EntryType | getType () |
Protected Slots | |
void | onBrowse () override |
![]() | |
virtual void | onBrowse () |
Protected Attributes | |
QCheckBox * | selectModeCheckBox |
![]() | |
QString | dirPath |
QHBoxLayout * | mainLayout |
QLineEdit * | lineEdit |
QPushButton * | pushButton |
bool | saveFile |
EntryType | type |
Additional Inherited Members | |
![]() | |
void | setUpUi () |
Class that allow to choose either files or directories.
|
explicit |
|
overridedefault |
|
overrideprotectedslot |
|
signal |
|
protected |