MantisBT - VTK
View Issue Details
0007712VTK(No Category)public2008-09-19 16:212016-08-12 09:55
Brian Wylie 
Utkarsh Ayachit 
normalminoralways
closedmoved 
 
 
0007712: Python wrapping for Qt infovis classes
Right now none of the Qt infovis classes (like vtkQtSQLDatabase) are getting python wrapped. In fact because the QVTK.dll is not getting loaded, it means that vtkQtSQLDatabaseInitializer() is not getting called, which means that it never registers itself with vtkSQLDatabase which means that even if your just using vtkSQLDatabase in your python script and expected it to 'FallBack/CallBack' to a QT class if it can't support the database protocol, it won't. Phew! :)

vtkQtSQLDatabaseInitializer()
{
    vtkSQLDatabase::RegisterCreateFromURLCallback(
      vtkQtSQLDatabaseCreateFromURLCallback);
}
No tags attached.
Issue History
2008-09-19 16:21Brian WylieNew Issue
2008-09-19 16:21Brian WylieAssigned To => Utkarsh Ayachit
2008-09-19 16:21Brian WylieStatusbacklog => tabled
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037018
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved

Notes
(0037018)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.