0
我與Python插件qgis.I工作正在使用的python2.5和PyQt4的designer.I使用QTreeView則在我的.ui文件。 我想顯示從數據庫中的所有表到QTreeView則作爲查詢的結果。 查詢如下:Python的顯示查詢結果QTreeView則
cursor.execute("SELECT table_name FROM information_schema.tables WHERE table_schema = 'public'")
我使用PostgreSQL的作爲database.Database連接使用psycopg2工具來完成
。 如何在python中顯示上述查詢結果到QTreeView?