Typica is a free program for professional coffee roasters. https://typica.us
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

enumerator.qdoc 367B

12345678910111213141516
  1. /*!
  2. \example examples/enumerator
  3. \title enumerator Demo
  4. The example demonstrates how to use QextSerialEnumerator.
  5. Include the proper header file
  6. \snippet examples/enumerator/main.cpp 0
  7. Get available ports in the system.
  8. \snippet examples/enumerator/main.cpp 1
  9. Output
  10. \snippet examples/enumerator/main.cpp 2
  11. */