Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).