Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Why is Qt Assistant Duplicating my Section Titles ?
Qt 6.11 is out! See what's new in the release blog

Why is Qt Assistant Duplicating my Section Titles ?

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 820 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    arealperson
    wrote on last edited by
    #1

    Qt 4.8.6 on Windows 7

    I’m using the simpletextviewer help example to work with my own Qt Assistant documentation collection.

    I compile my .qhp and .qhcp. I load the correct files from the folder I have setup.
    Everything works ok, I can use my own html files, but in the contents window it duplicates the first " Section Title" entry several times.

    I’ve tried everything I know, it acts like some global information/setting is causing this. But I simply don’t know.
    Example:

    <section title="Simple Text Viewer" ref="index.html">
    <section title="Find File" ref="./findfile.html">
    <section title="File Dialog" ref="./filedialog.html"></section>
    <section title="Wildcard Matching" ref="./wildcardmatching.html"></section>
    <section title="Browse" ref="./browse.html"></section>
    </section>
    <section title="Open File" ref="./openfile.html"></section>
    </section>
    Etc…

    What I get is this in the contents window…

    Simple Text Viewer
    Simple Text Viewer
    Simple Text Viewer
    Etc…

    Even though it is listed only one time in my .qhp

    Why is it duplicating my title entries ?

    Thanks,

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved