##// END OF EJS Templates
Handles the icon of a DataSourceTreeWidgetItem (depending of the type of the data source item)
Handles the icon of a DataSourceTreeWidgetItem (depending of the type of the data source item)

File last commit:

r58:7592cb7f14bd
r81:0c5b0960e82e
Show More
VisualizationZoneWidget.h
21 lines | 425 B | text/x-c | CLexer
#ifndef SCIQLOP_VISUALIZATIONZONEWIDGET_H
#define SCIQLOP_VISUALIZATIONZONEWIDGET_H
#include <QWidget>
namespace Ui {
class VisualizationZoneWidget;
} // Ui
class VisualizationZoneWidget : public QWidget {
Q_OBJECT
public:
explicit VisualizationZoneWidget(QWidget *parent = 0);
virtual ~VisualizationZoneWidget();
private:
Ui::VisualizationZoneWidget *ui;
};
#endif // SCIQLOP_VISUALIZATIONZONEWIDGET_H