Lines Matching refs:ok
709 bool ok;711 QLineEdit::Normal, "a", &ok);713 if (ok && !str.isEmpty()) {883 QDialogButtonBox* buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok956 bool ok;958 int quotaSize = QInputDialog::getInt(this, "Offline Storage Default Quota Size" , "Quota Size", 0, 0, 26214400, 1, &ok);959 if (ok)