Qt Spreadsheet工程完整版

时间:2016-04-19 13:45:42
【文件属性】:

文件名称:Qt Spreadsheet工程完整版

文件大小:1.42MB

文件格式:RAR

更新时间:2016-04-19 13:45:42

qt spreadsheet

Qt Spreadsheet工程完整版。Qt编程第二第三章的完整演绎,把书上省略的部分补充了,加了足够的注释。


【文件预览】:
mainwindow
----spreadsheet.h(2KB)
----new3.sp(14B)
----spreadsheet.qrc(315B)
----new2.sp(14B)
----spreadsheet.cpp(9KB)
----mainwindow.pro.user(8KB)
----gotocelldialog.cpp(2KB)
----object_script.mainwindow.Release(347B)
----cell.h(658B)
----object_script.mainwindow.Debug(321B)
----images()
--------cut.png(1KB)
--------open.png(2KB)
--------icon.png(20KB)
--------copy.png(1KB)
--------save.png(1KB)
--------new.png(852B)
--------paste.png(2KB)
----sortdialog.cpp(5KB)
----mainwindow.cpp(16KB)
----spreadsheet.ini(328B)
----new1.sp(14B)
----release()
----debug()
--------finddialog.o(261KB)
--------moc_gotocelldialog.cpp(2KB)
--------moc_mainwindow.cpp(3KB)
--------qrc_spreadsheet.cpp(151KB)
--------main.o(122KB)
--------spreadsheet.o(427KB)
--------moc_spreadsheet.cpp(4KB)
--------cell.o(265KB)
--------moc_spreadsheet.o(202KB)
--------moc_finddialog.cpp(4KB)
--------mainwindow.o(513KB)
--------spreadsheet.ini(183B)
--------sortdialog.o(287KB)
--------gotocelldialog.o(260KB)
--------moc_finddialog.o(127KB)
--------moc_gotocelldialog.o(126KB)
--------qrc_spreadsheet.o(36KB)
--------moc_mainwindow.o(134KB)
--------moc_sortdialog.cpp(2KB)
--------mainwindow.exe(2.87MB)
--------moc_sortdialog.o(193KB)
----main.cpp(422B)
----cell.cpp(5KB)
----Makefile(6KB)
----gotocelldialog.h(471B)
----mainwindow.h(2KB)
----new4.sp(14B)
----finddialog.h(683B)
----Makefile.Debug(9KB)
----finddialog.cpp(2KB)
----Makefile.Release(9KB)
----sortdialog.h(1KB)
----mainwindow.pro(335B)

网友评论

  • 还可以了吧
  • 资源不错,不过在QT5上无法运行。看看整体代码可以。
  • 程序有错,差评
  • 谢谢分享,代码没问题 参照楼主的代码检查出自己写的一处问题 也检出出楼主代码有一处小问题 spreadsheet.cpp 第200行, int numColumns = rows.first().count('\n') + 1; 应该是 int numColumns = rows.first().count('\t') + 1; 按楼主的代码paste()槽是无法正常工作的
  • 还不错昵可以
  • 感觉注释就是书上的总结
  • 是提示找不到<QDialog>头文件
  • 4.8.6 直接运行 好评
  • 非常不错,可以运行
  • 这个可以运行,对初学者可以
  • 不错得资料
  • 还可以,用来参考一下
  • 下来看看看!
  • 还行吧,Qt里边的编程资源
  • 这个可以运行,就是多行选择的时候会死掉,暂时没查出什么原因,感谢楼主分享,谢谢
  • 不知道是不是因为我用的Qt5的原因不能直接使用!总是提示找不到<QDialog>头文件