7#ifndef _CIMAGEWINDOWTABELECTRON_H
8#define _CIMAGEWINDOWTABELECTRON_H
63 QString* lastdirmicroscopyimage;
65 QGridLayout* gridlayout;
67 QLabel* labelstartfrom;
68 QComboBox* comboboxstartfrom;
70 QLabel* labelfilenames;
71 QListWidget* listwidgetfilenames;
72 QPushButton* buttonfilenames;
73 QStringList imagenames;
78 void browseButtonReleased();
The class representing a tab used to import images from electron microscopy.
Definition: cImageWindowTabElectron.h:26
void setFormValues(QString &lastdirmicroscopyimage, int numberoflayers)
Initialize values in the form.
Definition: cImageWindowTabElectron.cpp:31
cImageWindowTabElectron(QWidget *parent=0)
The constructor.
Definition: cImageWindowTabElectron.cpp:4
void getFormValues(int &index, QStringList &filenames)
Get the values from the form.
Definition: cImageWindowTabElectron.cpp:47
~cImageWindowTabElectron()
The destructor.
Definition: cImageWindowTabElectron.cpp:53