Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. private
    Log in to post

    • SOLVED How it help me two separate class in C++ instead of single class?
      General and Desktop • c++ c++11 design pattern private • • Yash001  

      5
      0
      Votes
      5
      Posts
      203
      Views

      @Yash001 if your issue is solved (aside for the fact that you need to read and incorporate several concepts, I guess), please don't forget to mark this post as solved. Thanks.
    • UNSOLVED QChartView - 'is private within the contect'
      General and Desktop • qt5.11 qchartview private • • bandito  

      3
      0
      Votes
      3
      Posts
      545
      Views

      That was to whole error. As for code I have too much to post. Anyhow I fixed it by creating a new header file, copying the contents from the original header file into the new one, deleting the original and renaming the new header file to the name of the original one.
    • UNSOLVED Checking the API status for the variable “Private d” of the QVariant class
      General and Desktop • qvariant documentation api private evolution • • elfring  

      31
      0
      Votes
      31
      Posts
      2854
      Views

      Sorry mate but I see no point in continuing this conversation. Some software developers agreed that they need the class “variant” for working with type-safe unions. They chose another useful programming interface. These software design decisions might influence other class libraries, don't they? The Qt software library is using also a variant class for the support of the meta-object protocol, isn't it?