]> git.sven.stormbind.net Git - sven/vym.git/blob - src/default-map-settings-dialog.h
Replace Pierre as the maintainer
[sven/vym.git] / src / default-map-settings-dialog.h
1 #ifndef DEFAULTMAPSETTINGS_H
2 #define DEFAULTMAPSETTINGS_H
3
4 #include "ui_default-map-settings-dialog.h"
5
6 class DefaultMapSettingsDialog : public QDialog {
7     Q_OBJECT
8
9   public:
10     DefaultMapSettingsDialog(QWidget *parent = 0);
11
12   private:  
13     void initInputs();
14
15   public slots:
16     void autoToggled();
17     void setPathClicked();
18     void updateSettings();
19
20   private:
21     Ui::DefaultMapSettingsDialog ui;
22 };
23
24 #endif // DEFAULTMAPSETTINGS