Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top