mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 13:54:27 -04:00
made registered services list non editable
This commit is contained in:
parent
b606b26dd3
commit
034bddf1ef
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue