|
desant
Pleiadian Gypsy


Registered: 03/31/09
Posts: 4,208
Loc: Aether
Last seen: 6 days, 7 hours
|
GUI programming with C++ and Qt4.......
#13252960 - 09/27/10 12:14 PM (2 years, 7 months ago) |
|
|
I got this little project started:
http://www.shroomery.org/forums/showflat.php/Number/13069107/fpart/1
Basically, i have learned the C++ basics, now i need read up on the following:
GUI programming. (What is Qt4??) TCP IP internet / network programming and SQL
Its a good thing i already got professional visual studio 2010 and professional SQL server 2008 and server 2008...
Can anyone recommend a good book on GUI?
http://www.amazon.co.uk/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=sr_1_1?s=books&ie=UTF8&qid=1285602530&sr=1-1
Such as this
--------------------
|
desant
Pleiadian Gypsy


Registered: 03/31/09
Posts: 4,208
Loc: Aether
Last seen: 6 days, 7 hours
|
Re: GUI programming with C++ and Qt4....... [Re: desant]
#13252976 - 09/27/10 12:19 PM (2 years, 7 months ago) |
|
|
"Qt (pronounced officially as cute (/kyut/) though commonly pronounced as Q.T. (/ˈkyu ti/)[3][4]) is a cross-platform application framework that is widely used for developing application software with graphical user interface (GUI), (in which case Qt is referred to as a widget toolkit when used as such), and also used for developing non-GUI programs such as command-line tools and consoles for servers. Qt is most notably used in Autodesk [5][6], Google Earth, KDE, Adobe Photoshop Album, the European Space Agency [7], OPIE, Skype, VLC media player, Samsung [8], Philips [9], Panasonic [10] and VirtualBox. It is produced by Nokia's Qt Development Frameworks division, which came into being after Nokia's acquisition of the Norwegian company Trolltech, the original producer of Qt, on June 17, 2008.[11]"
http://en.wikipedia.org/wiki/Qt_(framework)
Hmmmmmmmmmmmmmmmmmm.....
--------------------
|
desant
Pleiadian Gypsy


Registered: 03/31/09
Posts: 4,208
Loc: Aether
Last seen: 6 days, 7 hours
|
Re: GUI programming with C++ and Qt4....... [Re: desant]
#13253012 - 09/27/10 12:29 PM (2 years, 7 months ago) |
|
|
http://qt.nokia.com/downloads/
Which one can i use with Visual Studio???
--------------------
|
desant
Pleiadian Gypsy


Registered: 03/31/09
Posts: 4,208
Loc: Aether
Last seen: 6 days, 7 hours
|
Re: GUI programming with C++ and Qt4....... [Re: desant]
#13253038 - 09/27/10 12:36 PM (2 years, 7 months ago) |
|
|
"Visual Studio Add-in (57 MB) Want to use Qt together with Visual Studio on Windows? Download the Visual-Studio add-in, which can be used for development together with all Qt licenses."
Come to papa!!!
--------------------
|
Seuss
Error: divide byzero



Registered: 04/27/01
Posts: 23,394
Loc: Caribbean
Last seen: 3 months, 5 days
|
Re: GUI programming with C++ and Qt4....... [Re: desant]
#13253397 - 09/27/10 01:55 PM (2 years, 7 months ago) |
|
|
> Its a good thing i already got professional visual studio 2010
Having MS crap is a good thing?
-------------------- Just another spore in the wind.
|
frith
God

Registered: 10/28/09
Posts: 7,511
Loc: Philadelphia, PA
|
Re: GUI programming with C++ and Qt4....... [Re: Seuss]
#13255536 - 09/27/10 09:04 PM (2 years, 7 months ago) |
|
|
heh.. Qt is great.
i would have loved to gotten one of those Green Phones by Trolltech back in the day. bloody expensive though.. it was created purely for mobile application development. this was before the days of the iPhone and Android.

oh wells..
--------------------
|
Seuss
Error: divide byzero



Registered: 04/27/01
Posts: 23,394
Loc: Caribbean
Last seen: 3 months, 5 days
|
Re: GUI programming with C++ and Qt4....... [Re: frith]
#13255699 - 09/27/10 09:34 PM (2 years, 7 months ago) |
|
|
> heh.. Qt is great.
I was speaking towards Visual Studio, not QT. I agree, QT is pretty nice for cross platform GUI.
-------------------- Just another spore in the wind.
|
desant
Pleiadian Gypsy


Registered: 03/31/09
Posts: 4,208
Loc: Aether
Last seen: 6 days, 7 hours
|
Re: GUI programming with C++ and Qt4....... [Re: Seuss]
#13257396 - 09/28/10 04:02 AM (2 years, 7 months ago) |
|
|
"Qt is great. it was created purely for mobile application development"
but u can use it to make windows apps??
--------------------
|
desant
Pleiadian Gypsy


Registered: 03/31/09
Posts: 4,208
Loc: Aether
Last seen: 6 days, 7 hours
|
Re: GUI programming with C++ and Qt4....... [Re: desant]
#13257436 - 09/28/10 04:23 AM (2 years, 7 months ago) |
|
|
Main article: List of widget toolkits wxWidgets — Free, extensible, cross-platform UI toolkit with a dockable user interface extension Juce — An extensive cross-platform UI toolkit FLTK — A light, cross platform, non-native widget toolkit FOX toolkit — A fast, open source, cross-platform widget toolkit FrugalWidgets - A minimalistic widget set for Win32 GTK+ — The GIMP toolkit, a widget toolkit used by GNOME applications IUP_(software) -- IUP cross platform static/dynamic library C/Lua, Lua (MIT) licence JX Application Framework Microsoft Foundation Classes - The most commonly used widgeting toolkit for Windows. Motif Object Windows Library & OWLNext Qt — A widget toolkit used by KDE Standard Widget Toolkit — SWT for Java Swing — Java widget toolkit Tk — Toolkit part of the Tcl - project and often used by Perl and Python programmers Ultimate++ Visual Component Library XForms
http://en.wikipedia.org/wiki/Widget_toolkit
which ones the best??
--------------------
|
desant
Pleiadian Gypsy


Registered: 03/31/09
Posts: 4,208
Loc: Aether
Last seen: 6 days, 7 hours
|
Re: GUI programming with C++ and Qt4....... [Re: desant]
#13257532 - 09/28/10 05:35 AM (2 years, 7 months ago) |
|
|
"List of common generic widgets
Selection and display of collections Button — control which can be clicked upon to perform an action Check box — control which can be clicked upon to select or deselect an option. Multiple check boxes in a group may be selected Radio button — control which can be clicked upon to select an option. Only one radio button in a group may be selected Slider — control which can be moved up and down or right and left to select a value List box Spinner — control which has up and down buttons to scroll through a range of values Drop-down list Menu — control which can be clicked upon to choose a selection to activate Context menu — a type of menu whose contents depend on the context or state in effect when the menu is invoked Pie menu Menu bar Toolbar Ribbon Combo box (text box with attached menu or List box) Icon Tree view Grid view Cover flow, also named fliptych. Navigation Tab Scrollbar Text input Text box (edit field) Combo box (text box with attached menu) Output Label — text used to describe another widget Tooltip — informational window which appears when the mouse hovers over another control Balloon help Status bar Progress bar Infobar Containers Window Modal window Dialog box Palette window, also known as "Utility window" Inspector window Frame"
FRAME AND WINDOW, is the one im after. I want my program not in a standard widnows white boring box
--------------------
|
desant
Pleiadian Gypsy


Registered: 03/31/09
Posts: 4,208
Loc: Aether
Last seen: 6 days, 7 hours
|
Re: GUI programming with C++ and Qt4....... [Re: desant]
#13257577 - 09/28/10 06:15 AM (2 years, 7 months ago) |
|
|
Question:
http://www.gtk.org/download-windows.html
GTK+
Thers a bunch of "run time", "Dev" and source files... how do i use them in a compiler?? With GIMP??
Also, arent Visual Studio C++ professional already has a bunch of widgets???
--------------------
|
|