4d88d79aa5
QFontMetrics(F)::width() has been deprecated and is replaced by horizontalAdvance(). This updates all usage of it in tests and documentation. It is worth noting that many or most of the usages of QFontMetrics::width() probably intended to use boundingRect().width(), but since it currently works, I have not looked into that, just replaced the function name mechanically. Change-Id: Iec382e5bad0b50f37a6cfff841bfb46ed4d4555f Reviewed-by: Lars Knoll <lars.knoll@qt.io> |
||
---|---|---|
.. | ||
eventtransitions | ||
factorial | ||
pingpong | ||
rogue | ||
trafficlight | ||
twowaybutton | ||
README | ||
statemachine.pro |
Qt is provided with a powerful hierchical finite state machine through the Qt State Machine classes. Documentation for these examples can be found via the Examples link in the main Qt documentation.