equal
deleted
inserted
replaced
68 Q_PROPERTY(bool nameFilterDisables READ nameFilterDisables WRITE setNameFilterDisables) |
68 Q_PROPERTY(bool nameFilterDisables READ nameFilterDisables WRITE setNameFilterDisables) |
69 |
69 |
70 Q_SIGNALS: |
70 Q_SIGNALS: |
71 void rootPathChanged(const QString &newPath); |
71 void rootPathChanged(const QString &newPath); |
72 void fileRenamed(const QString &path, const QString &oldName, const QString &newName); |
72 void fileRenamed(const QString &path, const QString &oldName, const QString &newName); |
|
73 void directoryLoaded(const QString &path); |
73 |
74 |
74 public: |
75 public: |
75 enum Roles { |
76 enum Roles { |
76 FileIconRole = Qt::DecorationRole, |
77 FileIconRole = Qt::DecorationRole, |
77 FilePathRole = Qt::UserRole + 1, |
78 FilePathRole = Qt::UserRole + 1, |