地面站终端 App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Don Gagne ae8ffd0cca Switch Firmware Upgrade to qextserialport 10 years ago
..
examples Switch Firmware Upgrade to qextserialport 10 years ago
style Switch Firmware Upgrade to qextserialport 10 years ago
doc.pri Switch Firmware Upgrade to qextserialport 10 years ago
index.qdoc Switch Firmware Upgrade to qextserialport 10 years ago
qextserialport.qdocconf Switch Firmware Upgrade to qextserialport 10 years ago
readme.txt Switch Firmware Upgrade to qextserialport 10 years ago

readme.txt

Note: 


If you are using qextserialport-XXX.tar.gz, the qesp.qch and
html files have been provided.

Open the file "html/index.html" using your web browser.
Or integrated the "html/qesp.qch" into your QtCreator.


== How to generate help files? ==

Simply run following commands at toplevel directory.
qmake
make docs

Or run the following command at this directory
qdoc3 qextserialport.qdocconf

Then a folder called "html" will be generated.
Open the file "html/index.html" using your web browser.

== How to integrated into Qt Creator or Qt Assistant? ==

Once the html files are generated. run following commands
cd doc/html
qhelpgenerator qesp.qhp

A file called "qesp.qch" will be generated.

For Qt Assistant:
Edit ==> Preferences ==> Documentations ==> Add...

For Qt Creator
Tools ==> Options ==> Help ==> Documentations ==> Add...