Improved to "half-way usable" (version 0.5)
[pierogi] / pirselectkeysetform.h
index fd268ea..dfe8d90 100644 (file)
@@ -7,6 +7,7 @@
 
 #include "pirmakenames.h"
 #include "pirdevicetypenames.h"
+#include "pirkeysetwidgetitem.h"
 
 namespace Ui {
 class PIRSelectKeysetForm;
@@ -25,6 +26,9 @@ public:
     unsigned int index,
     PIRMakeName make);
 
+  void addWidgetItem(
+    PIRKeysetWidgetItem *kwi);
+
   // This is a bit of a hack, but not sure how to create a connection otherwise.
   QListWidget *getKeysetListWidget();