_collapse_boxes() # Show quick user input dialog provider_name, ok = QInputDialog.getText(self, "New ORS provider", "Enter a name for the provider") if ok: ...
確定! 回上一頁