VR-Exchange 2.4 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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 Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)