1>------ Build started: Project: FindDialog, Configuration: Debug Win32 ------
1>Compiling...
1>main.cpp
1>FindDialog.cpp
1>.\FindDialog.cpp(7) : error C2514: 'QLabel' : class has no constructors
1> c:\documents and settings\aebio\my documents\visual studio 2005\qt4\finddialog\finddialog\FindDialog.h(6) : see declaration of 'QLabel'
1>.\FindDialog.cpp(8) : error C2512: 'QLineEdit' : no appropriate default constructor available
1>.\FindDialog.cpp(9) : error C2027: use of undefined type 'QLabel'
1> c:\documents and settings\aebio\my documents\visual studio 2005\qt4\finddialog\finddialog\FindDialog.h(6) : see declaration of 'QLabel'
1>.\FindDialog.cpp(9) : error C2227: left of '->setBuddy' must point to class/struct/union/generic type
1>.\FindDialog.cpp(10) : error C2514: 'QCheckBox' : class has no constructors
1> c:\documents and settings\aebio\my documents\visual studio 2005\qt4\finddialog\finddialog\FindDialog.h(5) : see declaration of 'QCheckBox'
1>.\FindDialog.cpp(11) : error C2514: 'QCheckBox' : class has no constructors
1> c:\documents and settings\aebio\my documents\visual studio 2005\qt4\finddialog\finddialog\FindDialog.h(5) : see declaration of 'QCheckBox'
1>.\FindDialog.cpp(12) : error C2514: 'QPushButton' : class has no constructors
1> c:\qt\4.2.0-vs2005\include\qtgui\../../src/gui/dialogs/qdialog.h(31) : see declaration of 'QPushButton'
1>.\FindDialog.cpp(13) : error C2027: use of undefined type 'QPushButton'
1> c:\qt\4.2.0-vs2005\include\qtgui\../../src/gui/dialogs/qdialog.h(31) : see declaration of 'QPushButton'
1>.\FindDialog.cpp(13) : error C2227: left of '->setDefault' must point to class/struct/union/generic type
1>.\FindDialog.cpp(14) : error C2027: use of undefined type 'QPushButton'
1> c:\qt\4.2.0-vs2005\include\qtgui\../../src/gui/dialogs/qdialog.h(31) : see declaration of 'QPushButton'
1>.\FindDialog.cpp(14) : error C2227: left of '->setEnabled' must point to class/struct/union/generic type
1>.\FindDialog.cpp(15) : error C2514: 'QPushButton' : class has no constructors
1> c:\qt\4.2.0-vs2005\include\qtgui\../../src/gui/dialogs/qdialog.h(31) : see declaration of 'QPushButton'
1>.\FindDialog.cpp(17) : error C2664: 'bool QObject::connect(const QObject *,const char *,const QObject *,const char *,Qt::ConnectionType)' : cannot convert parameter 1 from 'QLineEdit *' to 'const QObject *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\FindDialog.cpp(19) : error C2664: 'bool QObject::connect(const QObject *,const char *,const QObject *,const char *,Qt::ConnectionType)' : cannot convert parameter 1 from 'QPushButton *' to 'const QObject *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\FindDialog.cpp(21) : error C2664: 'bool QObject::connect(const QObject *,const char *,const QObject *,const char *,Qt::ConnectionType)' : cannot convert parameter 1 from 'QPushButton *' to 'const QObject *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\FindDialog.cpp(22) : error C2065: 'QHBoxLayout' : undeclared identifier
1>.\FindDialog.cpp(22) : error C2065: 'topLeftLayout' : undeclared identifier
1>.\FindDialog.cpp(22) : error C2061: syntax error : identifier 'QHBoxLayout'
1>.\FindDialog.cpp(23) : error C2227: left of '->addWidget' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(24) : error C2227: left of '->addWidget' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(25) : error C2065: 'QVBoxLayout' : undeclared identifier
1>.\FindDialog.cpp(25) : error C2065: 'leftLayout' : undeclared identifier
1>.\FindDialog.cpp(25) : error C2061: syntax error : identifier 'QVBoxLayout'
1>.\FindDialog.cpp(26) : error C2227: left of '->addLayout' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(27) : error C2227: left of '->addWidget' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(28) : error C2227: left of '->addWidegt' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(29) : error C2065: 'rightLayout' : undeclared identifier
1>.\FindDialog.cpp(29) : error C2061: syntax error : identifier 'QVBoxLayout'
1>.\FindDialog.cpp(30) : error C2227: left of '->addWidget' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(31) : error C2227: left of '->addWidget' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(32) : error C2227: left of '->addStretch' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(33) : error C2065: 'mainLayout' : undeclared identifier
1>.\FindDialog.cpp(33) : error C2061: syntax error : identifier 'QHBoxLayout'
1>.\FindDialog.cpp(34) : error C2227: left of '->addLayout' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(35) : error C2227: left of '->addLayout' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(41) : error C2653: 'FindDFialog' : is not a class or namespace name
1>.\FindDialog.cpp(43) : error C2065: 'lineEdit' : undeclared identifier
1>.\FindDialog.cpp(43) : error C2227: left of '->text' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(45) : error C2065: 'caseCheckBox' : undeclared identifier
1>.\FindDialog.cpp(45) : error C2227: left of '->isChecked' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(47) : error C2065: 'backwardCheckBox' : undeclared identifier
1>.\FindDialog.cpp(47) : error C2227: left of '->isChecked' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\FindDialog.cpp(48) : error C3861: 'findPrevious': identifier not found
1>.\FindDialog.cpp(50) : error C3861: 'findNext': identifier not found
1>.\FindDialog.cpp(55) : error C2027: use of undefined type 'QPushButton'
1> c:\qt\4.2.0-vs2005\include\qtgui\../../src/gui/dialogs/qdialog.h(31) : see declaration of 'QPushButton'
1>.\FindDialog.cpp(55) : error C2227: left of '->setEnabled' must point to class/struct/union/generic type
1>Generating Code...
1>Build log was saved at "file://c:\Documents and Settings\*******\My Documents\Visual Studio 2005\QT4\finddialog\finddialog\Debug\BuildLog.htm"
1>FindDialog - 46 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Bookmarks