QInputDialog

QInputDialog *d=new QInputDialog;

d-> setWindowTitle ( "input box title display content");

qDebug () << d-> textValue ( "point OK, acquire the content input");

d-> setLabelText ( "Enter content title prompt");

Published 104 original articles · won praise 22 · views 40000 +

Guess you like

Origin blog.csdn.net/qq_41672557/article/details/103076780