Drag and Drop, mod management.
This commit is contained in:
parent
253067c782
commit
c92ad7dcf8
16 changed files with 470 additions and 80 deletions
10
gui/ModListView.h
Normal file
10
gui/ModListView.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
#include <QTreeView>
|
||||
|
||||
class ModListView: public QTreeView
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ModListView ( QWidget* parent = 0 );
|
||||
virtual void setModel ( QAbstractItemModel* model );
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue