blob: fad15405218bfdd7e9acad7f1e28c859634b384a (
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
|
[Desktop Entry]
Type=ServiceType
X-TDE-ServiceType=TDECModule
Name=TDE Control Module
[PropertyDef::X-TDE-FactoryName]
Type=TQString
[PropertyDef::X-TDE-RootOnly]
Type=bool
# a list of all components this KCM belongs to
[PropertyDef::X-TDE-ParentComponents]
Type=TQStringList
# the id of the parent in the TreeList
[PropertyDef::X-TDE-CfgDlgHierarchy]
Type=TQString
# sets the order of the modules in the TreeList/IconList
[PropertyDef::X-TDE-Weight]
Type=int
[PropertyDef::X-TDE-RootOnly]
Type=bool
[PropertyDef::X-TDE-IsHiddenByDefault]
Type=bool
|