mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-18 21:00:13 +01:00
create controls
This commit is contained in:
@@ -3,5 +3,9 @@
|
|||||||
|
|
||||||
|
|
||||||
ChromaWindow::ChromaWindow(QWidget *parent) : QDialog(parent) {
|
ChromaWindow::ChromaWindow(QWidget *parent) : QDialog(parent) {
|
||||||
|
createControls();
|
||||||
|
}
|
||||||
|
|
||||||
|
void ChromaWindow::createControls() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ class ChromaWindow : public QDialog {
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
ChromaWindow(QWidget *parent);
|
ChromaWindow(QWidget *parent);
|
||||||
|
|
||||||
|
private:
|
||||||
|
void createControls();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user