summaryrefslogtreecommitdiffstats
path: root/libkdepim/kdepim.widgets
blob: a2d69e6540d050bd1dbc2f12eff089fc8e5a913e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[Global]
PluginName=KDEPimWidgets
Includes=kinstance.h
Init=new KInstance("kdepimwidgets");

[KPIM::AddresseeLineEdit]
ToolTip=Addressee Line Edit (KDE-PIM)
WhatsThis=A line edit which lets you select addressees from the addressbook
IncludeFile=libkdepim/addresseelineedit.h
Group=Input (KDE-PIM)

[KPIM::ClickLineEdit]
ToolTip=Click Line Edit (KDE-PIM)
WhatsThis=A line edit that shows grayed-out default text when no text is set.
IncludeFile=libkdepim/clicklineedit.h
Group=Input (KDE-PIM)

[KDateEdit]
ToolTip=Date Edit Combobox (KDE-PIM)
WhatsThis=A widget to enter a date. It can also be selected from a date picker calendar.
IncludeFile=libkdepim/kdateedit.h
Group=Input (KDE-PIM)

[KTimeEdit]
ToolTip=Time Edit Combobox (KDE-PIM)
WhatsThis=A widget to enter a time. It can also be selected from a drop-down list.
IncludeFile=libkdepim/ktimeedit.h
ConstructorArgs=(parent, TQTime::currentTime(), name)
Group=Input (KDE-PIM)