GUI text input dialog with few lines

Felipe Lema felipelema at topsort.com
Fri Oct 20 20:43:21 UTC 2023


Hey, D-langers

Is there a mostly-one-liner for getting text input (actually TOTP 
numbers) from user?

I'm looking into something like Qt's `QInputDialog::getText()` in 
which it returns a string and all things gui are handlend 
underneath (see code sample here: 
https://doc.qt.io/qt-6/qinputdialog.html#details)

I was looking into DWT and dlangui without luck. Maybe they both 
have it, but it's called something else (TextFromUser, 
UserDialog...)?

I don't mind using any or other GUI framework, but I do aim to 
have a windows-exe-with-as-few-dlls-as-possible

Thanks y'all


More information about the Digitalmars-d-dwt mailing list