1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-26 12:53:41 +01:00

Revert unwanted Changes to WhatsHotWidget

This commit is contained in:
Uwe L. Korn 2013-07-29 19:15:35 +02:00
parent 531f6d78ab
commit 892e09a397
2 changed files with 11 additions and 11 deletions

View File

@ -552,7 +552,7 @@ WhatsHotWidget::setLeftViewAlbums( PlayableModel* model )
void
WhatsHotWidget::setLeftViewArtists( TreeModel* model )
{
ui->artistsViewLeft->proxyModel()->setStyle( PlayableProxyModel::Large );
ui->artistsViewLeft->proxyModel()->setStyle( PlayableProxyModel::Collection );
ui->artistsViewLeft->setTreeModel( model );
ui->artistsViewLeft->proxyModel()->sort( -1 ); // disable sorting, must be called after artistsViewLeft->setTreeModel
ui->stackLeft->setCurrentIndex( 1 );

View File

@ -63,27 +63,27 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>PlaylistView</class>
<extends>QTreeView</extends>
<header location="global">playlist/PlaylistView.h</header>
</customwidget>
<customwidget>
<class>GridView</class>
<extends>QListView</extends>
<header location="global">playlist/GridView.h</header>
</customwidget>
<customwidget>
<class>TreeView</class>
<extends>QTreeView</extends>
<header>playlist/TreeView.h</header>
</customwidget>
<customwidget>
<class>PlaylistView</class>
<extends>QTreeView</extends>
<header>playlist/PlaylistView.h</header>
</customwidget>
<customwidget>
<class>Tomahawk::Breadcrumb</class>
<extends>QWidget</extends>
<header>widgets/Breadcrumb.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>TreeView</class>
<extends>QTreeView</extends>
<header>playlist/TreeView.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>