Which GUI ?

Thread Solved

Join Date: Apr 2007
Posts: 11
Reputation: FreeFull is an unknown quantity at this point 
Solved Threads: 0
FreeFull FreeFull is offline Offline
Newbie Poster

Which GUI ?

 
0
  #1
Apr 17th, 2007
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.
int universe;
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,329
Reputation: jbennet is a splendid one to behold jbennet is a splendid one to behold jbennet is a splendid one to behold jbennet is a splendid one to behold jbennet is a splendid one to behold jbennet is a splendid one to behold 
Solved Threads: 555
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Which GUI ?

 
0
  #2
Apr 17th, 2007
So its a linux app?
http://cdn.battlefieldheroes.com/signatures/229198472/1Player profile at BattlefieldHeroes.com, Free Shooter Game
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 11
Reputation: FreeFull is an unknown quantity at this point 
Solved Threads: 0
FreeFull FreeFull is offline Offline
Newbie Poster

Re: Which GUI ?

 
0
  #3
Apr 17th, 2007
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 12:18 pm.
int universe;
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,329
Reputation: jbennet is a splendid one to behold jbennet is a splendid one to behold jbennet is a splendid one to behold jbennet is a splendid one to behold jbennet is a splendid one to behold jbennet is a splendid one to behold 
Solved Threads: 555
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Which GUI ?

 
0
  #4
Apr 17th, 2007
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
http://cdn.battlefieldheroes.com/signatures/229198472/1Player profile at BattlefieldHeroes.com, Free Shooter Game
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 11
Reputation: FreeFull is an unknown quantity at this point 
Solved Threads: 0
FreeFull FreeFull is offline Offline
Newbie Poster

Re: Which GUI ?

 
0
  #5
Apr 17th, 2007
(Accidental copy of post below)
Last edited by FreeFull; Apr 17th, 2007 at 12:30 pm.
int universe;
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 11
Reputation: FreeFull is an unknown quantity at this point 
Solved Threads: 0
FreeFull FreeFull is offline Offline
Newbie Poster

Re: Which GUI ?

 
0
  #6
Apr 17th, 2007
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).
int universe;
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 254
Reputation: jan1024188 is an unknown quantity at this point 
Solved Threads: 2
jan1024188's Avatar
jan1024188 jan1024188 is offline Offline
Posting Whiz in Training

Re: Which GUI ?

 
0
  #7
Apr 17th, 2007
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 4:54 pm.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,329
Reputation: jbennet is a splendid one to behold jbennet is a splendid one to behold jbennet is a splendid one to behold jbennet is a splendid one to behold jbennet is a splendid one to behold jbennet is a splendid one to behold 
Solved Threads: 555
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Which GUI ?

 
0
  #8
Apr 17th, 2007
Originally Posted by jan1024188 View Post
Send a signal to export a value from QSpinBox ti Variable.

  1. QObject::connect(spinBox_variable, SIGNAL(ValueChanged(int)), variable, SLOT(setvalue(int)));
??????
http://cdn.battlefieldheroes.com/signatures/229198472/1Player profile at BattlefieldHeroes.com, Free Shooter Game
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 254
Reputation: jan1024188 is an unknown quantity at this point 
Solved Threads: 2
jan1024188's Avatar
jan1024188 jan1024188 is offline Offline
Posting Whiz in Training

Re: Which GUI ?

 
0
  #9
Apr 18th, 2007
what "????????" ?

Its error here....with ti...I wanted to write
to variable
Last edited by jan1024188; Apr 18th, 2007 at 10:56 am.
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 11
Reputation: FreeFull is an unknown quantity at this point 
Solved Threads: 0
FreeFull FreeFull is offline Offline
Newbie Poster

Re: Which GUI ?

 
0
  #10
Apr 18th, 2007
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 12:54 pm.
int universe;
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C Forum


Views: 1740 | Replies: 11
Thread Tools Search this Thread



Tag cloud for C
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2010 DaniWeb® LLC