QTfrontend/InstallController.h
author unc0rr
Tue, 07 Dec 2010 22:02:09 +0300
changeset 4477 63a21fac8bf7
parent 3697 d5b30d6373fc
child 4976 088d40d8aba2
permissions -rw-r--r--
Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget

/*
 *  InstallController.h
 *
 *
 *  Created by Vittorio on 28/09/09.
 *  Copyright 2009 __MyCompanyName__. All rights reserved.
 *
 */

#ifndef INSTALLCONTROLLER_H
#define INSTALLCONTROLLER_H

class InstallController
        {
    public:
        virtual ~InstallController();

        virtual void showInstallController() = 0;
        };

#endif