diff --git a/doc/first-steps.md b/doc/first-steps.md index a654f770..46ed141a 100644 --- a/doc/first-steps.md +++ b/doc/first-steps.md @@ -54,7 +54,7 @@ int main (int argc, char* argv[]) dialog.cpp
Figure 1. A blank dialog
-
+

*(Note: You can close the dialog with the mouse, Shift+F10 or Ctrl+^)* @@ -201,7 +201,7 @@ int main (int argc, char* argv[]) memory.cpp
Figure 2. FObject manages its child objects
-
+

*(Note: You can close the window with the mouse, Shift+F10 or Ctrl+^)* @@ -335,7 +335,7 @@ int main (int argc, char* argv[]) timer.cpp
Figure 3. FObject::onTimer event handler
-
+

*(Note: You can close the window with the mouse, Shift+F10 or Ctrl+^)* @@ -499,7 +499,7 @@ int main (int argc, char* argv[]) callback-function.cpp
Figure 4. Button with a callback function
-
+

*(Note: You can close the dialog with the mouse, Shift+F10 or Ctrl+^)* @@ -563,7 +563,7 @@ int main (int argc, char* argv[]) callback-lambda.cpp
Figure 5. Button with lambda expression callback.
-
+

*(Note: You can close the dialog with the mouse, Shift+F10 or Ctrl+^)* @@ -621,7 +621,7 @@ int main (int argc, char* argv[]) callback-method.cpp
Figure 6. Button with a callback method
-
+

*(Note: You can close the window with the mouse, Shift+F10 or Ctrl+^)* @@ -765,7 +765,7 @@ int main (int argc, char* argv[]) emit-signal.cpp
Figure 7. Callbacks with custom signals
-
+

*(Note: You can close the window with the mouse, Shift+F10 or Ctrl+^)* @@ -1042,7 +1042,7 @@ int main (int argc, char* argv[]) size-adjustment.cpp
Figure 11. Dynamic layout
-
+

*(Note: You can close the window with the mouse, Shift+F10 or Ctrl+^)* @@ -1170,7 +1170,7 @@ int main (int argc, char* argv[]) scrollview.cpp
Figure 12. Dialog with a scrolling viewport
-
+

*(Note: You can close the window with the mouse, Shift+F10 or Ctrl+^)*