VR-Exchange 2.1 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
licenseDialogs
licenseServerUnconfiguredDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: licenseServerUnconfiguredDialog.h,v $ $Revision: 1.2 $ $State: Exp $
7
******************************************************************************/
8
11
12
#ifndef licenseServerUnconfiguredDialog_H_
13
#define licenseServerUnconfiguredDialog_H_
14
15
#include "
licenseDialogs.h
"
16
#include "ui_licenseServerUnconfiguredDialogUI.h"
17
18
#include <list>
19
#include <string>
20
#include <QtGui/QLineEdit>
21
22
namespace
MAKCommonWidgets
23
{
25
class
DT_DLL_LICENSEDIALOGS
DtLicenseServerUnconfiguredDialog
:
public
QDialog
,
26
public
Ui_DtLicenseServerUnconfiguredDialogUi
27
{
28
Q_OBJECT
29
30
public
:
32
DtLicenseServerUnconfiguredDialog
(
QWidget
* parent);
33
34
~
DtLicenseServerUnconfiguredDialog
();
35
36
QString server()
const
;
37
38
static
std::string
getInitialServer
();
39
40
public
slots:
41
void
onPortChecked();
42
};
43
}
44
45
#endif
Document ID: Generated on Tue Aug 7 22:07:13 EDT 2012 from SVN revision 117874
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (
www.mak.com
)