Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Portuguese
  4. remover barra de tarefa
Forum Update on Monday, May 27th 2025

remover barra de tarefa

Scheduled Pinned Locked Moved Unsolved Portuguese
2 Posts 2 Posters 514 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.
  • G Offline
    G Offline
    Gosalan
    wrote on 15 Mar 2023, 04:38 last edited by
    #1

    Re: Qt Creator - Propriedades da janela

    voce primeiro faz as importações que desejar mas com é padrão

    import sys
    from PyQt6.QtWidgets import *
    from PyQt6.QtGui import QDesktopServices
    from PyQt6.QtGui import *
    from PyQt6 import QtGui
    from PyQt6.QtCore import *

    app = QApplication(sys.argv)
    Atalho = QWidget()
    Atalho.resize(571, 500)
    Atalho.setWindowTitle("Atalho")
    Atalho.setWindowFlags(Qt.WindowType.FramelessWindowHint)

    Atalho.setWindowFlags(Qt.WindowType.FramelessWindowHint)

    usando este comando voce remove a barra do top e o redimencionamento

    1 Reply Last reply
    0
    • N Offline
      N Offline
      Nazario
      wrote on 16 Sept 2024, 10:55 last edited by
      #2
      This post is deleted!
      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