From f8aee11190b10890db5e56c9bb75ac599f651ae6 Mon Sep 17 00:00:00 2001 From: Etienne Dumur Date: Wed, 15 Jul 2020 10:30:41 +0200 Subject: [PATCH] Add PColorMeshItem example to the app --- examples/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/utils.py b/examples/utils.py index 041d17d7..8693d4cf 100644 --- a/examples/utils.py +++ b/examples/utils.py @@ -51,6 +51,7 @@ examples = OrderedDict([ ('ViewBox', 'ViewBoxFeatures.py'), ('Custom Graphics', 'customGraphicsItem.py'), ('Labeled Graph', 'CustomGraphItem.py'), + ('PColorMeshItem', 'PColorMeshItem.py'), ])), ('Benchmarks', OrderedDict([ ('Video speed test', 'VideoSpeedTest.py'),