remover barra de tarefa
Unsolved
Portuguese
-
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