ATLAS Offline Software
Loading...
Searching...
No Matches
VP1TextBrowser.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef VP1TEXTBROWSER_H
6#define VP1TEXTBROWSER_H
7
8#include <QTextBrowser>
9
10class VP1TextBrowser : public QTextBrowser {
11public:
12
13 VP1TextBrowser(QWidget * parent = 0);
14 virtual ~VP1TextBrowser();
15
16protected:
17 void contextMenuEvent(QContextMenuEvent *);
18
19};
20
21#endif
VP1TextBrowser(QWidget *parent=0)
void contextMenuEvent(QContextMenuEvent *)
virtual ~VP1TextBrowser()