Showing posts with label open dialog. Show all posts
Showing posts with label open dialog. Show all posts

Wednesday, November 2, 2011

QT - An introduction

Qt is a cross-platform application framework that is widely used for developing application software with a graphical user interface (GUI) (in which cases Qt is classified as a widget toolkit), and also used for developing non-GUI programs such as command-line tools and consoles for servers. It is produced by Nokia.

Qt is most notably used in Autodesk Maya, Adobe Photoshop Elements, OPIE, Skype, VLC media player, VirtualBox, and Mathematica, and by the European Space Agency, DreamWorks, Google, HP, KDE, Lucasfilm, Panasonic, Philips, Samsung, Siemens, Volvo, and Walt Disney Animation Studios.


Friday, September 30, 2011

Uploading a picture at runtime

I was trying an addressbook application, and then it struck me... wouldn't it be awesome, if we could add pictures to each entry, so one can also look at a contact? The following is the coding for uploading a picture into a PictureBox using open file dialog control. For any doubts, or suggestions, please mail me at nardz07@gmail.com.

Here's the basic cs code - explained :