Hello people!
First (of many) post on these forums... and I need a little bit of help. I have written a program in native c++ that works fine and now want to build a GUI application that does the same thing - that is given an input sequence of amino acids find the molecular weight and formula of the protein the sequence represents. Before I go any further I must tell you that I have no prior experience in GUI programming although I'm pretty well versed with C++.
I have built the 'main screen' (widget?) for my app with the necessary lineEdits and labels and buttons using Qt Creator but I can't figure out where to put in my code that does the actual processing.
Could you please point me in the right direction? Thanks!
Bookmarks