MakarenkoPavel / TaskWidget

Simple QT widget for enumiration all running processes in Linux operation system. QT process viewer, task widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task-Widget

Simple QT widget for enumiration all running processes in Linux operation system. QT process viewer, task widget

Feautures

  • 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

To do

  • add QTimer to get current state of running processes

Screenshot

Example of usage

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); 

About

Simple QT widget for enumiration all running processes in Linux operation system. QT process viewer, task widget

License:MIT License


Languages

Language:C++ 100.0%