Commit 42ae191d7613cad794b1092741369bc96ac78654
1 parent
9f3cec07
Added subjectviewer and subjectviewergrid
Showing
4 changed files
with
37 additions
and
0 deletions
openbr/gui/subjectviewer.cpp
0 → 100644
openbr/gui/subjectviewer.h
0 → 100644
openbr/gui/subjectviewergrid.cpp
0 → 100644
openbr/gui/subjectviewergrid.h
0 → 100644
| 1 | +#ifndef SUBJECTVIEWERGRID_H | |
| 2 | +#define SUBJECTVIEWERGRID_H | |
| 3 | + | |
| 4 | +class SubjectViewerGrid : public TemplateViewerGrid | |
| 5 | +{ | |
| 6 | + Q_OBJECT | |
| 7 | +public: | |
| 8 | + explicit SubjectViewerGrid(QWidget *parent = 0); | |
| 9 | + | |
| 10 | +signals: | |
| 11 | + | |
| 12 | +public slots: | |
| 13 | + | |
| 14 | +}; | |
| 15 | + | |
| 16 | +#endif // SUBJECTVIEWERGRID_H | ... | ... |