QObject::connect(&FIELD[i][j], SIGNAL(clicked()),this,SLOT(changeIcons()));
void gameField::changeIcons(){ qDebug() << "it's works" << endl;}
QObject::connect(&FIELD[i][j], SIGNAL(clicked()),this,SLOT(changeIcons(FIELD[[i][j]])));
./qt-unified-linux-x64-3.0.5-online.run --verbose --platform minimal --script qtni5101.qs
function Controller() { installer.autoRejectMessageBoxes(); installer.installationFinished.connect(function() { gui.clickButton(buttons.NextButton); })}Controller.prototype.WelcomePageCallback = function() { gui.clickButton(buttons.NextButton, 3000);}Controller.prototype.CredentialsPageCallback = function() { gui.clickButton(buttons.NextButton);}Controller.prototype.IntroductionPageCallback = function() { gui.clickButton(buttons.NextButton);}Controller.prototype.TargetDirectoryPageCallback = function(){ gui.currentPageWidget().TargetDirectoryLineEdit.setText("/opt/qt"); gui.clickButton(buttons.NextButton);}Controller.prototype.ComponentSelectionPageCallback = function() { var widget = gui.currentPageWidget(); widget.deselectAll(); widget.selectComponent("qt.qt5.5101.gcc_64"); widget.selectComponent("qt.qt5.5101.qtquickcontrols"); widget.selectComponent("qt.qt5.5101.qtquickcontrols2"); gui.clickButton(buttons.NextButton);}Controller.prototype.LicenseAgreementPageCallback = function() { gui.currentPageWidget().AcceptLicenseRadioButton.setChecked(true); gui.clickButton(buttons.NextButton);}Controller.prototype.StartMenuDirectoryPageCallback = function() { gui.clickButton(buttons.NextButton);}Controller.prototype.ReadyForInstallationPageCallback = function(){ gui.clickButton(buttons.NextButton);}Controller.prototype.FinishedPageCallback = function() {var checkBoxForm = gui.currentPageWidget().LaunchQtCreatorCheckBoxFormif (checkBoxForm && checkBoxForm.launchQtCreatorCheckBox) { checkBoxForm.launchQtCreatorCheckBox.checked = false;} gui.clickButton(buttons.FinishButton);}
Controller.prototype.CredentialsPageCallback = function() { gui.clickButton(buttons.NextButton);}