mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-14 02:40:00 +01:00
updated coordinate
This commit is contained in:
@@ -123,6 +123,7 @@ AC_MainWindow::AC_MainWindow(QWidget *parent) : QMainWindow(parent) {
|
|||||||
define_window->hide();
|
define_window->hide();
|
||||||
define_window->main_window = this;
|
define_window->main_window = this;
|
||||||
|
|
||||||
|
/*
|
||||||
QString arg = "http://lostsidedead.com/ac/version.txt";
|
QString arg = "http://lostsidedead.com/ac/version.txt";
|
||||||
QUrl url = QUrl::fromEncoded(arg.toLocal8Bit());
|
QUrl url = QUrl::fromEncoded(arg.toLocal8Bit());
|
||||||
dl.doDownload(url);
|
dl.doDownload(url);
|
||||||
@@ -143,6 +144,8 @@ AC_MainWindow::AC_MainWindow(QWidget *parent) : QMainWindow(parent) {
|
|||||||
QDesktopServices::openUrl(QUrl("https://github.com/lostjared/Acid.Cam.v2.Qt/releases"));
|
QDesktopServices::openUrl(QUrl("https://github.com/lostjared/Acid.Cam.v2.Qt/releases"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -324,7 +327,7 @@ void AC_MainWindow::createControls() {
|
|||||||
chk_negate->setCheckState(Qt::Unchecked);
|
chk_negate->setCheckState(Qt::Unchecked);
|
||||||
use_settings = new QCheckBox(tr("Settings"), this);
|
use_settings = new QCheckBox(tr("Settings"), this);
|
||||||
use_settings->setCheckState(Qt::Checked);
|
use_settings->setCheckState(Qt::Checked);
|
||||||
use_settings->setGeometry(605, 215,80, 20);
|
use_settings->setGeometry(615, 215,80, 20);
|
||||||
connect(chk_negate, SIGNAL(clicked()), this, SLOT(chk_Clicked()));
|
connect(chk_negate, SIGNAL(clicked()), this, SLOT(chk_Clicked()));
|
||||||
|
|
||||||
combo_rgb = new QComboBox(this);
|
combo_rgb = new QComboBox(this);
|
||||||
|
|||||||
@@ -154,7 +154,6 @@ private:
|
|||||||
bool loading;
|
bool loading;
|
||||||
int speed_index;
|
int speed_index;
|
||||||
cv::ocl::Context context;
|
cv::ocl::Context context;
|
||||||
DownloadManager dl;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extern const char *filer_names[];
|
extern const char *filer_names[];
|
||||||
|
|||||||
Reference in New Issue
Block a user