VR-Forces 4.1.1 Class Documentation
HumbleDialogWidget.h
Go to the documentation of this file.
1 /*****************************************************************************
2 * Copyright (c) 2012 MAK Technologies, Inc.
3 * All rights reserved.
4 *****************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 #include <QtGui/QWidget> // Qt headers must be include last due to signals
16 #include <QtGui/QLineEdit>
17 
18 
32  : public QWidget
34 {
35  Q_OBJECT
36 
37 public:
38 
40  HumbleDialogWidget(QWidget* parent = 0, Qt::WindowFlags f = Qt::Widget);
41 
43  virtual ~HumbleDialogWidget();
44 
47  virtual void setText(const std::string& text);
48 
49  public slots:
50 
56  void slot_onReturnPressed();
57 
58 private:
60 };
61 
62 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)