src/Webcam.h

Mon, 16 Oct 2023 13:54:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 16 Oct 2023 13:54:20 +0200
changeset 513
74835ade981e
parent 391
42936c86cbac
permissions
-rw-r--r--

Updated Dutch translation for the new calibrate screen.

#ifndef _WEBCAM_H
#define _WEBCAM_H

#include "MainWindow.h"

#include <QDialog>
#include <QDialogButtonBox>
#include <QWebEngineView>


namespace Ui {
class Webcam;
}

class Webcam : public QDialog
{
    Q_OBJECT

public:
    explicit Webcam(QString url, QWidget *parent = 0);
    ~Webcam();

private:
    QDialog* dialog;
    void windowClose();
};

#endif

mercurial