diff --git a/Configuration.cpp b/Configuration.cpp index 0466fd662..5df45c543 100644 --- a/Configuration.cpp +++ b/Configuration.cpp @@ -1070,18 +1070,13 @@ Configuration::impl::impl (Configuration * self, QNetworkAccessManager * network // // validation + // ui_->callsign_line_edit->setValidator (new CallsignValidator {this}); ui_->grid_line_edit->setValidator (new MaidenheadLocatorValidator {this}); ui_->add_macro_line_edit->setValidator (new QRegularExpressionValidator {message_alphabet, this}); ui_->Field_Day_Exchange->setValidator (new QRegularExpressionValidator {field_day_exchange_re, this}); ui_->RTTY_Exchange->setValidator (new QRegularExpressionValidator {RTTY_roundup_exchange_re, this}); - ui_->udp_server_port_spin_box->setMinimum (1); - ui_->udp_server_port_spin_box->setMaximum (std::numeric_limits::max ()); - - ui_->n1mm_server_port_spin_box->setMinimum (1); - ui_->n1mm_server_port_spin_box->setMaximum (std::numeric_limits::max ()); - // // assign ids to radio buttons // diff --git a/Configuration.ui b/Configuration.ui index d22032d53..fbd53c422 100644 --- a/Configuration.ui +++ b/Configuration.ui @@ -1893,9 +1893,6 @@ and DX Grid fields when a 73 or free text message is sent. <html><head/><body><p>Enter the service port number of the UDP server that WSJT-X should send updates to. If this is zero no updates will be broadcast.</p></body></html> - - 0 - 65534 @@ -1988,6 +1985,9 @@ and DX Grid fields when a 73 or free text message is sent. <html><head/><body><p>Enter the port number that WSJT-X should use for UDP broadcasts of ADIF log information. For N1MM Logger+, this value should be 2333. If this is zero, no updates will be broadcast.</p></body></html> + + 65534 + @@ -3194,11 +3194,11 @@ Right click for insert and delete options. - - + - + +