
void MainWindow::on_applypush_clicked()
{
QStringList combo;
combo << ui->comboBox->currentText();
QProcess *process = new QProcess(this);
process->start("./sbin/xicon", combo);
}

void MainWindow::on_applypush_clicked()
{
QStringList combo;
combo << ui->comboBox->currentText();
QProcess *process = new QProcess(this);
process->start("./sbin/xicon", combo);
}
| The Following User Says Thank You to d-iivil For This Useful Post: | ||
| The Following User Says Thank You to Joorin For This Useful Post: | ||
| The Following User Says Thank You to qwerty12 For This Useful Post: | ||
| The Following User Says Thank You to benlau For This Useful Post: | ||
dbus-send --system --type=method_call --print-reply --dest=com.nokia.mce "/com/nokia/mce/request" com.nokia.mce.request.req_reboot
| The Following User Says Thank You to Dr.Heyde For This Useful Post: | ||