Learn Environment
|
#include "sidebar.hpp"
#include "task.hpp"
#include "task_manager.hpp"
#include "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... | |