mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 11:50:02 +01:00
updated formatting, changed location of combobox, upped version number
This commit is contained in:
@@ -37,7 +37,7 @@ void GotoWindow::createControls() {
|
||||
goto_frame->setGeometry(230,30,100,20);
|
||||
goto_jump = new QPushButton("Go", this);
|
||||
goto_jump->setGeometry(340, 30, 45, 20);
|
||||
|
||||
|
||||
connect(goto_jump, SIGNAL(clicked()), this, SLOT(pressedGo()));
|
||||
connect(goto_pos, SIGNAL(valueChanged(int)), this, SLOT(slideChanged(int)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user