Import kddockwidgets-2.4.0
Comment:
Qt dock widget framework
Description:
KDDockWidgets serves as both a replacement for QDockWidgets and a robust
framework, offering advanced functionality and sophisticated Qt docking
systems.
Maintainer: The OpenBSD ports mailing-list <ports at openbsd.org>
WWW: https://github.com/KDAB/KDDockWidgets
OK kn@
Import kdbindings-1.1.0
Comment:
reactive programming and data binding header-only library
Description:
Reactive programming & data binding in C++
From plain C++ you get:
- Signals + Slots.
- Properties templated on the contained type.
- Property bindings allowing reactive code to be written without having to do
all the low-level, error prone plumbing by hand.
- Lazy evaluation of property bindings.
- No more broken bindings.
- Totally stand-alone header-only library. No heavy Qt dependency.
- Can still be used with Qt if you so wish.
[5 lines not shown]