Home
last modified time | relevance | path

Searched refs:getClearSQLi (Results 1 – 11 of 11) sorted by relevance

/dports/comms/klog/klog-1.8.5/src/setuppages/
H A Dsetuppagelogsnew.cpp144 QString currentQrz = util->getClearSQLi (operatorsLineEdit->text()); in slotOperatorsTextChanged()
177 QString currentQrz = util->getClearSQLi (stationCallsignLineEdit->text()); in slotStationCallSignTextChanged()
H A Dsetuppageuserdata.cpp284 QString _a = util->getClearSQLi (maincallsignLineEdit->text()); in slotQRZTextChanged()
345 myLocatorLineEdit->setText(((util->getClearSQLi(myLocatorLineEdit->text()))).simplified()); in slotMyLocatorTextChanged()
621 operatorsLineEdit->setText(util->getClearSQLi (_a).simplified().toUpper()); in slotOperatorsChanged()
H A Dsetuppageelog.cpp248 QString aux = util->getClearSQLi (QRZCOMUserLineEdit->text()); in slotQRZCallTextChanged()
274 QString aux = util->getClearSQLi (eQSLUserLineEdit->text()); in sloteQSLCallTextChanged()
/dports/comms/klog/klog-1.8.5/src/inputwidgets/
H A Dmainwindowmydatatab.cpp194 myLocatorLineEdit->setText(util->getClearSQLi(myLocatorLineEdit->text()).toUpper()); in slotMyLocatorTextChanged()
399 operatorLineEdit->setText(util->getClearSQLi(operatorLineEdit->text()).toUpper()); in slotOperatorTextChanged()
435 stationCallSignLineEdit->setText(util->getClearSQLi(stationCallSignLineEdit->text()).toUpper()); in slotStationCallSignTextChanged()
H A Dmainwindowsattab.cpp225 satNameLineEdit->setText((util->getClearSQLi (satNameLineEdit->text())).toUpper()); in slotSatNameTextChanged()
276 satDXLocatorLineEdit->setText((util->getClearSQLi(satDXLocatorLineEdit->text())).toUpper()); in slotSatDXLocTextChanged()
H A Dmainwindowinputqsl.cpp314 qslViaLineEdit->setText((util->getClearSQLi(qslViaLineEdit->text())).toUpper()); in slotQSLViaTextChanged()
H A Dmainwindowinputqso.cpp271 locatorLineEdit->setText((util->getClearSQLi(locatorLineEdit->text())).toUpper()); in slotLocatorTextChanged()
/dports/comms/klog/klog-1.8.5/src/
H A Dutilities.h78 QString getClearSQLi(QString _s);
H A Dsearchwidget.cpp343 searchBoxLineEdit->setText((util->getClearSQLi(searchBoxLineEdit->text())).toUpper()); in slotStartDelayInputTimer()
H A Dmainqsoentrywidget.cpp1004 QString aux = util->getClearSQLi (qrzLineEdit->text ()); in slotStartDelayInputTimer()
H A Dutilities.cpp1654 QString Utilities::getClearSQLi(QString _s) in getClearSQLi() function in Utilities