Skip to content

Commit

Permalink
Rebuild ui files
Browse files Browse the repository at this point in the history
  • Loading branch information
mak448a committed Aug 11, 2024
1 parent 42513ac commit 4f78c19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/ui/licenses_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'licenses.ui'
##
## Created by: Qt User Interface Compiler version 6.7.1
## Created by: Qt User Interface Compiler version 6.7.2
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
Expand Down
2 changes: 1 addition & 1 deletion src/ui/login_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'login.ui'
##
## Created by: Qt User Interface Compiler version 6.7.1
## Created by: Qt User Interface Compiler version 6.7.2
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
Expand Down
4 changes: 2 additions & 2 deletions src/ui/main_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'main.ui'
##
## Created by: Qt User Interface Compiler version 6.7.1
## Created by: Qt User Interface Compiler version 6.7.2
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
Expand Down Expand Up @@ -74,7 +74,7 @@ def setupUi(self, MainWindow):
self.pushButton = QPushButton(self.centralwidget)
self.pushButton.setObjectName(u"pushButton")
self.pushButton.setMinimumSize(QSize(0, 40))
self.pushButton.setCursor(QCursor(Qt.PointingHandCursor))
self.pushButton.setCursor(QCursor(Qt.CursorShape.PointingHandCursor))

self.horizontalLayout.addWidget(self.pushButton)

Expand Down
2 changes: 1 addition & 1 deletion src/ui/no_internet.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'no_internet.ui'
##
## Created by: Qt User Interface Compiler version 6.7.1
## Created by: Qt User Interface Compiler version 6.7.2
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
Expand Down

0 comments on commit 4f78c19

Please sign in to comment.