Fix name of examples in README and such, since they got renamed

This commit is contained in:
Sergio Martins
2022-06-11 13:20:26 +01:00
parent b75a10b9eb
commit 78025d1e34
7 changed files with 52 additions and 164 deletions

View File

@@ -97,7 +97,7 @@ Now build and run the example:
$ cd path/to/kddockwidgets/examples/dockwidgets/
$ cmake -G Ninja -DCMAKE_PREFIX_PATH=/path/where/to/install
$ cmake --build .
$ ./kddockwidgets_example
$ ./bin/examples/qtwidgets_dockwidgets
```
The installation directory defaults to `c:\KDAB\KDDockWidgets-<version>` on Windows
@@ -166,7 +166,7 @@ Styling
Almost all private widgets used by KDDW can be derived by the user to give them
a custom look. That's done by providing your own ViewFactory. Run
"kddockwidgets_example -p" to see that in action.
"examples/qtwidgets_dockwidgets -p" to see that in action.
Qt StyleSheets are not, and will not, be supported. See the comments in
`examples/dockwidgets/MyTitleBar_CSS.h` for why. You can however use some minimal