Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Building help files for use with Qt Assistant
Forum Updated to NodeBB v4.3 + New Features

Building help files for use with Qt Assistant

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 46 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.
  • PerdrixP Offline
    PerdrixP Offline
    Perdrix
    wrote on last edited by
    #1

    Are there any tools to assist with this process - editing raw XML files like this:

     <?xml version="1.0" encoding="UTF-8"?>
     <QtHelpProject version="1.0">
         <namespace>mycompany.com.myapplication.1.0</namespace>
         <virtualFolder>doc</virtualFolder>
         <customFilter name="My Application 1.0">
             <filterAttribute>myapp</filterAttribute>
             <filterAttribute>1.0</filterAttribute>
         </customFilter>
         <filterSection>
             <filterAttribute>myapp</filterAttribute>
             <filterAttribute>1.0</filterAttribute>
             <toc>
                 <section title="My Application Manual" ref="index.html">
                     <section title="Chapter 1" ref="doc.html#chapter1"/>
                     <section title="Chapter 2" ref="doc.html#chapter2"/>
                     <section title="Chapter 3" ref="doc.html#chapter3"/>
                 </section>
             </toc>
             <keywords>
                 <keyword name="foo" id="MyApplication::foo" ref="doc.html#foo"/>
                 <keyword name="bar" ref="doc.html#bar"/>
                 <keyword id="MyApplication::foobar" ref="doc.html#foobar"/>
             </keywords>
             <files>
                 <file>classic.css</file>
                 <file>*.html</file>
             </files>
         </filterSection>
     </QtHelpProject>
    

    doesn't seem overly friendly

    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