LicenseDialog.h

Go to the documentation of this file.
00001 /*
00002 **  This file is part of Vidalia, and is subject to the license terms in the
00003 **  LICENSE file, found in the top level directory of this distribution. If you
00004 **  did not receive the LICENSE file with this file, you may obtain it from the
00005 **  Vidalia source package distributed by the Vidalia Project at
00006 **  http://www.vidalia-project.net/. No part of Vidalia, including this file,
00007 **  may be copied, modified, propagated, or distributed except according to the
00008 **  terms described in the LICENSE file.
00009 */
00010 
00011 /*
00012 ** \file LicenseDialog.h
00013 ** \version $Id: LicenseDialog.h 3735 2009-04-28 20:28:01Z edmanm $
00014 ** \brief Displays HTML-formatted license information for Vidalia and related
00015 ** software.
00016 */
00017 
00018 #ifndef _LICENSEDIALOG_H
00019 #define _LICENSEDIALOG_H
00020 
00021 #include "ui_LicenseDialog.h"
00022 
00023 
00024 class LicenseDialog : public QDialog
00025 {
00026   Q_OBJECT
00027 
00028 public:
00029   /** Default constructor.
00030    */
00031   LicenseDialog(QWidget *parent = 0);
00032 
00033 protected:
00034   /** Reads and returns all HTML-formatted text from <b>source</b>.
00035    */
00036   virtual QString loadHtml(const QString &source) const;
00037 
00038 private:
00039   Ui::LicenseDialog ui;
00040 };
00041 
00042 #endif
00043 

Generated on Mon Aug 30 19:14:02 2010 for Vidalia by  doxygen 1.5.9