Added MedialibModels but still are disabled because they don't work.
This commit is contained in:
parent
d114edf75f
commit
02c64bf99b
9 changed files with 218 additions and 35 deletions
|
@ -1,7 +1,6 @@
|
|||
#include "XMMSSocket.h"
|
||||
#include "MedialibWindow.h"
|
||||
#include "MedialibView.h"
|
||||
#include "MedialibTreeModel.h"
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
|
@ -15,7 +14,8 @@ MedialibWindow::MedialibWindow (QWidget *parent) : QMainWindow (parent)
|
|||
setAttribute (Qt::WA_DeleteOnClose);
|
||||
|
||||
m_view = new MedialibView (this);
|
||||
m_view->setModel (new MedialibTreeModel (this));
|
||||
|
||||
setCentralWidget (m_view);
|
||||
|
||||
resize (500, 600);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue