Maemo: Let user choose package manager icon.

Reviewed-by: kh1
This commit is contained in:
ck
2010-08-05 11:22:07 +02:00
parent e8666322f6
commit 9d712dee79
6 changed files with 261 additions and 50 deletions

View File

@@ -109,8 +109,7 @@ void MaemoRunConfigurationWidget::addGenericWidgets(QVBoxLayout *mainLayout)
m_localExecutableLabel
= new QLabel(m_runConfiguration->localExecutableFilePath());
formLayout->addRow(tr("Executable on host:"), m_localExecutableLabel);
m_remoteExecutableLabel
= new QLabel(m_runConfiguration->remoteExecutableFilePath());
m_remoteExecutableLabel = new QLabel;
formLayout->addRow(tr("Executable on device:"), m_remoteExecutableLabel);
m_argsLineEdit = new QLineEdit(m_runConfiguration->arguments().join(" "));
formLayout->addRow(tr("Arguments:"), m_argsLineEdit);