VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
specifyIgnoreFileDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: specifyIgnoreFileDialog.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 #ifndef DtSpecifyIgnoreFileDialog_H
9 #define DtSpecifyIgnoreFileDialog_H
10 
11 #include <QWidget>
12 #include <QDialog>
13 
14 #include "ui_specifyIgnoreFile.h"
15 
17 {
18  Q_OBJECT
19 
20 public:
21 
22  DtSpecifyIgnoreFileDialog(QWidget * parent = 0, Qt::WindowFlags f = 0);
23 
25 
26 public:
27 
28  virtual QString path() const;
29  virtual void setPath(const QString& sPath);
30 
31  virtual bool isMakeDefaultChecked() const;
32  virtual void setMakeDefaultChecked(bool bChecked = true);
33 
34 public slots:
35 
36  virtual void onBrowseButtonClicked();
37 
38 protected:
39 
40  Ui_SpecifyIgnoreFileUI myUI;
41 };
42 
43 #endif // UI_MAINWINDOWUI_H

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)