communicate: basic server and client communicate.
This commit is contained in:
@@ -7,6 +7,8 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
|
||||
qInstallMessageHandler(frelayGUI::ControlMsgHander);
|
||||
|
||||
#ifdef _WIN32
|
||||
QFont font("Microsoft YaHei", 9);
|
||||
a.setFont(font);
|
||||
|
||||
Reference in New Issue
Block a user