Finish up
This commit is contained in:
parent
5efbdcbd6a
commit
0c466644ce
23 changed files with 958 additions and 154 deletions
|
|
@ -20,6 +20,7 @@ signals:
|
|||
void sigCapture();
|
||||
void sigProfile(QString profileName);
|
||||
void sigChooseCameras();
|
||||
void sigEditProfiles();
|
||||
|
||||
public slots:
|
||||
|
||||
|
|
@ -27,6 +28,8 @@ public slots:
|
|||
void refreshProfiles();
|
||||
void profileInconpatible(QString message);
|
||||
void removeCamera(std::shared_ptr<Camera> camera);
|
||||
bool setProfile(const QString& profileName);
|
||||
QString getProfileName();
|
||||
|
||||
public:
|
||||
MainWindow(QWidget *parent = nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue