Note that there are some explanatory texts on larger screens.

plurals
  1. USParduz
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. CO1st: I am so sorry that my english is not fluent enough. I do my best. 2nd: "Learn it": that's exactly what i'm trying to do. So this is the question i pose to you now: are'nt QObject derived classes made to be used in the QML files? Or am i wrong and i have misunderstood them, and i should use QObject derived classes even if the UI don't have to use them? My goal is to have a UI that is unaware about who is feeding the data (a serial, a tcp client, or a simulation)... that is the reason i did'nt want to use a QObject... based on the assumption that they exists to be used in the QML UI. Thanks
      singulars
    2. COYes. My starting point was the "FortuneCookie" sample, which uses the QTcpSocket. I stripped down almost all code until i had a QObject which, once created, get the localhostname and the other basic proprierties from my machine. I'm trying to avoid the QOBject derived class, but i don't know how to create "events" between my c++ code instead of signals and slots for QML. Also, some methodes ceased to compile while the class is'nt a QObject anymore
      singulars
    3. COI had to dig in the installer advanced option, reading almost all of them until i've checked some things related to DLLs that were necessary. I can't remember now which was... when i'll reainstall everything on the new PC i'll got in a months or so i'll answer here with the whole procedure. Sorry for not being more useful, but for now, just doublecheck the options of the installer.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload