VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
browseField.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: browseField.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #pragma once
13 
15 
16 #include <QtWidgets/QWidget>
17 
18 class QPushButton;
19 class QLabel;
20 class QLineEdit;
21 
22 namespace makVrf
23 {
24  class DT_DLL_VRFGUICOREQT DtBrowseField : public QWidget
25  {
26  public:
27  DtBrowseField(QWidget* parent = NULL, const Qt::WindowFlags& = 0);
28 
29  virtual ~DtBrowseField();
30 
31  public:
35  };
36 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QLineEdit * myBrowseField
Definition: browseField.h:34
Definition: browseField.h:24
QLabel * myLabel
Definition: browseField.h:33
QPushButton * myBrowseButton
Definition: browseField.h:32

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)