kdewidgets: update README

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-07-31 21:25:18 +00:00
parent 12df438f1a
commit 91120db60d

View file

@ -1,24 +1,13 @@
KDE Custom Widgets for Qt Designer 2 KDE Custom Widgets for Katie Designer
==================================== ====================================
Summary: Summary:
======== ========
This directory contains KDE custom widgets for Qt Designer which comes with This directory contains KDE custom widgets for Katie Designer. The plugins use
Qt 4. Just make sure that QT_PLUGIN_PATH includes the QWidget plugin API of Katie >= 4.13, don't expect it to work with any other
$KDEDIR/lib/kde4/plugins . With the KDE build system nothing special versions of Katie.
(i.e. editing the plugin path) is needed, as uic will automatically be
called with -L <path to the kdewidgets plugin> .
This plugin uses the QWidget plugin API of Qt >= 4.0
Don't expect it to work with any other versions of Qt.
Known Bugs:
===========
Designer crashes when using widgets that use the kapp pointer.
HOWTO Add Widgets: HOWTO Add Widgets:
================== ==================
@ -44,7 +33,8 @@ IsContainer defaults to false - note, any value except an empty one is
container, just omit this line. container, just omit this line.
Group defaults to "KDE" Group defaults to "KDE"
Don't forget to add an icon to the pics directory. Try to make it look similar to the other icons and be the same size. Don't forget to add an icon to the pics directory. Try to make it look similar
to the other icons and be the same size.
There are some global options that you can have. There are some global options that you can have.