Sorry for not being clear
My question was : If i was to implement the equivalence table, which is a table containing all sets having a relation with other sets, what qt object should i use ?
Here is an example :
The label equivalence relationships generated are,
Qt Code:
Set ID Equivalent Labels 1 1,2 2 1,2 3 3,4,5,6,7 4 3,4,5,6,7 5 3,4,5,6,7 6 3,4,5,6,7 7 3,4,5,6,7To copy to clipboard, switch view to plain text mode
Actually it is a part of a school project, i've made all the previous parts and i'm stuck just with annoying table :P
Thank your for your help !
Bookmarks