mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Preferences: add GeoReference
Straigth port from the old version. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5461eadd1b
commit
315641b0b4
5 changed files with 192 additions and 0 deletions
21
desktop-widgets/preferences/preferences_georeference.h
Normal file
21
desktop-widgets/preferences/preferences_georeference.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
#ifndef PREFERENCES_GEOREFERENCE_H
|
||||
#define PREFERENCES_GEOREFERENCE_H
|
||||
|
||||
#include "abstractpreferenceswidget.h"
|
||||
|
||||
namespace Ui {
|
||||
class PreferencesGeoreference;
|
||||
}
|
||||
|
||||
class PreferencesGeoreference : public AbstractPreferencesWidget {
|
||||
Q_OBJECT
|
||||
public:
|
||||
PreferencesGeoreference();
|
||||
virtual ~PreferencesGeoreference();
|
||||
virtual void refreshSettings();
|
||||
virtual void syncSettings();
|
||||
private:
|
||||
Ui::PreferencesGeoreference *ui;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue