MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007712 | VTK | (No Category) | public | 2008-09-19 16:21 | 2016-08-12 09:55 |
| Reporter | Brian Wylie | ||||
| Assigned To | Utkarsh Ayachit | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0007712: Python wrapping for Qt infovis classes | ||||
| Description | 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); } | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-09-19 16:21 | Brian Wylie | New Issue | |||
| 2008-09-19 16:21 | Brian Wylie | Assigned To | => Utkarsh Ayachit | ||
| 2008-09-19 16:21 | Brian Wylie | Status | backlog => tabled | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:55 | Kitware Robot | Note Added: 0037018 | |||
| 2016-08-12 09:55 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:55 | Kitware Robot | Resolution | open => moved | ||
| Notes | |||||
|
|
|||||
|
|
||||