Skip to content
Snippets Groups Projects
Commit 7e44ab29 authored by Sacha Percot-Tétu's avatar Sacha Percot-Tétu
Browse files

Added class OperationBar

The OperationBar is a widget which offer the user the possibility to use
all the loaded operations.
parent 8c662c64
No related branches found
No related tags found
No related merge requests found
#include "OperationBar.h"
OperationBar::OperationBar() {
}
\ No newline at end of file
#ifndef EIIMAGE_OPERATIONBAR_H
#define EIIMAGE_OPERATIONBAR_H
#include <QTreeView>
class OperationBar : public QTreeView
{
Q_OBJECT
public:
OperationBar();
protected:
signals:
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment