Slashdot Mirror


User: oSphinx

oSphinx's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Layering GTK and QT! on Richard Stallman On KDE/GNOME Cooperation · · Score: 1

    Why not layer the QT API on top of GTK? (QTK)

    Despite of what many of you may think this is not a bad thing(TM). Really, on Windows, QT is layered on top of the Win32 API. Heck, for all platforms (UNIX excluded) QT is layered on top of the native widget API, so why not do the same for Unix!

    See also: initial QTK ponderings

  2. Re:Must Be a Non-programmer on QT Mozilla Port · · Score: 1

    Still, it is very feasible to implement C++ iostreams based on fopen() and friends provided by C. So, why not base QT on GTK/GDK?

  3. File system case-sensitive? on Another Look At OS X · · Score: 2

    Just wondering, is the file system case-sensitive? I've always wondered about case-sensitivity versus user-friendliness. I think it is difficult to explain to the 'common (wo)man' that "Readme.txt" is a different file than "readme.txt".