forked from qt-creator/qt-creator
Maemo: Make deployables widget read-only.
We don't have the API to sensibly support writing tot he project file. Reviewed-by: kh1
This commit is contained in:
@@ -60,6 +60,8 @@ MaemoDeployableListWidget::MaemoDeployableListWidget(QWidget *parent,
|
||||
: QWidget(parent), m_ui(new Ui::MaemoDeployableListWidget), m_model(model)
|
||||
{
|
||||
m_ui->setupUi(this);
|
||||
m_ui->addFileButton->hide();
|
||||
m_ui->removeFileButton->hide();
|
||||
m_ui->deployablesView->setWordWrap(false);
|
||||
m_ui->deployablesView->setModel(m_model);
|
||||
connect(m_model, SIGNAL(dataChanged(QModelIndex,QModelIndex)),
|
||||
|
||||
Reference in New Issue
Block a user