mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdewidgets: update README
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
12df438f1a
commit
91120db60d
1 changed files with 6 additions and 16 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue