Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to Write a QT C++ library function ?
Forum Updated to NodeBB v4.3 + New Features

How to Write a QT C++ library function ?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 187 Views
  • 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.
  • G Offline
    G Offline
    Geeva
    wrote on 7 Jan 2023, 06:26 last edited by
    #1
    This post is deleted!
    M 1 Reply Last reply 7 Jan 2023, 17:12
    0
    • G Geeva
      7 Jan 2023, 06:26

      This post is deleted!

      M Offline
      M Offline
      mvuori
      wrote on 7 Jan 2023, 17:12 last edited by
      #2

      Because this is a Qt (not QT, that's usually QuickTime) forum, you are expected to already know C++.

      So, you write the function like this:

      • Write the function in standard C++ using
        C++ RTL functions and classes that you know, or dummies (semantically logical function "protypes") where you don't know an existing function or data type. That's kind of pseudocode
      • When the logic of the function looks good, find the corresponding Qt functions and classes and use those in the code
      1 Reply Last reply
      0

      1/2

      7 Jan 2023, 06:26

      • Login

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