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. Hiding terminal and tabs
QtWS25 Last Chance

Hiding terminal and tabs

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 584 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.
  • V Offline
    V Offline
    VulpesCorsac
    wrote on last edited by VulpesCorsac
    #1

    Hi all, let me ask two questions, I didn't find appropriate answer in Google and Help.

    1. When running compiled *.exe, it shows not only application itself, but also a terminal. Is it possible not to show terminal, 'cause it's annoying.
    2. How can I hide some tabs in tabWidget? If I use hide\show is just hides/shows it's contents, but not the tab itself. E.g. I need some settings that can be seen only after pressing "expert mode" button.

    Thanks in advance for helping.

    kshegunovK 1 Reply Last reply
    0
    • V VulpesCorsac

      Hi all, let me ask two questions, I didn't find appropriate answer in Google and Help.

      1. When running compiled *.exe, it shows not only application itself, but also a terminal. Is it possible not to show terminal, 'cause it's annoying.
      2. How can I hide some tabs in tabWidget? If I use hide\show is just hides/shows it's contents, but not the tab itself. E.g. I need some settings that can be seen only after pressing "expert mode" button.

      Thanks in advance for helping.

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      @VulpesCorsac said:

      When running compiled *.exe, it shows not only application itself, but also a terminal. Is it possible not to show terminal, 'cause it's annoying.

      That's peculiar. Did you compile in release mode?

      How can I hide some tabs in tabWidget? If I use hide\show is just hides/shows it's contents, but not the tab itself. E.g. I need some settings that can be seen only after pressing "expert mode" button.

      The tab widget sees it has a child, gets the widgets text (i.e. title) and shows it in the tab view. Your expert mode would need to programatically add/remove the needed widgets as tab pages.

      Kind regards.

      Read and abide by the Qt Code of Conduct

      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