Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/kproperty
Property editing framework with an editor widget similar to Qt Designer
https://github.com/kde/kproperty
Last synced: 4 days ago
JSON representation
Property editing framework with an editor widget similar to Qt Designer
- Host: GitHub
- URL: https://github.com/kde/kproperty
- Owner: KDE
- License: other
- Created: 2015-09-18T14:12:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T12:35:32.000Z (7 months ago)
- Last Synced: 2024-05-01T12:01:58.738Z (7 months ago)
- Language: C++
- Homepage: https://invent.kde.org/libraries/kproperty
- Size: 1.48 MB
- Stars: 13
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING-CMAKE-SCRIPTS
- Authors: AUTHORS
Awesome Lists containing this project
README
# KProperty
KProperty is a property editing framework with editor widget similar to what
is known from Qt Designer. It is useful in applications such as IDEs where large
amounts of properties are available for the user to edit.It is a part of the [KEXI project](http://www.kexi-project.org).
**Home page:** https://community.kde.org/KProperty
**Project maintainer:** Jarosław Staniek
*If you are reading this on GitHub, be aware that this is just a mirror.
Our real code repository [is located here](https://invent.kde.org/libraries/kproperty).*## Building KProperty
KProperty uses the CMake build system.
```
mkdir build && cd build
cmake .. -GNinja -DCMAKE_INSTALL_PREFIX=~/.local/kde
ninja
```## Donate Money
If you love KProperty, you can help developers to build new incredible features or
enhance new ones. Thanks in advance for your generous donations.
For more information, [look here](https://community.kde.org/Kexi/Contact#Donations).