Translations:Development/Tutorials/Physical Simulation/101/en: Difference between revisions

From KDE TechBase
(Importing a new version from external source)
 
(No difference)

Latest revision as of 17:40, 19 July 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Physical Simulation)
Now to the wiring in the FallingBall.cpp:
<syntaxhighlight lang="cpp-qt">
#include "FallingBall.h"
#include <QHBoxLayout>

Now to the wiring in the FallingBall.cpp: <syntaxhighlight lang="cpp-qt">

  1. include "FallingBall.h"
  2. include <QHBoxLayout>