def on3_click(self):
subprocess.call('ip a',shell=True)
Hello so this clicked.connect
pointer allows me to print out my desktop ip address using ip a
command but it will only print out in the terminal. How can I display the output of the subprocess in a QMessageBox or other GUI window ?