983:05ba93066194 | 984:a7b6f987d269 |
---|---|
41 class OverlayDialog : public QDialog | 41 class OverlayDialog : public QDialog |
42 { | 42 { |
43 Q_OBJECT | 43 Q_OBJECT |
44 | 44 |
45 public: | 45 public: |
46 explicit OverlayDialog (QWidget* parent = null, Qt::WindowFlags f = 0); | 46 explicit OverlayDialog (QWidget* parent = nullptr, Qt::WindowFlags f = 0); |
47 virtual ~OverlayDialog(); | 47 virtual ~OverlayDialog(); |
48 | 48 |
49 QString fpath() const; | 49 QString fpath() const; |
50 int ofsx() const; | 50 int ofsx() const; |
51 int ofsy() const; | 51 int ofsy() const; |
85 class AboutDialog : public QDialog | 85 class AboutDialog : public QDialog |
86 { | 86 { |
87 Q_OBJECT | 87 Q_OBJECT |
88 | 88 |
89 public: | 89 public: |
90 AboutDialog (QWidget* parent = null, Qt::WindowFlags f = 0); | 90 AboutDialog (QWidget* parent = nullptr, Qt::WindowFlags f = 0); |
91 | 91 |
92 private slots: | 92 private slots: |
93 void slot_mail(); | 93 void slot_mail(); |
94 }; | 94 }; |