Home
last modified time | relevance | path

Searched refs:textChanged (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeoaddress.cpp155 emit textChanged(); in setText()
179 emit textChanged(); in setCountry()
201 emit textChanged(); in setCountryCode()
223 emit textChanged(); in setState()
245 emit textChanged(); in setCounty()
267 emit textChanged(); in setCity()
289 emit textChanged(); in setDistrict()
314 emit textChanged(); in setStreet()
336 emit textChanged(); in setPostalCode()
H A Dqdeclarativegeoaddress_p.h65 Q_PROPERTY(QString text READ text WRITE setText NOTIFY textChanged)
104 void textChanged();
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dsearchlineedit.h62 void textChanged(const QString &text);
72 void textChanged(const QString &text);
H A Dsearchlineedit.cpp75 void ClearButton::textChanged(const QString &text) in textChanged() function in ClearButton
163 connect(lineEdit(), SIGNAL(textChanged(QString)), in SearchLineEdit()
164 this, SIGNAL(textChanged(QString))); in SearchLineEdit()
H A Dcookiejar.cpp484 connect(search, SIGNAL(textChanged(QString)), in CookiesDialog()
658 connect(search, SIGNAL(textChanged(QString)), in CookiesExceptionsDialog()
665 connect(domainLineEdit, SIGNAL(textChanged(QString)), in CookiesExceptionsDialog()
666 this, SLOT(textChanged(QString))); in CookiesExceptionsDialog()
693 void CookiesExceptionsDialog::textChanged(const QString &text) in textChanged() function in CookiesExceptionsDialog
H A Durllineedit.cpp84 connect(m_lineEdit, SIGNAL(textChanged(QString)), in ExLineEdit()
85 m_clearButton, SLOT(textChanged(QString))); in ExLineEdit()
H A Dcookiejar.h187 void textChanged(const QString &text);
H A Dbookmarks.cpp775 connect(search, SIGNAL(textChanged(QString)), in BookmarksDialog()
H A Dhistory.cpp671 connect(search, SIGNAL(textChanged(QString)), in HistoryDialog()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplaceattribute_p.h66 Q_PROPERTY(QString text READ text WRITE setText NOTIFY textChanged)
85 void textChanged();
H A Dqdeclarativeplaceattribute.cpp176 emit textChanged(); in setAttribute()
212 emit textChanged(); in setText()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/
H A Dqipaddressedit.cpp86 emit textChanged(ip); in setText() local
110 emit textChanged(text()); in ipChanged() local
H A Dqipaddressedit.h33 void textChanged(const QString &);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_placeattribute.qml46 { tag: "text", property: "text", signal: "textChanged", value: "Test Text", reset: "" },
H A Dtst_address.qml54 textChangedSpy.signalName = "textChanged"
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3295 self.widget.textChanged.connect(self.Invalidate)