| | |
Which GUI ?
Thread Solved |
•
•
Join Date: Apr 2007
Posts: 11
Reputation:
Solved Threads: 0
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.
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;
So its a linux app?
http://cdn.battlefieldheroes.com/signatures/229198472/1Player profile at BattlefieldHeroes.com, Free Shooter Game
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
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
Send a signal to export a value from QSpinBox ti Variable.
C Syntax (Toggle Plain Text)
QObject::connect(spinBox_variable, SIGNAL(ValueChanged(int)), variable, SLOT(setvalue(int)));
Last edited by jan1024188; Apr 17th, 2007 at 4:54 pm.
•
•
•
•
Send a signal to export a value from QSpinBox ti Variable.
C Syntax (Toggle Plain Text)
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
what "????????" ?
Its error here....with ti...I wanted to write
Its error here....with ti...I wanted to write
•
•
•
•
to variable
Last edited by jan1024188; Apr 18th, 2007 at 10:56 am.
![]() |
Similar Threads
- How do I make a GUI in C++ (C++)
- GUI development in LINUX (Window and Desktop Managers)
- Project on offer - GUI for ATi Drivers (Software Development Job Offers)
- GUI Library help (C++)
- Help with gui loop. (C)
Other Threads in the C Forum
- Previous Thread: .exe In C Language
- Next Thread: developers forum..
Views: 1740 | Replies: 11
| Thread Tools | Search this Thread |
Tag cloud for C
api array arrays binary binarysearch c++ c/c++ char character cheating code coke command conversion convert copy database decimal directory download dude dynamic ebook error exec factorial fgets file fork function functions getline givemetehcodez grade graphics hardware homework i/o input insert int integer lazy line linked linkedlist linux list lists loop malloc matrix memory multi mysql no-effort numbers output path pointer pointers problem process program programming programs read readfile recursion recursive recv recvblocked reverse scan scanf sdl shape single socketprograming socketprogramming sockets sorting spoonfeeding stdin string strings strtok structures student system turbo-c txt unix user variable visualstudio voidmain() whythiscodecausesegmentationfault win32 windows






