PDA

View Full Version : Are there simple input widgets in Qt?



pixaeiro
15th May 2015, 15:03
Hello,
I have a panel where I need to show a widget with a QTextEdit and Ok Cancel buttons, when a button is clicked. I wonder if there are already some of these simple input widgets available in Qt 5.4.
Thank you!

wysota
15th May 2015, 15:10
There is QInputDialog.

pixaeiro
15th May 2015, 21:47
Ha! I knew it... Qt never disappoints!
Thank you wysota!