Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to save window Geometry settings of applicaion if application is not of QWidget type
Forum Updated to NodeBB v4.3 + New Features

How to save window Geometry settings of applicaion if application is not of QWidget type

Scheduled Pinned Locked Moved General and Desktop
4 Posts 4 Posters 1.3k Views 1 Watching
  • 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.
  • V Offline
    V Offline
    vivekmalik2466
    wrote on last edited by
    #1

    how to save window Geometry settings of applicaion if application is not of QWidget type
    my application is of Qobject type.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      deimos
      wrote on last edited by
      #2

      if you use some window then you used QWidget (or derivated) and you can save that geometry. Well... I didn't understand well

      1 Reply Last reply
      0
      • R Offline
        R Offline
        Rahul Das
        wrote on last edited by
        #3

        The QWidget class is the base class of all user interface objects.


        Declaration of (Platform) independence.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          guziemic
          wrote on last edited by
          #4

          Do you have any window visible for user? If not then I assume that you don't need to store window geometry. In other case, I did not understand description of problem...

          1 Reply Last reply
          0

          • Login

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