Learn Environment
|
#include "ui/sidebar.hpp"
#include "common/task.hpp"
#include "task_management/task_manager.hpp"
#include "ui/execute_frame.hpp"
#include <QObject>
#include <QVBoxLayout>
#include <QLabel>
#include <QToolButton>
#include <QPushButton>
#include <QFrame>
Go to the source code of this file.
Classes | |
class | TaskUI |
Manages the user interface for tasks and subtasks. More... | |