VR-Exchange 2.2 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
licenseDialogs
licenseServerErrorDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: licenseServerErrorDialog.h,v $ $Revision: 1.4 $ $State: Exp $
7
******************************************************************************/
8
11
12
#ifndef licenseServerErrorDialog_H_
13
#define licenseServerErrorDialog_H_
14
15
#include "
licenseDialogs.h
"
16
#include "ui_licenseServerErrorDialogUI.h"
17
18
#include <list>
19
#include <string>
20
#include <QtCore/QSize>
21
22
namespace
MAKCommonWidgets
23
{
25
class
DT_DLL_LICENSEDIALOGS
DtLicenseServerErrorDialog
:
public
QDialog
,
26
public
Ui_DtLicenseServerErrorDialogUi
27
{
28
Q_OBJECT
29
30
public
:
32
DtLicenseServerErrorDialog
(
QWidget
* parent,
const
std::string& brief,
const
std::string& detail);
33
34
~
DtLicenseServerErrorDialog
();
35
36
static
void
displayError
(
const
std::string& brief,
const
std::string& detail);
37
38
public
slots:
39
void
onDetailsPressed();
40
};
41
}
42
43
#endif
Document ID: Generated on Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)