forked from qt-creator/qt-creator
ProjectExplorer: SysRoot config widget is read-only when sticky/not-mutable
Change-Id: I39a04cc76896674e8df743cdc85a9f09c4857907 Reviewed-by: Mehdi Fekari <mfekari@blackberry.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Mehdi Fekari
parent
0afe611e93
commit
0aabacb7b5
@@ -90,7 +90,7 @@ void SysRootInformationConfigWidget::refresh()
|
||||
|
||||
void SysRootInformationConfigWidget::makeReadOnly()
|
||||
{
|
||||
m_chooser->setEnabled(false);
|
||||
m_chooser->setReadOnly(true);
|
||||
}
|
||||
|
||||
QWidget *SysRootInformationConfigWidget::mainWidget() const
|
||||
|
||||
Reference in New Issue
Block a user