Isis 3.0 Programmer Reference
Back | Home
WarningTreeWidget.h
1 #ifndef WarningTreeWidget_H
2 #define WarningTreeWidget_H
3 
4 #include <QTreeWidget>
5 
6 namespace Isis {
7 
15  class WarningTreeWidget : public QTreeWidget {
16  Q_OBJECT
17  public:
18  WarningTreeWidget(QWidget *parent = 0);
19  virtual ~WarningTreeWidget();
20 
21  void showWarning(QString);
22 
23  private:
24  Q_DISABLE_COPY(WarningTreeWidget);
25  };
26 }
27 
28 #endif
29 
Warning Widget for cnetsuite.

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:31:43