KProperty: Difference between revisions

From KDE Community Wiki
No edit summary
m (Update link to API dox)
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[File:KProperty3.png|right|150px]]'''KProperty''' is a property editing framework with editor widget similar to what is known from Qt Designer.  
[[File:KProperty3.png|right|150px]]'''KProperty''' is a property editing framework with editor widget similar to what is known from Qt Designer. It can be freely used with any C++ or Qt applications. In is in development since 2004 and used in [[Kexi]] and [[KReport]].


It is used in [[Kexi]] and [[KReport]]. In development since 2004.


'''Current stable version: <div style="font-size:100%;background:#bbffbb;padding:0.2em;display:inline-block;">{{KProperty/Stable}}</div>; dev. version ([https://cgit.kde.org/kproperty.git/log/?h=master master]): <div style="font-size:100%;background:#bbffbb;padding:0.2em;display:inline-block;">{{KProperty/Unstable}} {{KProperty/Stage}}</div>'''
*License: LGPL
*License: LGPL
*Maintainer: Jarosław Staniek, [mailto:[email protected] [email protected]]
*Maintainer: Jarosław Staniek, [mailto:[email protected] [email protected]]


==Development==
==Development==
*[https://phabricator.kde.org/project/view/19/ Project management] (Phabricator)
*{{KexiCIStatus|kproperty||master}}
*{{KexiCIStatus|kproperty|stable-|stable}}
*{{CoverityStatus|kproperty|8430|master - }}
*[[/Releases/]]
*[https://phabricator.kde.org/project/view/19/ Project management (tasks)], shortcut: <tt>bit.ly/kpropertytasks</tt> (Phabricator)
*[https://bugs.kde.org/enter_bug.cgi?product=KProperty&format=guided Report bugs or wishes] (bugs.kde.org)
*[https://bugs.kde.org/enter_bug.cgi?product=KProperty&format=guided Report bugs or wishes] (bugs.kde.org)
*Browse code repository: [https://phabricator.kde.org/diffusion/KPROPERTY Phabricator], [https://quickgit.kde.org/?p=kproperty.git QuickGit]
*Browse code repository: [https://phabricator.kde.org/diffusion/KPROPERTY Phabricator], [https://cgit.kde.org/kproperty.git cgit]
*[https://phabricator.kde.org/differential/query/P.HWZbWBC2g8/ Code reviews] (Phabricator)
*[https://phabricator.kde.org/differential/query/P.HWZbWBC2g8/ Code reviews] (Phabricator)
==Links==
*[https://api.kde.org/kexiframeworks/kproperty/html/index.html Public API docs]
*[http://ebn.kde.org/krazy/reports/kdereview/libs/kproperty/index.html Code checking results] at English Breakfast Network
[[Category:Kexi]]
[[Category:Frameworks]]

Latest revision as of 08:40, 8 July 2020

KProperty is a property editing framework with editor widget similar to what is known from Qt Designer. It can be freely used with any C++ or Qt applications. In is in development since 2004 and used in Kexi and KReport.


Current stable version:

3.2.0

; dev. version (master):

3.3.0 Alpha

Development

Links