defuze.me  Client
sourcesparams.hpp
00001 /**************************************************************************
00002 ** defuze.me Epitech Innovative Project
00003 **
00004 ** Copyright 2010-2011
00005 **   Athena Calmettes - Jocelyn De La Rosa - Francois Gaillard
00006 **   Adrien Jarthon - Alexandre Moore - Luc Peres - Arnaud Sellier
00007 **
00008 ** All rights reserved.
00009 **************************************************************************/
00010 
00011 #ifndef SOURCESPARAMS_HPP
00012 #define SOURCESPARAMS_HPP
00013 
00014 #include "ui_sourcesparams.h"
00015 #include "parameterspage.hpp"
00016 
00017 namespace Library
00018 {
00019     class SourcesParams : public Gui::ParametersPage, private Ui::SourcesParams
00020     {
00021         Q_OBJECT
00022 
00023     public:
00024         explicit SourcesParams(const QString &title, const QString &category, QWidget *parent = 0);
00025 
00026     protected:
00027         void changeEvent(QEvent *e);
00028     };
00029 }
00030 
00031 #endif // SOURCESPARAMS_HPP