thanks for the reply
(I also suspect your program does not do what you expect)
(I also suspect your program does not do what you expect)
To copy to clipboard, switch view to plain text mode
My program works perfectly
Your program is not designed for a GUI, whether it is Qt or any other kind, so you will need to think about how your GUI program should work.
Your program is not designed for a GUI, whether it is Qt or any other kind, so you will need to think about how your GUI program should work.
To copy to clipboard, switch view to plain text mode
what I want it to do as far as it working with the GUI is I want the DNA sequence typed in a text field and then press a button and the RNA complement to print out in a second text field.
How should my program be set up?
Bookmarks