13 Nisan 2018 Cuma

QInputDialog Sınıfı

getText metodu
Şöyle yaparız.
QString username = QInputDialog::getText(this,
  "Password Recovery",//title
  "please enter ur Username here:",//label
  QLineEdit::Normal,//mode
  "myUsername",//text
  Q_NULLPTR,//ok
  Qt::WindowFlags(),//flags
  Qt::ImhNone //hints
);

Hiç yorum yok:

Yorum Gönder