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

remover barra de tarefa

Scheduled Pinned Locked Moved Unsolved Portuguese
2 Posts 2 Posters 513 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 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 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