Use skill queue, change background color according to queue status
[evehomescreen] / src / widget.h
index 6897415..2002464 100644 (file)
@@ -19,6 +19,11 @@ class EveModel;
 class Widget : public QLabel
 {
     Q_OBJECT
+    enum TrainingState {
+        QueueEmpty, // <! No items in training queue
+        QueuePartial, // <! The queue still has room
+        QueueFull // <! The queue is full
+    };
 
 public:
     Widget(QWidget *parent = 0);