Photo capture and PHD dither support
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <QDockWidget>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include "photocapture.h"
|
||||
|
||||
#ifdef __linux__
|
||||
#include <sys/ioctl.h>
|
||||
@@ -35,6 +36,11 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent),
|
||||
setCentralWidget(m_image);
|
||||
resize(800, 600);
|
||||
|
||||
PhotoCapture *photoCapture = new PhotoCapture(this);
|
||||
QDockWidget *captureDock = new QDockWidget(tr("Photo capture"), this);
|
||||
captureDock->setWidget(photoCapture);
|
||||
addDockWidget(Qt::BottomDockWidgetArea, captureDock);
|
||||
|
||||
setWindowTitle(tr("Tenmon"));
|
||||
|
||||
m_ringList = new ImageRingList(this);
|
||||
|
||||
Reference in New Issue
Block a user