creating an application with gui in linux


 
Thread Tools Search this Thread
Top Forums Programming creating an application with gui in linux
# 1  
Old 07-18-2012
Question creating an application with gui in linux

hi,

so I am familiar with visual studio for windows, I was wondering if there's that kind of IDE for linux that I can use to make an application...

thanks!
# 2  
Old 07-19-2012
Yes there are. Try kDevelop.

---------- Post updated at 01:54 PM ---------- Previous update was at 01:49 PM ----------

In fact there is another one known as Qt. Please visit (Qt Developer Network)
# 3  
Old 07-19-2012
Quote:
Originally Posted by shoaibjameel123
Yes there are. Try kDevelop.

---------- Post updated at 01:54 PM ---------- Previous update was at 01:49 PM ----------

In fact there is another one known as Qt. Please visit (Qt Developer Network)


hmm nice, ok i'll try Smilie
thanks!
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Creating a GUI with GTKDialog

Hello All, I just came across an article, through which we can create GUI menus in unix. Which is far more better than Zenity. Please find the link below: pclosmag.com/html/Issues/200910/page21.html I need help to install this gtkdialog in my ubuntu, so as to use it in shell script,... (1 Reply)
Discussion started by: anand2308
1 Replies

2. UNIX for Dummies Questions & Answers

Small linux no gui

I want to execute from a grub a very small linux that only has commands, so at startup it executes this shell script I wrote and after that the user has an option to go back to the grub. I've heard of busybox but that doesn't seem to be helpful? Can anyone recommend a non gui distro, that can... (1 Reply)
Discussion started by: jcnewton13
1 Replies

3. Shell Programming and Scripting

File creating in another path.. application unable to locate

I am submitting a concurrent program (of HOST tyme) from Oracle apps screen, The MAIN shell program submits another program, (child) which is also a Shell program. The child writes data to log file. Now the main program, read the log and do some calculations and sends the data to user through... (1 Reply)
Discussion started by: Pradeep Garine
1 Replies

4. Programming

creating GUI using C programing in unix server

I want to write GUI using C programing in Unix server. But I can not use windows.h header file. I want to create some text box using C programing. Please suggest me any sample code or tutorial for this purpose. I do not know any thing about GUI programing in C language. Thanks in... (5 Replies)
Discussion started by: rinku
5 Replies

5. Shell Programming and Scripting

GUI application through CRONTAB

I ve tried to initialise a GUI application by giving an entry in the CRONTAB. But its not working.could any one tell me how can I get this? (0 Replies)
Discussion started by: arun_v
0 Replies

6. UNIX Desktop Questions & Answers

Linux GUI

I got Linux 9 installed on my system with the GUI. One fine day....the GUI wouldn't start. How should i set it right? (2 Replies)
Discussion started by: preeya
2 Replies

7. UNIX Desktop Questions & Answers

Need a gui for linux.

I want one that won't run too slugish on a slower system (p 200Mhz for example). I know kde is out, anybody think gnome will run ok (I got 128 megs ram on it btw...don't ask :))? (5 Replies)
Discussion started by: pudad
5 Replies

8. UNIX for Dummies Questions & Answers

GUI for Redhat Linux

I just installed Redhat Linux 8.0 and I do not know how to get to my GUI Desktop. Right now I'm just in the shell please help. (2 Replies)
Discussion started by: savagebeast
2 Replies
Login or Register to Ask a Question