GUI for server-client program

Posted by sksingh73 on Stack Overflow See other posts from Stack Overflow or by sksingh73
Published on 2010-06-10T08:16:43Z Indexed on 2010/06/10 8:22 UTC
Read the original article Hit count: 174

Filed under:
|

I am making a server-client application in c++. In this i am also using shared memory & file read-write operations. my program is completely ready & i now wants to make a gui for it. someone suggested me to go for QT4, but when i tried it, i found i have to re-write 80% of the code because QT has got its own classes & variable. i don't want to do it. i want suggestions from you on this regard. my requirements for gui are very simple i.e there will be a main form, which will have two text boxes in which all messages being sent & received by client & server should be shown. there should be another lineedit box, through which i can send the messages to the other end server. I don't know how to make this gui. someone suggested tcl/tk, other suggested me use php/swig. i am not sure how to go about this. my only requirement is that i want to make this simple gui with minimum of changes in my code. THANX

© Stack Overflow or respective owner

Related posts about c++

Related posts about gui