Question

With QtRuby, is it possible to create an input dialog that already has a value in the text box?

Était-ce utile?

La solution

Pass the initial value as the 5th parameter of QInputDialog::getText method.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top