DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
graphexportproperties.h
Go to the documentation of this file.
1 #ifndef GRAPHEXPORTPROPERTIES_H
2 #define GRAPHEXPORTPROPERTIES_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
8 }
9 
11  unsigned int width;
12  unsigned int height;
13  QString format;
14 };
15 
16 class GraphExportProperties : public QDialog
17 {
18  Q_OBJECT
19 
20 public:
21  explicit GraphExportProperties(QWidget *parent = 0);
23 
25 
26 private slots:
27  void on_width_valueChanged(int arg1);
28 
29  void on_height_valueChanged(int arg1);
30 
31  void on_aspect_valueChanged(double arg1);
32 
33 private:
35 
36  // QDialog interface
37 public slots:
38  void accept() override;
39 };
40 
41 #endif // GRAPHEXPORTPROPERTIES_H
Definition: graphexportproperties.h:10
~GraphExportProperties()
Definition: graphexportproperties.cpp:28
Definition: dteditorwindow.h:32
Definition: ui_graphexportproperties.h:130
QString format
Definition: graphexportproperties.h:13
GraphProperties getOptions() const
Definition: graphexportproperties.cpp:33
Definition: graphexportproperties.h:16
GraphExportProperties(QWidget *parent=0)
Definition: graphexportproperties.cpp:8
unsigned int width
Definition: graphexportproperties.h:11
unsigned int height
Definition: graphexportproperties.h:12
void accept() override
Definition: graphexportproperties.cpp:59