Home | History | Annotate | Download | only in QtTestBrowser

Lines Matching refs:currentText

890     if (dialog->exec() && !combo->currentText().isEmpty()) {
891 page()->setUserAgent(combo->currentText());
892 if (!items.contains(combo->currentText()))
893 settings.setValue("CustomUserAgent", combo->currentText());