QInputDialog

Hello,

topcell = QInputDialog.getText(main_window, "getTopCellName()", "New Top Cell Name:") allows one to ask for one string in a pop-up window. How can you ask for multiple inputs (strings, floats, ...) in one pop-up window?

Cheers,

Tomas

Comments

Sign In or Register to comment.