Results 1 to 14 of 14

Thread: Arthurwidgets pathDeformRendererEx does not run

  1. #1
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Arthurwidgets pathDeformRendererEx does not run

    If I want to use the 'pathDeformRendererEx' in my form, at the ui_ui_main #include "deform.h" is inserted. This file not exist at QT installation
    What happens ?

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    can you be any more cryptic?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    I cannot compile because there is not a way to indicate the path to find deform.h, because this file does not exist (I searched through the installation and found nothing).
    What is ir you dont understand ?

  4. #4
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    What is ir you dont understand ?
    What I don't understand is the problem you have, and in the prvious post the sentance didn't make any syntactical sense!
    If a header file that you need is missing, then it is missing, and there is nothing anyone here can do about it.
    So find the file, or reinstall the SDK or what ever you are working with and make sure you have the file.

    By the way - what this has to do with Qt?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  5. #5
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    Thanks and excuse for this late answer.
    And, it is very easy to solve this problem, do you have this file ?
    Anyway ... Nokia, please review the SDK distribution... there must be a file that does not exist...
    If there is an error, I would wait a NOKIA official response 'Excuse us, you are right: By mistake we dont include the file, the following distributions will be well)
    Thanks

  6. #6
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    deform.h is NOT part of Qt.
    Its part of some other code in your application, you are probably linking against a lib to which you do not have the headers you need.
    It has nothing to do with Qt or Nokia.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  7. #7
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    High_flyer, deform.h is suspected to be part of a demo \Qt\qt\demos\arthurplugin ....

  8. #8
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    Ok, that is possible.
    At the moment, I can't test here.
    Maybe some other users can.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  9. #9
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    But... Is Nokia officially involved ever ?

  10. #10
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    But... Is Nokia officially involved ever ?
    What do you mean? in QtCenter.org?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  11. #11
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    No, I ask myself if there is some Nokia people viewing and answering this forum.

  12. #12
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    We know that there are some Qt people browsing QtCentre.org, but they are here as private people, not official, and they do answer from time to time.
    The trolls have their own blog and other channels such as the mailing list or IRC where they answer questions.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  13. #13
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    Is there a mailing list fo QT ? ( I know there is one for QtCreator-certainly with a low traffic)

  14. #14
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Arthurwidgets pathDeformRendererEx does not run

    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  15. The following user says thank you to high_flyer for this useful post:

    tonnot (9th December 2010)

Similar Threads

  1. affine example and arthurwidgets problem
    By sincnarf in forum Newbie
    Replies: 3
    Last Post: 23rd June 2007, 13:11
  2. using arthurwidgets.h and arthurwidgets.cpp?
    By nikita in forum Qt Programming
    Replies: 3
    Last Post: 21st August 2006, 02:46

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.