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