In file included from edge.cpp:52:
./node.h(76,10): warning: 'Node::advance' hides overloaded virtual function [-Woverloaded-virtual]
bool advance();
Change-Id: I9d437059362c367e452b1b4f16077d4e0abd18de
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
|
||
|---|---|---|
| .. | ||
| anchorlayout | ||
| basicgraphicslayouts | ||
| boxes | ||
| chip | ||
| collidingmice | ||
| diagramscene | ||
| dragdroprobot | ||
| elasticnodes | ||
| embeddeddialogs | ||
| flowlayout | ||
| padnavigator | ||
| simpleanchorlayout | ||
| weatheranchorlayout | ||
| README | ||
| graphicsview.pro | ||
README
Qt is provided with a comprehensive canvas through the GraphicsView classes. These examples demonstrate the fundamental aspects of canvas programming with Qt. Documentation for these examples can be found via the Examples link in the main Qt documentation.