[calamares] A progresstree isn't a tree
This commit is contained in:
parent
7b22546b14
commit
e757639669
@ -14,8 +14,11 @@
|
|||||||
#include <QListView>
|
#include <QListView>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The ProgressTreeView class is a modified QTreeView which displays the
|
* @brief Displays progress through the list of (visible) steps
|
||||||
|
*
|
||||||
|
* The ProgressTreeView class is a modified QListView which displays the
|
||||||
* available view steps and the user's progress through them.
|
* available view steps and the user's progress through them.
|
||||||
|
* Since Calamares doesn't support "sub steps", it isn't really a tree.
|
||||||
*/
|
*/
|
||||||
class ProgressTreeView : public QListView
|
class ProgressTreeView : public QListView
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user