QT自定义tableModel和使用sqltablemodel

时间:2016-06-12 08:20:20
【文件属性】:

文件名称:QT自定义tableModel和使用sqltablemodel

文件大小:1.06MB

文件格式:ZIP

更新时间:2016-06-12 08:20:20

QT 自定义 tableModel sqltable

QT自定义tableModel和使用sqltablemodel


【文件预览】:
sql
----addstudentdialog.cpp(1KB)
----sql.pro(509B)
----Makefile(6KB)
----TableModel.cpp(2KB)
----ui_maindialog.h(7KB)
----editstudentdialog.cpp(2KB)
----editstudentdialog.h(569B)
----release()
----Makefile.Debug(8KB)
----debug()
--------sql.exe(1.76MB)
--------moc_addstudentdialog.cpp(3KB)
--------moc_maindialog.o(172KB)
--------editstudentdialog.o(246KB)
--------moc_editstudentdialog.o(167KB)
--------TableModel.o(209KB)
--------addstudentdialog.o(219KB)
--------mydb.db(5KB)
--------moc_addstudentdialog.o(123KB)
--------moc_maindialog.cpp(3KB)
--------maindialog.o(391KB)
--------main.o(154KB)
--------moc_editstudentdialog.cpp(3KB)
----ui_editstudentdialog.h(4KB)
----maindialog.ui(5KB)
----sql.pro.user(23KB)
----addstudentdialog.h(489B)
----TableModel.h(778B)
----maindialog.cpp(10KB)
----main.cpp(276B)
----addstudentdialog.ui(3KB)
----Makefile.Release(8KB)
----maindialog.h(959B)
----editstudentdialog.ui(3KB)
----ui_addstudentdialog.h(4KB)

网友评论

  • 好流弊,学习中!
  • 非常感谢,原来我就是不晓得数据源来自哪里, 结果是先用qsqltablemodel读出来放进二维数组中, 将这个二维数组作为数据源,再在新的自定义模型中使用。 谢谢。