class KPushButton


Module kdeui
Namespace
Class KPushButton
Inherits QPushButton
A QPushButton with drag-support and KGuiItem support

This is nothing but a QPushButton with drag-support and KGuiItem support. You must call #setDragEnabled (true) and override the virtual method dragObject() to specify the QDragObject to be used.

Author Carsten Pfeiffer



methods