![]() |
tuchulcha
0.10.1
Graphical Workflow Configuration Editor
|
Priority Box.. More...
#include <PriorityBox.h>

Public Member Functions | |
| PriorityBox (QWidget *parent=0, uint priority=0, bool strings=true) | |
| Default constructor, setting parent widget. More... | |
| uint | priority () const |
| Get selected priority. | |
| void | setPriority (uint value) |
| Set selected priority. | |
Properties | |
| uint | priority |
| priority value shown/modified in this combo box | |
This ComboBox contains four icons for priorities and optionally corresponding strings.
Definition at line 33 of file PriorityBox.h.
| PriorityBox::PriorityBox | ( | QWidget * | parent = 0, |
| uint | priority = 0, |
||
| bool | strings = true |
||
| ) |
| parent | parent widget |
| priority | index of preselected value |
| strings | if true, descriptions will be added |
Definition at line 28 of file PriorityBox.cpp.