one entry for korganizer in khelpcenters navigation tree is enough
[kdepim.git] / libkdepim / kdepim.widgets
blob597d2f6a2671c26ea853042956278a3198408c64
1 [Global]
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
10 Group=Input (KDE-PIM)
12 [KPIM::KDateEdit]
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
16 Group=Input (KDE-PIM)
18 [KPIM::KTimeEdit]
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())
23 Group=Input (KDE-PIM)
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)
30 Group=Input (KDE-PIM)