mirror of
https://github.com/Wanderson-Magalhaes/Modern_GUI_PyDracula_PySide6_or_PyQt6.git
synced 2026-02-17 07:53:56 +00:00
v1.0.1
This commit is contained in:
@@ -39,4 +39,3 @@ class AppFunctions(MainWindow):
|
||||
self.ui.horizontalScrollBar.setStyleSheet("background-color: #6272a4;")
|
||||
self.ui.verticalScrollBar.setStyleSheet("background-color: #6272a4;")
|
||||
self.ui.commandLinkButton.setStyleSheet("color: #ff79c6;")
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
################################################################################
|
||||
## Form generated from reading UI file 'mainCfHEbC.ui'
|
||||
## Form generated from reading UI file 'mainTxlWnG.ui'
|
||||
##
|
||||
## Created by: Qt User Interface Compiler version 6.0.2
|
||||
##
|
||||
@@ -575,7 +575,7 @@ class Ui_MainWindow(object):
|
||||
self.topLogoInfo.setObjectName(u"topLogoInfo")
|
||||
self.topLogoInfo.setMinimumSize(QSize(0, 50))
|
||||
self.topLogoInfo.setMaximumSize(QSize(16777215, 50))
|
||||
self.topLogoInfo.setFrameShape(QFrame.StyledPanel)
|
||||
self.topLogoInfo.setFrameShape(QFrame.NoFrame)
|
||||
self.topLogoInfo.setFrameShadow(QFrame.Raised)
|
||||
self.topLogo = QFrame(self.topLogoInfo)
|
||||
self.topLogo.setObjectName(u"topLogo")
|
||||
@@ -910,7 +910,7 @@ class Ui_MainWindow(object):
|
||||
sizePolicy1.setVerticalStretch(0)
|
||||
sizePolicy1.setHeightForWidth(self.leftBox.sizePolicy().hasHeightForWidth())
|
||||
self.leftBox.setSizePolicy(sizePolicy1)
|
||||
self.leftBox.setFrameShape(QFrame.StyledPanel)
|
||||
self.leftBox.setFrameShape(QFrame.NoFrame)
|
||||
self.leftBox.setFrameShadow(QFrame.Raised)
|
||||
self.horizontalLayout_3 = QHBoxLayout(self.leftBox)
|
||||
self.horizontalLayout_3.setSpacing(0)
|
||||
@@ -1175,7 +1175,7 @@ class Ui_MainWindow(object):
|
||||
self.scrollArea.setWidgetResizable(True)
|
||||
self.scrollAreaWidgetContents = QWidget()
|
||||
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
||||
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 353, 218))
|
||||
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 218, 218))
|
||||
self.scrollAreaWidgetContents.setStyleSheet(u" QScrollBar:vertical {\n"
|
||||
" border: none;\n"
|
||||
" background: rgb(52, 59, 72);\n"
|
||||
@@ -1655,6 +1655,6 @@ class Ui_MainWindow(object):
|
||||
self.btn_print.setText(QCoreApplication.translate("MainWindow", u"Print", None))
|
||||
self.btn_logout.setText(QCoreApplication.translate("MainWindow", u"Logout", None))
|
||||
self.creditsLabel.setText(QCoreApplication.translate("MainWindow", u"By: Wanderson M. Pimenta", None))
|
||||
self.version.setText(QCoreApplication.translate("MainWindow", u"v1.0.0", None))
|
||||
self.version.setText(QCoreApplication.translate("MainWindow", u"v1.0.1", None))
|
||||
# retranslateUi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user