Skip to content

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

License

Notifications You must be signed in to change notification settings

0x975/TaskWidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages