i would like to make some Gui's for terminal apps (wminput being the first one i am gonna make)
how do you do this , i have tried qt3devloper but it don't seam to have a way to do this,
i am thinking a simple program that just spits out to the console command + args
my thoughts on this is that is should be something like this
1. create the gui (like VB style enviroment w/ support for console backend )
2. code the buttons (ie if check then add -i to the command string when the ok button is pushed)
3. code the ok button , for something like (command +(vars) -> console)
what do i need to do this ? does ne one have some sugestions maybe a tutorial or two i should look at.
i am new to linux programing i have exp coding for windoze (vb , C++, a few other langs)
how do you do this , i have tried qt3devloper but it don't seam to have a way to do this,
i am thinking a simple program that just spits out to the console command + args
my thoughts on this is that is should be something like this
1. create the gui (like VB style enviroment w/ support for console backend )
2. code the buttons (ie if check then add -i to the command string when the ok button is pushed)
3. code the ok button , for something like (command +(vars) -> console)
what do i need to do this ? does ne one have some sugestions maybe a tutorial or two i should look at.
i am new to linux programing i have exp coding for windoze (vb , C++, a few other langs)
Comment