2 PluginName=KDEPimWidgets
3 Includes=kcomponentdata.h
4 Init=new KComponentData("kdepimwidgets");
6 [KPIM::AddresseeLineEdit]
7 ToolTip=Addressee Line Edit (KDE-PIM)
8 WhatsThis=A line edit which lets you select addressees from the addressbook
9 IncludeFile=libkdepim/addresseelineedit.h
13 ToolTip=Date Edit Combobox (KDE-PIM)
14 WhatsThis=A widget to enter a date. It can also be selected from a date picker calendar.
15 IncludeFile=libkdepim/kdateedit.h
19 ToolTip=Time Edit Combobox (KDE-PIM)
20 WhatsThis=A widget to enter a time. It can also be selected from a drop-down list.
21 IncludeFile=libkdepim/ktimeedit.h
22 ConstructorArgs=(parent, QTime::currentTime())
25 [KPIM::KCheckComboBox]
26 ToolTip=Combobox with checkable items (KDE-PIM)
27 WhatsThis=A combobox that allows the user to check the items in the drop down menu
28 IncludeFile=libkdepim/kcheckcombobox.h
29 ConstructorArgs=(parent)