(→Dock Widget Tutorial) |
(→Dock Widget Tutorial) |
||
| Line 1: | Line 1: | ||
== Dock Widget Tutorial == | == Dock Widget Tutorial == | ||
| − | This tutorial examples how to create docking widgets that dock to your main application. | + | This tutorial shows examples on how to create docking widgets that dock to your main application. |
[[Image:Docked.gif]] | [[Image:Docked.gif]] | ||
| Line 8: | Line 8: | ||
1. First start the Kdevelop. | 1. First start the Kdevelop. | ||
| + | |||
2. Select '''New Project''' from the project menu | 2. Select '''New Project''' from the project menu | ||
| + | |||
3. Select '''Simple KDE application''' located under C++ -> KDE | 3. Select '''Simple KDE application''' located under C++ -> KDE | ||
This tutorial shows examples on how to create docking widgets that dock to your main application.
Start a new project using kdevelop
1. First start the Kdevelop.
2. Select New Project from the project menu
3. Select Simple KDE application located under C++ -> KDE