XML to Graph Representation
-
i Have an XML FIle and want to Represent it as a Graph . Is there Any Tutorial ?! .i Searched and Found That i should use Graphviz And Boost Graph Library . But i have no clue how to use both toghter and there isn't much tutorials
-
i Have an XML FIle and want to Represent it as a Graph . Is there Any Tutorial ?! .i Searched and Found That i should use Graphviz And Boost Graph Library . But i have no clue how to use both toghter and there isn't much tutorials
@Zeyad-Khaled said in XML to Graph Representation:
Searched and Found That i should use Graphviz And Boost Graph Library .
Then it doesn't sound like there is any Qt question here?
-
The Question is How to implement That in Qt , Making it all Go toghther
-
The Question is How to implement That in Qt , Making it all Go toghther
@Zeyad-Khaled
Like I said, it has little/nothing to do with Qt. Hence you're not going to find "a tutorial".Have you written your "Graphviz And Boost Graph Library" code yet? Is it in Python? Are you doing your Qt programming in Python?
-
@Zeyad-Khaled
Like I said, it has little/nothing to do with Qt. Hence you're not going to find "a tutorial".Have you written your "Graphviz And Boost Graph Library" code yet? Is it in Python? Are you doing your Qt programming in Python?
@JonB i have already Done the Code , But iam Facing a Problem i didn't post it here as it may be not realated to Thq Qt that much.
Error: Layout type: "dot" not recognized. Use one of:
Error: Layout was not done. iam Coding in c++ -
Hi,
Which part of your code triggers this error ?