943,910 Members | Top Members by Rank

Ad:
  • C Discussion Thread
  • Marked Solved
  • Views: 1861
  • C RSS
You are currently viewing page 1 of this multi-page discussion thread
Apr 17th, 2007
0

Which GUI ?

Expand Post »
Hello.

I made an command-line application. Now I want tomake an gui version but I don't know which GUI I should choose. I want the executable to have requirements for libaries while running (so I don't think about using GTK). I tried QT but I don't know if I can export a value from an spinbox to an variable (I need to do an equation) and give the result to other widget.
Thank you for any help.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
FreeFull is offline Offline
11 posts
since Apr 2007
Apr 17th, 2007
0

Re: Which GUI ?

So its a linux app?
Moderator
Featured Poster
Reputation Points: 1784
Solved Threads: 574
Moderator
jbennet is offline Offline
16,520 posts
since Apr 2005
Apr 17th, 2007
0

Re: Which GUI ?

This app will be compiled for both windows and linux. If it would be just for linux I would try GTK (most linux distros have it).
Last edited by FreeFull; Apr 17th, 2007 at 1:18 pm.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
FreeFull is offline Offline
11 posts
since Apr 2007
Apr 17th, 2007
0

Re: Which GUI ?

If it was windows only i would just use MFC or the .NET CLR but these dont run on linux.

Mono maybe?

GTK is probably best. You can get it for windows i think
Moderator
Featured Poster
Reputation Points: 1784
Solved Threads: 574
Moderator
jbennet is offline Offline
16,520 posts
since Apr 2005
Apr 17th, 2007
0

Re: Which GUI ?

(Accidental copy of post below)
Last edited by FreeFull; Apr 17th, 2007 at 1:30 pm.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
FreeFull is offline Offline
11 posts
since Apr 2007
Apr 17th, 2007
0

Re: Which GUI ?

You can get GTK in Windows, but I don't want people download GTK just to run my program. If someone would answer my question about QT that it is possible and say how this problem would be solved(you don't neet QT to run programs using it).
Reputation Points: 10
Solved Threads: 0
Newbie Poster
FreeFull is offline Offline
11 posts
since Apr 2007
Apr 17th, 2007
0

Re: Which GUI ?

Send a signal to export a value from QSpinBox ti Variable.

  1. QObject::connect(spinBox_variable, SIGNAL(ValueChanged(int)), variable, SLOT(setvalue(int)));
Last edited by jan1024188; Apr 17th, 2007 at 5:54 pm.
Reputation Points: 27
Solved Threads: 2
Posting Whiz in Training
jan1024188 is offline Offline
254 posts
since Aug 2006
Apr 17th, 2007
0

Re: Which GUI ?

Click to Expand / Collapse  Quote originally posted by jan1024188 ...
Send a signal to export a value from QSpinBox ti Variable.

  1. QObject::connect(spinBox_variable, SIGNAL(ValueChanged(int)), variable, SLOT(setvalue(int)));
??????
Moderator
Featured Poster
Reputation Points: 1784
Solved Threads: 574
Moderator
jbennet is offline Offline
16,520 posts
since Apr 2005
Apr 18th, 2007
0

Re: Which GUI ?

what "????????" ?

Its error here....with ti...I wanted to write
Quote ...
to variable
Last edited by jan1024188; Apr 18th, 2007 at 11:56 am.
Reputation Points: 27
Solved Threads: 2
Posting Whiz in Training
jan1024188 is offline Offline
254 posts
since Aug 2006
Apr 18th, 2007
0

Re: Which GUI ?

Thank you, I will try it right now!

Edit: how do I import the value of another variable into the LCD number widget?
Last edited by FreeFull; Apr 18th, 2007 at 1:54 pm.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
FreeFull is offline Offline
11 posts
since Apr 2007

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C Forum Timeline: .exe In C Language
Next Thread in C Forum Timeline: developers forum..





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC