Subversion Repositories public

Rev

Rev 158 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 158 Rev 232
Line 1... Line 1...
1
/***************************************************************************
1
/***************************************************************************
2
 *   Copyright (C) 2007, 2008 by Andreas Theofilu                          *
2
 *   Copyright (C) 2007 - 2009 by Andreas Theofilu                         *
3
 *   andreas@theosys.at                                                    *
3
 *   andreas@theosys.at                                                    *
4
 *                                                                         *
4
 *                                                                         *
5
 *   This program is free software; you can redistribute it and/or modify  *
5
 *   This program is free software; you can redistribute it and/or modify  *
6
 *   it under the terms of the GNU General Public License as published by  *
6
 *   it under the terms of the GNU General Public License as published by  *
7
 *   the Free Software Foundation version 3 of the License.                *
7
 *   the Free Software Foundation version 3 of the License.                *
Line 15... Line 15...
15
 *   along with this program; if not, write to the                         *
15
 *   along with this program; if not, write to the                         *
16
 *   Free Software Foundation, Inc.,                                       *
16
 *   Free Software Foundation, Inc.,                                       *
17
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
17
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
18
 ***************************************************************************/
18
 ***************************************************************************/
19
 
19
 
-
 
20
/*
-
 
21
 * Ported to KDE4 on Jul. 7 2009 by Andreas Theofilu.
-
 
22
 */
20
#ifndef COORDINATESWIDGET_H
23
#ifndef COORDINATESWIDGET_H
21
#define COORDINATESWIDGET_H
24
#define COORDINATESWIDGET_H
22
 
25
 
-
 
26
#include <QDialog>
23
#include "coordinateswidgetbase.h"
27
#include "ui_coordinateswidgetbase.h"
24
 
28
 
25
class coordinatesWidget : public coordinatesWidgetBase
29
class coordinatesWidget : public QDialog, private Ui::coordinatesWidgetBase
26
{
30
{
27
		Q_OBJECT
31
		Q_OBJECT
28
 
32
 
29
	public:
33
	public:
30
		coordinatesWidget(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0);
34
		coordinatesWidget (QWidget* parent = 0, Qt::WFlags fl = 0);
31
		~coordinatesWidget();
35
		~coordinatesWidget();
32
		/*$PUBLIC_FUNCTIONS$*/
36
		/*$PUBLIC_FUNCTIONS$*/
33
 
37
 
34
	public slots:
38
	public slots:
35
		/*$PUBLIC_SLOTS$*/
39
		/*$PUBLIC_SLOTS$*/
36
		virtual void          bpCancelSlot();
40
		void pbSaveSlot ();
37
		virtual void          pbSaveSlot();
41
		void bpCancelSlot ();
38
 
42
 
39
	protected:
43
	protected:
40
		/*$PROTECTED_FUNCTIONS$*/
44
		/*$PROTECTED_FUNCTIONS$*/
41
 
45
 
42
	protected slots:
46
	protected slots: