 |
 |
 |
 |
| Programming & Packaging A place to discuss programming and packaging. |

2nd August 2012, 02:51 AM
|
|
Registered User
|
|
Join Date: Aug 2012
Location: iran
Posts: 4

|
|
how can visual programming?
Hi
How we can visual programmin in fedora 17 with Eclipse or other app like MFC and Windows form app in Microsofte Visual Studio? I want to program visually and create the forms and windows and manage and create the relation bethween them and use with SQL but i don't know how do i it?
i saw the QT4 Designer but i could not use that and i didn't find any place for programmin by code with C families (C/C++ /C#).
thnx
Last edited by Gareth Jones; 2nd August 2012 at 05:45 PM.
Reason: Removed over-sized font
|

2nd August 2012, 07:33 AM
|
|
Registered User
|
|
Join Date: Jul 2012
Location: Slovakia
Posts: 26

|
|
|
Re: how can visual programming?
Try Kdevelop
|

2nd August 2012, 05:49 PM
|
|
Official Gnome 3 Sales Rep. (and Adminstrator)
|
|
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,689

|
|
|
Re: how can visual programming?
It depends what desktop environment you're most concerned with, although programs using different tool-kits do integrate much better these days than of old.
If you're interested in Qt (preferred by KDE), KDevelop is your best option.
For other desktops (GNOME, Cinnamon, LXDE, Xfce etc...), GTK+ applications are more "native". Anjuta is a good option for those.
|

3rd August 2012, 07:26 AM
|
|
Registered User
|
|
Join Date: Aug 2012
Location: iran
Posts: 4

|
|
|
Re: how can visual programming?
thank you Ferry and Gareth Jones too for helping me.
I installed GTK+ but i don't know how to execute it. do you know any ebooks of Kdevelop and GTK+? If you know please introduce me.
Last edited by seyed; 3rd August 2012 at 11:29 AM.
Reason: i made mistake
|

3rd August 2012, 01:31 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: Finland
Posts: 5,076

|
|
|
Re: how can visual programming?
Quote:
Originally Posted by seyed
I installed GTK+ but i don't know how to execute it.
|
GTK+ is a set of libraries. You "execute" it by writing software that uses the GTK+ APIs.
Quote:
Originally Posted by seyed
do you know any ebooks of Kdevelop and GTK+? If you know please introduce me.
|
KDevelop Handbook
|

3rd August 2012, 01:47 PM
|
|
Official Gnome 3 Sales Rep. (and Adminstrator)
|
|
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,689

|
|
|
Re: how can visual programming?
GTK+ and Qt etc. are library frameworks for building programs (much like the .NET class library), and don't do anything on their own. Check out the documentation at http://www.gtk.org/documentation.php (for C) and http://www.gtkmm.org/en/documentation.html (for C++ with Gtkmm bindings).
For C# on Linux you need Mono and Gtk# ( http://www.mono-project.com/GtkSharp), although Gtk# is a bit out of date at the moment (GTK+2 only). If you want a C#-like language that better integrates with GNOME/GTK+, take a look at Vala instead.
KDevelop is a bit of an odd choice for GNOME/GTK+ development, but from memory I think it can do that without too much messing around. For C# you might want to try MonoDevelop instead.
|

3rd August 2012, 01:52 PM
|
|
Official Gnome 3 Sales Rep. (and Adminstrator)
|
|
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,689

|
|
|
Re: how can visual programming?
(Also I've moved the thread into the Programming forum, which is more suitable for these sorts of questions.)
|

3rd August 2012, 11:35 PM
|
|
Registered User
|
|
Join Date: Apr 2010
Location: Earth
Posts: 857

|
|
|
Re: how can visual programming?
Quote:
Originally Posted by seyed
[...](C/C++ /C#).
thnx 
|
C# is not as well supported on Linux than C/C++. But if you are really interested in C#, then this is an option: Monodevelop together with GTK2 probably.
The IDE's monodevelop, anjuta, kdevelop, codeblocks are all in the Fedora repository. Just install it via "yum install kdevelop anjuta".
Codeblocks has also support for GTK+, QT4 and wxWidgets (but for GTK it's probably better to choose anjuta, for QT kdevelop).
recently there was a similar thread:
HOw to get started?
Last edited by Fenrin; 3rd August 2012 at 11:47 PM.
|

4th August 2012, 03:34 AM
|
|
Registered User
|
|
Join Date: Aug 2012
Location: iran
Posts: 4

|
|
|
Re: how can visual programming?
I can't see graphical forms and designing in Kdevelop. I think we should design graphically windows in Qt and use them in Kdevelop. Is it tru?
|

4th August 2012, 03:59 AM
|
 |
Registered User
|
|
Join Date: Nov 2006
Location: Detroit
Posts: 4,613

|
|
|
Re: how can visual programming?
For C++ development with Qt try QtCreator, which is in the Fedora repos:
Code:
yum install qt-creator
By the way, there's one member of the "C family" that hasn't been mentioned yet: Objective-C. For that you could install GNUstep, a free implementation of Apple's Cocoa APIs. GNUstep has a GUI designer called Gorm, similar to Apple's Interface Builder tool. It's all in the Fedora repos:
Code:
yum install gnustep-back gnustep-base-devel gnustep-gui-devel gorm
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
|

4th August 2012, 01:19 PM
|
|
Official Gnome 3 Sales Rep. (and Adminstrator)
|
|
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,689

|
|
|
Re: how can visual programming?
Quote:
Originally Posted by seyed
I can't see graphical forms and designing in Kdevelop. I think we should design graphically windows in Qt and use them in Kdevelop. Is it tru?
|
If you're using GTK+/Gtkmm, the program for creating windows visually is Glade. For GTK#, I think you need Stetic.
I'm not sure about Qt, but KDevelop should have a way of doing it.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Visual to C/C++
|
ra[]Dture |
Programming & Packaging |
4 |
26th March 2008 05:30 AM |
|
Visual
|
RED WIND |
Using Fedora |
0 |
26th February 2007 01:40 PM |
|
linux programming vs. windows programming
|
unlovedwarrior |
Programming & Packaging |
11 |
22nd October 2006 09:14 PM |
|
M$ Visual & GCC
|
cruiseoveride |
Programming & Packaging |
8 |
29th March 2006 12:08 AM |
Current GMT-time: 10:16 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|