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
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
void
onBrowseClicked();
44
45
void
onOKClicked();
46
47
};
48
}
49
50
#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
)