From 91120db60dd7b34ebd4e32224607d892d377d938 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 31 Jul 2023 21:25:18 +0000 Subject: [PATCH] kdewidgets: update README Signed-off-by: Ivailo Monev --- kdewidgets/README | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/kdewidgets/README b/kdewidgets/README index 684b624f..353a7cd5 100644 --- a/kdewidgets/README +++ b/kdewidgets/README @@ -1,24 +1,13 @@ -KDE Custom Widgets for Qt Designer 2 +KDE Custom Widgets for Katie Designer ==================================== Summary: ======== -This directory contains KDE custom widgets for Qt Designer which comes with -Qt 4. Just make sure that QT_PLUGIN_PATH includes -$KDEDIR/lib/kde4/plugins . With the KDE build system nothing special -(i.e. editing the plugin path) is needed, as uic will automatically be -called with -L . - -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. +This directory contains KDE custom widgets for Katie Designer. The plugins use +the QWidget plugin API of Katie >= 4.13, don't expect it to work with any other +versions of Katie. HOWTO Add Widgets: ================== @@ -44,7 +33,8 @@ IsContainer defaults to false - note, any value except an empty one is container, just omit this line. 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.