view gui/src/SettingsDialog.h @ 13537:a43ecce77eec

Introduced a central ResourceManager class.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Tue, 26 Jul 2011 19:04:07 +0200
parents c70511cf64ee
children c0e66d6e3dc8
line wrap: on
line source

#ifndef SETTINGSDIALOG_H
#define SETTINGSDIALOG_H

#include <QDialog>

namespace Ui
{
  class SettingsDialog;
}

class SettingsDialog:public QDialog
{
Q_OBJECT public:
  explicit SettingsDialog (QWidget * parent);
  ~SettingsDialog ();

private:
  Ui::SettingsDialog * ui;
};

#endif // SETTINGSDIALOG_H