1:Q_INIT_RESOURCE(spreadsheet) //将spreadsheet.qrc这资源文件转换为相应代码,参与应用程序的编译, spreadsheet.qrc包括了图片文件、库文件等,参考http://blog.youkuaiyun.com/calm_agan/article/details/8046422。
2:QLineEdit //QLineEdit是widget的一个行文字编辑器。参考http://blog.youkuaiyun.com/lishenglong666/article/details/7630323
3:QTableWidget //用于制作表格,例如excel表格 参考http://www.cnblogs.com/daidaigua/archive/2012/04/18/2455399.html
4:QPixmap这个类大家都很熟悉,它可以很简单的在标签上贴图http://blog.youkuaiyun.com/a324539017/article/details/6567186
5:。。。。。