parent
f29499fee6
commit
d9ffbb1b6c
5 changed files with 58 additions and 16 deletions
@ -1,2 +1,34 @@ |
|||||||
|
|
||||||
#include "../headers/OutputWidget.h" |
#include "../headers/OutputWidget.h" |
||||||
|
|
||||||
|
void OutputWidget::initializeGL() { |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
void OutputWidget::paintGL() { |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
void OutputWidget::resizeGL(int w, int h) { |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
void OutputWidget::wheelEvent(QWheelEvent *e) { |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
void OutputWidget::mouseMoveEvent(QMouseEvent *e) { |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
void OutputWidget::mousePressEvent(QMouseEvent *e) { |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
void OutputWidget::mouseReleaseEvent(QMouseEvent *e) { |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
void OutputWidget::keyPressEvent(QKeyEvent *e) { |
||||||
|
|
||||||
|
} |
||||||
|
Loading…
Reference in new issue