Page 2 of 2 FirstFirst 12
Results 21 to 31 of 31

Thread: Programming patterns, code structure? C++, Qt & wxwidgets

  1. #21
    Join Date
    Dec 2010
    Posts
    18
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Programming patterns, code structure? C++, Qt & wxwidgets

    No!
    But i Qt i did.

    Although i'm not on that level.

  2. #22
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Programming patterns, code structure? C++, Qt & wxwidgets

    Quote Originally Posted by nardev View Post
    No!
    So in what way is the licensing of wxwidgets better?

    But i Qt i did.
    And you wanted to keep those changes only for yourself, yes?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #23
    Join Date
    Dec 2010
    Posts
    18
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Programming patterns, code structure? C++, Qt & wxwidgets

    Imagine that one day you have to maintain so complex application that exceed libraries/toolkits that you use. That is not so rear if you have application that you develop for 4-5 years and have complex structure. Often even switching to next version of toolkit that you use it painful.

  4. #24
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Programming patterns, code structure? C++, Qt & wxwidgets

    Quote Originally Posted by nardev View Post
    Imagine that one day you have to maintain so complex application that exceed libraries/toolkits that you use. That is not so rear if you have application that you develop for 4-5 years and have complex structure. Often even switching to next version of toolkit that you use it painful.
    I don't see how this has anything to do with the subject.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #25
    Join Date
    Sep 2010
    Posts
    145
    Thanks
    1
    Thanked 18 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Programming patterns, code structure? C++, Qt & wxwidgets

    Look for "Advanced Qt Programming" by Mark Summerfield at your local bookstore. It is a decent read.

  6. #26
    Join Date
    Dec 2010
    Posts
    18
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Programming patterns, code structure? C++, Qt & wxwidgets

    Quote Originally Posted by Timoteo View Post
    Look for "Advanced Qt Programming" by Mark Summerfield at your local bookstore. It is a decent read.
    Thank you, i'll

  7. #27
    Join Date
    Aug 2009
    Location
    Belgium
    Posts
    310
    Thanks
    10
    Thanked 31 Times in 25 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Programming patterns, code structure? C++, Qt & wxwidgets

    About the licensing : what wysota is trying to say is that you don't have to disclose the source code of your own program if you create something in Qt. "You're own program" includes any custom Qt widgets that you may have written.

    Only if you modify something of Qt library iitself, you must provide the code. I can't imagine that you would want to modify something of the Qt library and don't want to share that with the world.

    And for that other topic you raised : if your application gets really really really big and complex, then I think it is also better to use Qt because of its (IMHO) cleaner architecture. If a next revision of Qt or WxWidgets is released that requires modifications to your application, you can stick with the older version or bite your tongue and implement the changes. WxWidgets or Qt won't be any different in this matter.

    Best regards,
    Marc

  8. #28
    Join Date
    Nov 2010
    Posts
    22
    Thanks
    8
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Programming patterns, code structure? C++, Qt & wxwidgets

    Going back to the original question.

    I think that the spreadsheet example of QT can show you the most important stuff at once. If you are interested in databases you should go for model/view examples.

    Start using QT Designer from day 0. That way you can delay learning layout, menus... and focus on what you want.

  9. #29
    Join Date
    Dec 2010
    Posts
    18
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Programming patterns, code structure? C++, Qt & wxwidgets

    Quote Originally Posted by frank100 View Post
    Going back to the original question.

    I think that the spreadsheet example of QT can show you the most important stuff at once. If you are interested in databases you should go for model/view examples.

    Start using QT Designer from day 0. That way you can delay learning layout, menus... and focus on what you want.
    Thnx, i did that. How ever tbank you.

  10. #30
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Programming patterns, code structure? C++, Qt & wxwidgets

    Quote Originally Posted by nardev View Post
    Thnx, i did that. How ever tbank you.
    Push the "Thanks" button below his post
    Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

    Ask Smart Questions

  11. #31
    Join Date
    Dec 2010
    Posts
    18
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Programming patterns, code structure? C++, Qt & wxwidgets

    sorry i was on my mobile i didn't see it..

Similar Threads

  1. Replies: 10
    Last Post: 2nd December 2010, 07:10
  2. Replies: 3
    Last Post: 4th June 2010, 08:10
  3. sending structure through udp socket programming
    By hemrajn in forum Qt Programming
    Replies: 9
    Last Post: 15th May 2009, 23:55
  4. Structure of the code with database access
    By PaceyIV in forum Newbie
    Replies: 0
    Last Post: 31st March 2009, 19:12
  5. Qt vs wxWidgets
    By mickey in forum General Discussion
    Replies: 4
    Last Post: 14th March 2008, 20:29

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.