mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
made registered services list non editable
This commit is contained in:
parent
b606b26dd3
commit
034bddf1ef
@ -60,6 +60,7 @@ JsonApiPage::JsonApiPage(QWidget */*parent*/, Qt::WindowFlags /*flags*/)
|
|||||||
QRegExpValidator *ipValidator = new QRegExpValidator(ipRegex, this);
|
QRegExpValidator *ipValidator = new QRegExpValidator(ipRegex, this);
|
||||||
|
|
||||||
ui.listenAddressLineEdit->setValidator(ipValidator);
|
ui.listenAddressLineEdit->setValidator(ipValidator);
|
||||||
|
ui.providersListView->setSelectionMode(QAbstractItemView::NoSelection); // prevents edition.
|
||||||
|
|
||||||
mEventHandlerId = 0;
|
mEventHandlerId = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user