Updated gps_tool to QT 6
This commit is contained in:
@ -8,9 +8,9 @@
|
||||
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
################################################################################
|
||||
|
||||
from PySide2.QtCore import *
|
||||
from PySide2.QtGui import *
|
||||
from PySide2.QtWidgets import *
|
||||
from PySide6.QtCore import *
|
||||
from PySide6.QtGui import *
|
||||
from PySide6.QtWidgets import *
|
||||
|
||||
|
||||
class Ui_MainWindow(object):
|
||||
@ -141,7 +141,7 @@ class Ui_MainWindow(object):
|
||||
font1 = QFont()
|
||||
font1.setPointSize(10)
|
||||
font1.setBold(True)
|
||||
font1.setWeight(75)
|
||||
font1.setWeight(QFont.Bold)
|
||||
self.label_14.setFont(font1)
|
||||
self.txtCount = QLabel(self.centralwidget)
|
||||
self.txtCount.setObjectName(u"txtCount")
|
||||
|
||||
Reference in New Issue
Block a user