652:5d37b2f2ae16 | 653:a9966d51ebf1 |
---|---|
53 double lheight() const; | 53 double lheight() const; |
54 int camera() const; | 54 int camera() const; |
55 | 55 |
56 private: | 56 private: |
57 Ui_OverlayUI* ui; | 57 Ui_OverlayUI* ui; |
58 QList<pair<QRadioButton*, int>> m_cameraArgs; | 58 QList<Pair<QRadioButton*, int>> m_cameraArgs; |
59 | 59 |
60 private slots: | 60 private slots: |
61 void slot_fpath(); | 61 void slot_fpath(); |
62 void slot_help(); | 62 void slot_help(); |
63 void slot_dimensionsChanged(); | 63 void slot_dimensionsChanged(); |