qt creator to give control from one window to another
ho开发者_C百科w to give control from one window to another by a pushbutton click
Both windows must be part of the same application. Connect the QPushButton clicked signal to a slot on the other window in which activateWindow() is called.
加载中,请稍侯......
精彩评论