How to bring back SP list ribbon toolbar for qlist view?
List Tools tab is missing in ribbon when I replace native list view with qListView
<p> 1. Open the list Settings and copy the URL.</p><p> 2. Create a custom action as follows:</p><p> <CustomActions><br/> <ContextMenu /><br/> <Toolbar><br/> <ActionItem ID="List Settings" Text="List Settings"><br/> <Action Name="Settings" Type="GoToURL" URL="<a href="http://site/_layouts/listedit.aspx?List=LIST_GUID">http://site/_layouts/listedit.aspx?List=LIST_GUID</a>" OpenURL="CurrentWindow" /><br/> </ActionItem><br/> </Toolbar><br/> </CustomActions></p><p> where the URL should be copied from the List setting URL.</p>