defuze.me  Client
uiconfiguration.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 UICONFIGURATION_HPP
00012 #define UICONFIGURATION_HPP
00013 
00014 #include <QtGui/QDesktopWidget>
00015 #include <QtGui/QApplication>
00016 
00017 namespace Gui
00018 {
00022     class UiConfiguration
00023     {
00024     public:
00025         UiConfiguration();
00026 
00027     private:
00028         void            _dump();
00029         QDesktopWidget  *desktop;
00030     };
00031 }
00032 
00033 #endif // UICONFIGURATION_HPP