CURA-5035 Re-implemented "installed" view

This commit is contained in:
Ian Paschal 2018-04-11 14:59:59 +02:00
parent 80c21acf79
commit a947b768d3
6 changed files with 192 additions and 110 deletions

View file

@ -44,7 +44,7 @@ Window
ToolboxLoadingPage
{
id: viewLoading
visible: manager.viewCategory != "installed" && !dataReady
visible: manager.viewCategory != "installed" && manager.viewPage == "loading"
// TODO: Replace !dataReady with manager.viewPage == "loading"
}
ToolboxDownloadsPage
@ -65,8 +65,7 @@ Window
ToolboxInstalledPage
{
id: installedPluginList
visible: manager.viewCategory == "installed" && dataReady
// TODO: Replace !dataReady with manager.viewPage == "loading"
visible: manager.viewCategory == "installed"
}
}
ToolboxShadow