QCodeEdit  2.2
qgotolinedialog.h
1 /****************************************************************************
2 **
3 ** Copyright (C) 2006-2009 fullmetalcoder <fullmetalcoder@hotmail.fr>
4 **
5 ** This file is part of the Edyuk project <http://edyuk.org>
6 **
7 ** This file may be used under the terms of the GNU General Public License
8 ** version 3 as published by the Free Software Foundation and appearing in the
9 ** file GPL.txt included in the packaging of this file.
10 **
11 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13 **
14 ****************************************************************************/
15 
16 #ifndef _QGOTO_LINE__DIALOG_H_
17 #define _QGOTO_LINE__DIALOG_H_
18 
19 #include "qce-config.h"
20 
28 #include "ui_gotolinedialog.h"
29 
30 #include <QDialog>
31 
32 class QEditor;
33 
35 {
36  Q_OBJECT
37 
38  public:
39  QGotoLineDialog(QWidget *w = 0);
40 
41  public slots:
42  void exec(QEditor *e);
43 };
44 
45 #endif // _QGOTO_LINE__DIALOG_H_
#define QCE_EXPORT
Macro needed for cross-platform shared libraries creation.
Definition: qce-config.h:40
Utility file for shared library creation.
A text editing widget.
Definition: qeditor.h:55
A Kate-like generic goto line dialog.
Definition: qgotolinedialog.h:34
Definition: ui_gotolinedialog.h:103