Add PColorMeshItem example to the app

This commit is contained in:
Etienne Dumur 2020-07-15 10:30:41 +02:00
parent eb6a93d26e
commit f8aee11190

View File

@ -51,6 +51,7 @@ examples = OrderedDict([
('ViewBox', 'ViewBoxFeatures.py'), ('ViewBox', 'ViewBoxFeatures.py'),
('Custom Graphics', 'customGraphicsItem.py'), ('Custom Graphics', 'customGraphicsItem.py'),
('Labeled Graph', 'CustomGraphItem.py'), ('Labeled Graph', 'CustomGraphItem.py'),
('PColorMeshItem', 'PColorMeshItem.py'),
])), ])),
('Benchmarks', OrderedDict([ ('Benchmarks', OrderedDict([
('Video speed test', 'VideoSpeedTest.py'), ('Video speed test', 'VideoSpeedTest.py'),