Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F3995736
filesystemmodel.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 8, 12:29 AM
Size
418 B
Mime Type
text/x-c++
Expires
Fri, Jul 10, 12:29 AM (1 d, 15 h)
Engine
blob
Format
Raw Data
Handle
271474
Attached To
rXR Xreate
filesystemmodel.h
View Options
#ifndef FILESYSTEMMODEL_H
#define FILESYSTEMMODEL_H
#include <QFileSystemModel>
class FileSystemModel: public QFileSystemModel {
Q_OBJECT
public:
FileSystemModel();
bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) Q_DECL_OVERRIDE;
signals:
void fileMoved(const QString& path, const QString& pathOld);
};
#endif // FILESYSTEMMODEL_H
Event Timeline
Log In to Comment