Connecting Logic with Qt Widget
-
Hi,
I'm trying to create a application but, having a hard time
connecting / writing the code to make the application come alive.
I want to create a "simple" gui client that makes use of a api.
The problem is, where do I start ? I know how to navigate around
the Qt Designer (no problem there) but, when it comes to the writing
the code i'm stuck. I have the UI completed but, how do I make that UI
talk connect with the logic.Here's what I want to learn / do
- Write a application that uses a api (http://pastebin.com/api)
I know there are a lot of tutorials out there but, when I Google "learn to connect api with c++"
I get all sorts of information that just confuses me and discourages me. I even search the web
for qt twitter api to get a feel of what I should be doing but, even to the info / READMEs are so
vague that a beginner programmer feels lost.Thanks,
samthewildone -
[quote author="samthewildone" date="1409193907"]
when it comes to the writing
the code i'm stuck. I have the UI completed but, how do I make that UI
talk connect with the logic.[/quote]
Hiii.
see following link it will help you..
http://qt-project.org/doc/qt-4.8/designer-using-a-ui-file.html -
Thanks for the swift response...
I'm going to the article right away !:D