Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. Voluntarily removed How to track debug process?
QtWS25 Last Chance

Voluntarily removed How to track debug process?

Scheduled Pinned Locked Moved Unsolved Brainstorm
2 Posts 2 Posters 412 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on 27 Apr 2024, 19:46 last edited by Anonymous_Banned275 5 Jul 2024, 17:13
    #1

    EDITED / ADDENDUM

    Here is a small B&W ( bells and whistles ) twist.

    I am going to let the user "close" the unneeded debug child subwindow and write a code to "automatically " re rille " the mdiArea.

    If the main debug window is NOT derived as mdiArea subwindow then the user could not have an option to restore the "closed" main debug window.

    I am a firm believer that coding and debugging the project should be done currently.
    End of story.

    Here is my philosophy in action.
    My project main GUI window is mdiArea.
    Whenever feasible , each subwindow has it own , child window which keeps tabs on tracking and debugging processes.
    As one benefit , the user has a choice to keep or hide the stuff I do during development..

    I would like to extend this debugging and tracking and have another , main subwindow to track ALL subwindow - kind of dupe.

    My silly question
    should this top level window be a main application object or be as another child mdiArea subwindow?

    I am planning to use Qt "connect" to pass necessary info from real subwindow to its tracking child window

    I could just extend "connect" to this main tracking window..

    Are there any "gotcha " or advantages as far as the main tracking window "parent " ?

    Or does it make beans difference ?
    Your opinion, please.

    516430a6-1f88-46ab-84d1-24e549e7ded4-image.png

    A 1 Reply Last reply 28 Apr 2024, 15:35
    0
    • A Anonymous_Banned275
      27 Apr 2024, 19:46

      EDITED / ADDENDUM

      Here is a small B&W ( bells and whistles ) twist.

      I am going to let the user "close" the unneeded debug child subwindow and write a code to "automatically " re rille " the mdiArea.

      If the main debug window is NOT derived as mdiArea subwindow then the user could not have an option to restore the "closed" main debug window.

      I am a firm believer that coding and debugging the project should be done currently.
      End of story.

      Here is my philosophy in action.
      My project main GUI window is mdiArea.
      Whenever feasible , each subwindow has it own , child window which keeps tabs on tracking and debugging processes.
      As one benefit , the user has a choice to keep or hide the stuff I do during development..

      I would like to extend this debugging and tracking and have another , main subwindow to track ALL subwindow - kind of dupe.

      My silly question
      should this top level window be a main application object or be as another child mdiArea subwindow?

      I am planning to use Qt "connect" to pass necessary info from real subwindow to its tracking child window

      I could just extend "connect" to this main tracking window..

      Are there any "gotcha " or advantages as far as the main tracking window "parent " ?

      Or does it make beans difference ?
      Your opinion, please.

      516430a6-1f88-46ab-84d1-24e549e7ded4-image.png

      A Online
      A Online
      Axel Spoerl
      Moderators
      wrote on 28 Apr 2024, 15:35 last edited by
      #2

      @AnneRanch said in How to track debug process?:

      should this top level window be a main application object or be as another child mdiArea subwindow?

      With the context provided, it is not possible to answer this question, or even brainstorm about it.
      It's unclear, how this question relates to the headline of your post.

      Software Engineer
      The Qt Company, Oslo

      1 Reply Last reply
      1

      2/2

      28 Apr 2024, 15:35

      • Login

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