BUMP assing QProcess (terminal) to mdiArea
-
Could somebody PLEASE help me figure out how to add QProcess - in this case my external program is Linux terminal - to mdiArea as "subwindow" . Right now the "terminal " window is "floating" as top window and I need it "inside mdiArea subwndow".
Thanks.ps
this is NOT how to add subwindow widget, I have that working -
Could somebody PLEASE help me figure out how to add QProcess - in this case my external program is Linux terminal - to mdiArea as "subwindow" . Right now the "terminal " window is "floating" as top window and I need it "inside mdiArea subwndow".
Thanks.ps
this is NOT how to add subwindow widget, I have that working@AnneRanch said in BUMP assing QProcess (terminal) to mdiArea:
help me figure out how to add QProcess - in this case my external program is Linux terminal - to mdiArea as "subwindow"
This does not work. You can't add a
QProcessto a mdiArea (widget-wise), becauseQProcessis never aQWidget.Right now the "terminal " window is "floating" as top window and I need it "inside mdiArea subwndow".
QProcess≠ "terminal".
Your terminal widget/window must be someQWindow/QWidgetand:this is NOT how to add subwindow widget, I have that working
It seems you know how to do it.
So what's your question?
-
@AnneRanch said in BUMP assing QProcess (terminal) to mdiArea:
help me figure out how to add QProcess - in this case my external program is Linux terminal - to mdiArea as "subwindow"
This does not work. You can't add a
QProcessto a mdiArea (widget-wise), becauseQProcessis never aQWidget.Right now the "terminal " window is "floating" as top window and I need it "inside mdiArea subwndow".
QProcess≠ "terminal".
Your terminal widget/window must be someQWindow/QWidgetand:this is NOT how to add subwindow widget, I have that working
It seems you know how to do it.
So what's your question?
@AnneRanch
Help me out: What is "assing" ? -
@AnneRanch
Help me out: What is "assing" ? -
@Pl45m4
Or "BUMP adding" ?
@AnneRanch usually doesn't provide hints to her typo puzzles.