##// END OF EJS Templates
drop of product on the visu
drop of product on the visu

File last commit:

r861:86289e199fbd
r875:4aae8a8d06e9 DropProductOnVisu...
Show More
SqpSidePane.h
27 lines | 418 B | text/x-c | CLexer
Creation and styling SidePaneWidget
r57 #ifndef SCIQLOP_SQPSIDEPANE_H
#define SCIQLOP_SQPSIDEPANE_H
#include <QWidget>
namespace Ui {
class SqpSidePane;
Windows s**t
r861 } // namespace Ui
Creation and styling SidePaneWidget
r57
class QToolBar;
class SqpSidePane : public QWidget {
Q_OBJECT
public:
explicit SqpSidePane(QWidget *parent = 0);
virtual ~SqpSidePane();
QToolBar *sidePane();
private:
Ui::SqpSidePane *ui;
QToolBar *m_SidePaneToolbar;
};
#endif // SCIQLOP_ SQPSIDEPANE_H