Results 1 to 6 of 6

Thread: Qt assistant example not working

  1. #1
    Join Date
    Feb 2009
    Posts
    189
    Thanks
    2

    Default Qt assistant example not working

    Dear Friends
    I am trying to build the ‘simpletextviewer’ example and run. Its build successfully. After launching the application I am clicking on help assistant I can see the assistant is coming and going off. The help assistant is not launching. I am using Qt4.5.2.

    Now I am trying to implement the help assistant in my application. There also the same thing is happening it not launching the assistant is launching and crashing.

    Any help would be highly appreciated. Thanks Sujan

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Qt assistant example not working

    The example builds and runs fine here in my dev environment (Qt 4.7.4). Does it fail in your dev environment or deployed? Can you run 'assistant' on its own in that environment? Do you have a valid help collection?

    Have you deployed all the dependencies of Assistant? It depends on a large number of, libraries and plugins that you will need to deploy.

  3. #3
    Join Date
    Feb 2009
    Posts
    189
    Thanks
    2

    Default Re: Qt assistant example not working

    what libraies you're meaning. There in the example i see it needs only one exe that is 'assistant' and the its passing the arguments as the collection of file. But its not launching its crashing. Please give me some suggestions.

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Qt assistant example not working

    Read Application Dependencies

    Your application runs assistant. It is assistant's dependencies you need to work out. From memory it is at least core, gui, network, webkit, sql and Sqlite/image plugins.

  5. #5
    Join Date
    Feb 2009
    Posts
    189
    Thanks
    2

    Smile Re: Qt assistant example not working

    how can i check if my collection file, i.e .qhc file is correct or not. i have generated a .qhc file through collectiongenerator using the following steps.

    qhelpgenerator simpletextviewer.qhp -o simpletextviewer.qch
    qcollectiongenerator simpletextviewer.qhcp -o simpletextviewer.qhc


    is this correct right ???

  6. #6
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Qt assistant example not working

    That looks correct. Can you open it with Assistant (outside your app)? That is the ultimate test

Similar Threads

  1. Qt 4 assistant does not start
    By zav1984 in forum Installation and Deployment
    Replies: 4
    Last Post: 13th December 2011, 04:23
  2. Looking for Qt Assistant
    By Archa4 in forum Newbie
    Replies: 3
    Last Post: 31st March 2011, 07:37
  3. deploying assistant
    By GrahamLabdon in forum Newbie
    Replies: 0
    Last Post: 5th January 2011, 14:30
  4. Qt Assistant path
    By aamer4yu in forum Installation and Deployment
    Replies: 3
    Last Post: 1st February 2007, 14:23
  5. Qt assistant under linux
    By jochen_r in forum Newbie
    Replies: 8
    Last Post: 10th January 2006, 08:39

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
  •  
Qt is a trademark of The Qt Company.