XML to Graph Representation
-
wrote on 6 Feb 2022, 10:37 last edited by
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
wrote on 6 Feb 2022, 10:47 last edited by@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?
-
wrote on 6 Feb 2022, 10:56 last edited by
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
wrote on 6 Feb 2022, 15:02 last edited by@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?
wrote on 6 Feb 2022, 17:42 last edited by Zeyad Khaled 2 Jun 2022, 17:42@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 ?
1/6