Simple QT widget for enumiration all running processes in Linux operation system. QT process viewer, task widget
- Selection of one process
- Filtering table by regex in selected header
- Sorting table by headers
- Show main info about all running processes in a table
- add QTimer to get current state of running processes
Just clone this repository and add "TaskWidget" folder to your project. After that include widget, create new instance of TaskWidget
and add it to some qlayout
#include "TaskWidget/taskwidget.h"
TaskWidget *taskWidget;
taskWidget = new TaskWidget();
taskWidget->setFilterVisable(true);