mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 03:39:59 +01:00
color dialog
This commit is contained in:
@@ -7,7 +7,6 @@ ChromaWindow::ChromaWindow(QWidget *parent) : QDialog(parent) {
|
||||
setWindowTitle(tr("Chroma Key"));
|
||||
setWindowIcon(QPixmap(":/images/icon.png"));
|
||||
createControls();
|
||||
color_dialog = new QColorDialog(this);
|
||||
}
|
||||
|
||||
void ChromaWindow::createControls() {
|
||||
@@ -18,4 +17,7 @@ void ChromaWindow::createControls() {
|
||||
|
||||
void ChromaWindow::openColorSelect() {
|
||||
|
||||
QColor color = QColorDialog::getColor();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user