]> Shamusworld >> Repos - schematic/blobdiff - src/scmwidget.h
Hooked up buttons to implementation functions.
[schematic] / src / scmwidget.h
index d29e5ad4cfc819777eb80dafe79c398345dd3b78..a3aa7f5ea9e47718b94c0ec730503352ec12a554 100644 (file)
@@ -27,6 +27,16 @@ class SCMWidget: public QWidget
        protected slots:
                void GetNextVendor(void);
                void GetPreviousVendor(void);
+               void CreateNote(void);
+               void CreateAlert(void);
+               void CreatePurchaseOrder(void);
+               void ShowOpenPOs(void);
+               void ShowClosedPOs(void);
+               void ShowAllPOs(void);
+               void AddVendor(void);
+               void AddLocation(void);
+               void AddContact(void);
+               void EditVendor(void);
 
        public:
                void GetVendorIDs(void);