Announcement

Collapse
No announcement yet.

Wireshark Is Being Ported From GTK+ To Qt

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • pingufunkybeat
    replied
    Originally posted by droidhacker View Post
    What... you don't like imagemagick?
    Too bloated for my liking. who needs all these effects?

    Your brain must be plugged in backwards.
    Actually, since both GTK and Qt are fully themeable, this whole discussion is stupid

    Leave a comment:


  • droidhacker
    replied
    Originally posted by Pawlerson View Post
    Go ahead. Qt looks much better than gtk.
    Your brain must be plugged in backwards.

    Leave a comment:


  • droidhacker
    replied
    Originally posted by pingufunkybeat View Post
    That's the only logical course of action.

    I don't like the look of GTK, so I do my image editing in a hex editor instead of GIMP.
    What... you don't like imagemagick?

    Leave a comment:


  • TheBlackCat
    replied
    Originally posted by Silverthorn View Post
    I have never programmed using Qt before and after reading this article I got motivated enough and wanted to see how it compares to gtk. Turns out I never got as far as writing any code at all. I could not even get started! All they seems to care about is advertising Qt Creator all over the documentation and tutorial pages. What is wrong with a few lines of "hello world" code and a simple gcc command to compile it like they have for gtk.
    You obviously didn't look very hard:


    To be fair, this is for Qt 4.8. On the other hand, there are no tutorials at all for gtk3.

    And there is this for QML:


    And this is a bit more advanced, but also doesn't use Qt Creator.


    In fact the only major tutorial that uses Qt Creator is this one:


    And it does explain how to build and run the application at the very end.
    Last edited by TheBlackCat; 17 October 2013, 12:53 PM.

    Leave a comment:


  • liam
    replied
    Originally posted by Pawlerson View Post
    Go ahead. Qt looks much better than gtk.

    I normally don't get involved in these things but I've noticed that Qt nearly always looks off. It's not the widgets, I don't think, but perhaps the way Qt handles padding.
    I'm really not sure whats the issue but I can't recall having used a Qt app that I liked the look of.

    Regarding Gtk I think they should drop all pretense of x-platform support and aim for the more realistic goal being the "best"toolkit for Linux only.

    Leave a comment:


  • mark45
    replied
    Originally posted by Ancurio View Post
    I'll just leave this here (looks beautiful on Vista btw.).
    Note that I'm a Qt user myself.
    Learning Vala and how to use it - no thanks, I'd better waste my time learning useful stuff, not another C++ replacement wannabe.

    Leave a comment:


  • Luke_Wolf
    replied
    Originally posted by Silverthorn View Post
    I have never programmed using Qt before and after reading this article I got motivated enough and wanted to see how it compares to gtk. Turns out I never got as far as writing any code at all. I could not even get started! All they seems to care about is advertising Qt Creator all over the documentation and tutorial pages. What is wrong with a few lines of "hello world" code and a simple gcc command to compile it like they have for gtk. To me Qt now feels extremely bloated, not simple at all and especially not particularly great. The only thing lacking with gtk is proper cross platform support.


    clearly you didn't bother to search through the documentation enough, and yes they advertise using Qt Creator however just really? you're getting hung up over the fact that they're trying to make it easy on beginners by having them just click a large green go button rather than typing in commands at a prompt? Yes you can do it from the command line if you really want to or use alternative build systems like CMake and QBS however do you really want to throw all that extra complexity at a newbie?

    Also if you really want to learn Qt rather than just troll http://www.ics.com/design-patterns#.UmARWRBV9ao is a great book.
    Last edited by Luke_Wolf; 17 October 2013, 12:46 PM.

    Leave a comment:


  • Guest
    Guest replied
    Originally posted by droidhacker View Post
    qt stuff looks like ass. Guess I'm going back to terminal for network traffic analysis.
    Go ahead. Qt looks much better than gtk.

    Leave a comment:


  • JS987
    replied
    Originally posted by Silverthorn View Post
    I have never programmed using Qt before and after reading this article I got motivated enough and wanted to see how it compares to gtk. Turns out I never got as far as writing any code at all. I could not even get started! All they seems to care about is advertising Qt Creator all over the documentation and tutorial pages. What is wrong with a few lines of "hello world" code and a simple gcc command to compile it like they have for gtk. To me Qt now feels extremely bloated, not simple at all and especially not particularly great. The only thing lacking with gtk is proper cross platform support.
    Advantage of Qt: non-trivial application is fast to develop if developer is experienced and doesn't have to e.g. read Qt documentation most time.
    Disadvantage: Digia doesn't really care about Linux which means Linux specific bug can take months or years to fix.
    Qt Creator isn't necessary for hello world, but it is useful for bigger applications.

    Leave a comment:


  • Silverthorn
    replied
    I have never programmed using Qt before and after reading this article I got motivated enough and wanted to see how it compares to gtk. Turns out I never got as far as writing any code at all. I could not even get started! All they seems to care about is advertising Qt Creator all over the documentation and tutorial pages. What is wrong with a few lines of "hello world" code and a simple gcc command to compile it like they have for gtk. To me Qt now feels extremely bloated, not simple at all and especially not particularly great. The only thing lacking with gtk is proper cross platform support.

    Leave a comment:

Working...
X