Advertisement
Membership
Login
ACCU Buttons
CVu Journal Vol 16, #5 - Oct 2004
Browse in : |
All
> Journals
> CVu
> 165 |
![]() |
- Options:
- View Article Map
- View Archives
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Description :
This is a collection of notes I have made while porting an application from MFC to wxWidgets. It is intended partly as a tutorial and partly to document some of the roadblocks I met on the way.
Category: [ Programming Topics ]
Description :
In this third installment of our series on GUI programming with the Qt C++ toolkit, we're going to show how to design dialog boxes (or "dialogs") using Qt.
Category: [ Programming Topics ]
Description :
Since STL is a very large topic to be covered in an article or two, we will focus on the most commonly used generic classes: vector and string.
Category: [ Programming Topics ]
Description :
In this part, I will be showing how to use the Glade application for rapid window creation.
Category: [ Programming Topics ]