VR-Exchange 2.1 API Documentation
urlTextEdit.h
Go to the documentation of this file.
1 /******************************************************************************
2  ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 
7 #ifndef urlTextEdit_H_
8 #define urlTextEdit_H_
9 
11 
13 
14 #include <namespace.h>
15 #include <QtGui/QLabel>
16 #include <QtCore/QUrl>
17 
18 namespace MAKVrExchange
19 {
20 
27  {
28  Q_OBJECT
29 
30  public:
32  DtUrlTextEdit(QWidget* parent);
33 
35  virtual ~DtUrlTextEdit();
36 
37  public slots:
38  void showWebsite(const QUrl &url);
39 
40  };
41 
42 }
43 #endif
44 

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)