Tree Model Completer Example▲
Sélectionnez
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/">
<file>resources/treemodel.txt</file>
</qresource>
</RCC>The Tree Model Completer example shows how to provide completion facilities for a hierarchical model, using a period as the separator to access Child, GrandChild and GrandGrandChild level objects.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/">
<file>resources/treemodel.txt</file>
</qresource>
</RCC>