Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Announcements

Submission + - QtCentre Programming Contest 2008

e8johan writes: "QtCentre together with the sponsors — Klarälvdalens Datakonsult AB, Integrated Computer Solutions Inc., Trolltech ASA, BitRock, Thorsen Consulting, Apress and basysKom — launches the second edition of the Qt Programming Contest, the only programming contest focused on the Qt/Qtopia community. This year, we are looking for applications in the categories: collaboration, education, project management, automation, demo, plasmoid and newcomer. As always, grand prizes are offered to all winners!"
User Journal

Journal Journal: Back Again

I don't know if anyone ever reads this journal. /. just doesn't seem to be that kind of place. I'm just writing to announce that Gt is on track and partly working. Signals and slots are there and the basic framework exists - now there are two things left polishing the framework and wrapping GTK+. Sounds like fun!

Ah, the link is: http://www.digitalfanatics.org/projects/gt.

User Journal

Journal Journal: Gt will need a moc

After thinking alot about how to manage signals and slots in Gt I have decided to redo the project, but in a more Qt-like way.

The following issues have come up:

  • A moc makes things easier and better looking.
  • A moc can easily be implemented in Perl.
  • A moc makes it easier to wrap GTK into Gt.
User Journal

Journal Journal: Gt Again

I've gotten some more time to fiddle with GObject/GWidget and to try getting the signal/slot mechanism to work properly.

Now it seems to work, you can test connections and actually call 'em. The pointer can be of another class, e.g. a GObject pointer can dispatch signals in a GWidget object without knowing of them.

Slashdot Top Deals

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...