diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-06-05 07:50:08 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-06-05 07:50:08 +0200 |
| commit | ac144d902b18740aa471f6bc094ce4da91917d8c (patch) | |
| tree | 49879a6141415607f5593c08961600f692df726a /sources/pyside2/doc/tutorials | |
| parent | 42a784c53ead093c77f8562c0f4fd66810dc7017 (diff) | |
| parent | a576b6264472769c4bfbf8d17ed82bacf189096e (diff) | |
Merge remote-tracking branch 'origin/5.15' into dev
Change-Id: I1249882922ea66d35f7a43eeb8cc720f261591c1
Diffstat (limited to 'sources/pyside2/doc/tutorials')
| -rw-r--r-- | sources/pyside2/doc/tutorials/expenses/expenses.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/pyside2/doc/tutorials/expenses/expenses.rst b/sources/pyside2/doc/tutorials/expenses/expenses.rst index f643ec299..640feb487 100644 --- a/sources/pyside2/doc/tutorials/expenses/expenses.rst +++ b/sources/pyside2/doc/tutorials/expenses/expenses.rst @@ -3,12 +3,12 @@ Expenses Tool Tutorial ###################### In this tutorial you will learn the following concepts: -* creating user interfaces programatically, -* layouts and widgets, -* overloading Qt classes, -* connecting signal and slots, -* interacting with QWidgets, -* and building your own application. + * creating user interfaces programatically, + * layouts and widgets, + * overloading Qt classes, + * connecting signal and slots, + * interacting with QWidgets, + * and building your own application. The requirements: * A simple window for the application |
