Adding an action listener to QT jambi is a little bit different then adding one in regular java. The first and major difference is the absence of an inner class which overrides the actionEvent method inside the action listener class, QT actually accepts string arguments of the method name to call an action listener. So Continue Reading
ArchivesFebruary, 2009
19FebSchool Projects Impairing Creativity
This is an interesting question… Currently we have been given a project in which the back end of the database is provided along with screenshots of all the screens we are allowed to “use”. I find this method extremely limiting to students when it comes to developing abilities “outside the box”. Should students not be allowed to develop their own ideas and thought processes when it comes to programming? Potentially focusing on design and development, and work side by side with technical aspects of the language?Continue Reading
17FebCreating a Basic Window in Qt
This is a basic piece of code to get you started with the QT Jambi API. Ensure that you have the QT libraries installed before you try and run this code. IF you don’t have this then it won’t run properly and will throw an error. This displays a basic window. Nothing added to it Continue Reading
17FebSwing vs QT Jambi
So I figured I should touch on this as I’ve been frustrated with this for a while at school. First of all I would like to say how frustrating I think java swing is…. I mean you change one thing in the layout and the entire GUI changes for some reason or another that I cannot explain…. So that is my first topic…Continue Reading
Recent Comments