Hello,

I am facing a problem when trying to depict a molecule on qt from SMILES
input, what I have done is to first create a molecule 
OBMol mol;
    if(conv.ReadString(&mol,"CCCC")){
        return 1;
    }

then I think that I must convert this molecule into SVG file and then read
it from svg and display it into a qlabel, has someone do something similar
and can please help me in following steps?

Thank u so much



--
Sent from: http://forums.openbabel.org/openbabel-devel-f960321.html


_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to