mirror of
https://github.com/brmlab/medirap.git
synced 2025-12-15 05:33:58 +01:00
store images into structure
This commit is contained in:
parent
a0d3dba238
commit
8039ff529a
4 changed files with 29 additions and 7 deletions
|
|
@ -20,9 +20,13 @@ public:
|
|||
private slots:
|
||||
void on_pushLoad_clicked();
|
||||
|
||||
void on_sliderPosition_valueChanged(int value);
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
VoxelData vdata;
|
||||
QImage img;
|
||||
QGraphicsScene scene;
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue