hi, I declare QImage qi as private var of mainForm in desinger; then I added #include "qimage.h" in implementation (from desinger). ti gets me error; but it work if I inserted include in declaration (from deisger) why this??? I declared others variabiles in the same way and don't get any errors......
Qt Code:
  1. ...tor\ui\mainform.h(318): error C2079: 'MainForm::qi' uses undefined class 'QImage'
To copy to clipboard, switch view to plain text mode