vipulraheja

sip file

Aug 4th, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.33 KB | None | 0 0
  1. %Module pyossim 0
  2.  
  3. %Import QtGui/QWidget
  4. %Import QtGui/QDialog
  5.  
  6. class ossimPlanetQtAboutDialog : QDialog
  7. {
  8.  
  9. %TypeHeaderCode
  10. #include <ossimPlanetQt/ui_ossimPlanetQtAboutDialog.h>
  11. #include <ossimPlanetQt/ossimPlanetQtAboutDialog.h>
  12. %End
  13.  
  14. public:
  15.        ossimPlanetQtAboutDialog (QWidget *parent /TransferThis/ = 0);
  16. };
Add Comment
Please, Sign In to add comment