]> Shamusworld >> Repos - schematic/blobdiff - src/newvendordialog.h
Added new classes, lots of new functionality.
[schematic] / src / newvendordialog.h
index e224bb170982eb2b8449767ed3fa717c9832eb1a..e9fc177a1922c8bf14142bbbc26d8847a2b8326e 100644 (file)
@@ -2,6 +2,8 @@
 #define __NEWVENDORDIALOG_H__
 
 #include <QtGui>
+#include "addresseditwidget.h"
+#include "contacteditwidget.h"
 
 class NewVendorDialog: public QDialog
 {
@@ -19,21 +21,9 @@ class NewVendorDialog: public QDialog
                QComboBox * combo1;
                QCheckBox * checkbox1;
 
-               QLineEdit * edit2;
-               QLineEdit * edit3;
-               QLineEdit * edit4;
-               QLineEdit * edit5;
-               QLineEdit * edit6;
-
-               QComboBox * combo2;
-               QLineEdit * edit7;
-               QLineEdit * edit8;
-               QLineEdit * edit9;
-               QLineEdit * edit10;
-               QLineEdit * edit11;
-               QLineEdit * edit12;
-
                QListWidget * list;
+               AddressEditWidget * address;
+               ContactEditWidget * contact;
 };
 
 #endif // __NEWVENDORDIALOG_H__