updated formatting, changed location of combobox, upped version number

This commit is contained in:
lostjared
2018-11-18 10:59:48 -08:00
parent b1addfb21c
commit a93038a9ba
14 changed files with 32 additions and 32 deletions

View File

@@ -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)));