File: testplugin.widgets

package info (click to toggle)
kdesignerplugin 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 21,512 kB
  • sloc: cpp: 430; makefile: 5; sh: 1
file content (23 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[Global]
PluginName=SomeClass
DefaultGroup=The default group

[QPushButton]
ToolTip=A tooltip for QPushButton
WhatsThis=A whatsthis for QPushButton
Group=A group for QPushButton
ImplClass=QCommandLinkButton
IncludeFile=QCommandLinkButton

[QCheckBox]
ToolTip=The check box tooltip
WhatsThis=The check box whats this text
Initialize=Q_UNUSED(core); mInitialized = !mInitialized;
IconName=:/sth.png

[QGroupBox]
IsContainer=true
ConstructorArgs=(QStringLiteral("the title"), parent)

[QLabel]
CreateWidget=return parent;