Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34798073
certlistview.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
868 B
Subscribers
None
certlistview.h
View Options
#ifndef CERTLISTVIEW_H
#define CERTLISTVIEW_H
#include
"libkleo/ui/keylistview.h"
#include
<kurl.h>
//Added by qt3to4:
#include
<QDragEnterEvent>
#include
<QDragLeaveEvent>
#include
<QDragMoveEvent>
#include
<QDropEvent>
/// We need to derive from Kleo::KeyListView simply to add support for drop events
class
CertKeyListView
:
public
Kleo
::
KeyListView
{
Q_OBJECT
public
:
CertKeyListView
(
const
ColumnStrategy
*
strategy
,
const
DisplayStrategy
*
display
=
0
,
QWidget
*
parent
=
0
,
Qt
::
WFlags
f
=
0
);
signals
:
void
dropped
(
const
KUrl
::
List
&
urls
);
protected
:
virtual
void
contentsDragEnterEvent
(
QDragEnterEvent
*
);
virtual
void
contentsDragMoveEvent
(
QDragMoveEvent
*
);
virtual
void
contentsDragLeaveEvent
(
QDragLeaveEvent
*
);
virtual
void
contentsDropEvent
(
QDropEvent
*
);
};
#endif
/* CERTLISTVIEW_H */
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Jan 25, 9:42 PM (24 m, 34 s)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5e/9e/72fb9a0dfdb17755183de9be991d
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment