c++ - How do I get my Qt console app to communicate with another Qt gui app? -
my project needs have 2 parts it. first part input taken qt console window. input processed , signal sent qt gui app (the second part) accordingly updates ui. how implement this? can these part of same app, or need keep 2 separate , communicate between two?
please direct me specific classes , functions have use.
i've had @ qprocess wasn't sure whether serve purpose.
i think not possible run both console , gui application in qt. can try create .exe file console , .exe gui application.
to run console gui application should use qprocess
have specify absolute path console executable.
more information qprocess
can found here.
Comments
Post a Comment