MusiKloud2
Version: %1
A plugin-extensible SoundCloud client and music player.
© Stuart Howarth 2016
Installed plugins:
").arg(VERSION_NUMBER)); + + m_view->setModel(m_model); + m_view->setSelectionMode(QTreeView::NoSelection); + m_view->setEditTriggers(QTreeView::NoEditTriggers); + m_view->setItemsExpandable(false); + m_view->setUniformRowHeights(true); + m_view->setAllColumnsShowFocus(true); + m_view->setRootIsDecorated(false); + m_view->header()->setStretchLastSection(true); + + m_layout->addWidget(m_iconLabel); + m_layout->addWidget(m_textLabel); + m_layout->addWidget(m_view); + m_layout->addWidget(m_buttonBox); + + connect(m_buttonBox, SIGNAL(rejected()), this, SLOT(reject())); +} diff --git a/app/src/desktop-qml/qml/ItemDelegate.qml b/app/src/desktop/aboutdialog.h similarity index 52% rename from app/src/desktop-qml/qml/ItemDelegate.qml rename to app/src/desktop/aboutdialog.h index 343c8a9..7925f32 100644 --- a/app/src/desktop-qml/qml/ItemDelegate.qml +++ b/app/src/desktop/aboutdialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Stuart Howarth