diff options
Diffstat (limited to 'examples/tools/treemodelcompleter/resources')
-rw-r--r-- | examples/tools/treemodelcompleter/resources/treemodel.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/tools/treemodelcompleter/resources/treemodel.txt b/examples/tools/treemodelcompleter/resources/treemodel.txt new file mode 100644 index 0000000..06c9007 --- /dev/null +++ b/examples/tools/treemodelcompleter/resources/treemodel.txt @@ -0,0 +1,20 @@ +Parent1 + Child1 + GrandChild1 + GrandChild2 + GrandChild3 + GrandGrandChild1 + Child2 + GrandChild1 + GrandGrandChild1 + GrandChild2 + Child3 + +Parent2 + Child1 + GrandChild1 + Child2 + Child3 + GrandChild1 + GrandChild2 + |