qt编程小程序的一个错误
main.cpp:12:error:nomatchingfunctionforcallto`Ui::GoToCellDialog::setupUi(QDialog*&)'...
main.cpp:12: error: no matching function for call to `Ui::GoToCellDialog::setupUi(QDialog*&)'
ui_gotocelldialog.h:49: note: candidates are: void Ui_GoToCellDialog::setupUi(QMainWindow*)
main.cpp:13: error: statement cannot resolve address of overloaded function main.cpp:16:2: warning: no newline at end of file
make[1]: *** [debug/main.o] Error 1
make[1]: Leaving directory `E:/qtspaces/gotocell'
make: *** [debug] Error 2
====
这是qt 4 编程的第一个GUI的程序,我照着书上敲得,代码应该没错,怎么回事 展开
ui_gotocelldialog.h:49: note: candidates are: void Ui_GoToCellDialog::setupUi(QMainWindow*)
main.cpp:13: error: statement cannot resolve address of overloaded function main.cpp:16:2: warning: no newline at end of file
make[1]: *** [debug/main.o] Error 1
make[1]: Leaving directory `E:/qtspaces/gotocell'
make: *** [debug] Error 2
====
这是qt 4 编程的第一个GUI的程序,我照着书上敲得,代码应该没错,怎么回事 展开
展开全部
最好先试试这个最简单的Hello程序:
#include <QApplication>
#include <QLabel>
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QLabel *label = new QLabel("Hello Qt!");
label->show();
return app.exec();
}
这个调通了就有成就感了,然后按着《QT中文手册》上的慢慢来。你的这本书可能是《Qt4入门中文版.pdf》或者《qt4白皮书.pdf》,这上面的刚开始有些难了。
#include <QApplication>
#include <QLabel>
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QLabel *label = new QLabel("Hello Qt!");
label->show();
return app.exec();
}
这个调通了就有成就感了,然后按着《QT中文手册》上的慢慢来。你的这本书可能是《Qt4入门中文版.pdf》或者《qt4白皮书.pdf》,这上面的刚开始有些难了。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你开g了吧``或者重新开下游戏就好了!...
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的ui_*.h也是自己敲的???估计是ui文件没有吧?????
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你开g了吧``或者重新开下游戏就好了!..
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询