Skip to content

Commit b093c06

Browse files
committed
update ui files
1 parent d71c186 commit b093c06

File tree

4 files changed

+12
-24
lines changed

4 files changed

+12
-24
lines changed

qgitc/ui_aboutdialog.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
################################################################################
44
## Form generated from reading UI file 'aboutdialog.ui'
55
##
6-
## Created by: Qt User Interface Compiler version 5.15.0
6+
## Created by: Qt User Interface Compiler version 5.15.2
77
##
88
## WARNING! All changes made in this file will be lost when recompiling UI file!
99
################################################################################
1010

11-
from PySide2.QtCore import (QCoreApplication, QDate, QDateTime, QMetaObject,
12-
QObject, QPoint, QRect, QSize, QTime, QUrl, Qt)
13-
from PySide2.QtGui import (QBrush, QColor, QConicalGradient, QCursor, QFont,
14-
QFontDatabase, QIcon, QKeySequence, QLinearGradient, QPalette, QPainter,
15-
QPixmap, QRadialGradient)
11+
from PySide2.QtCore import *
12+
from PySide2.QtGui import *
1613
from PySide2.QtWidgets import *
1714

1815

qgitc/ui_gitview.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
################################################################################
44
## Form generated from reading UI file 'gitview.ui'
55
##
6-
## Created by: Qt User Interface Compiler version 5.15.0
6+
## Created by: Qt User Interface Compiler version 5.15.2
77
##
88
## WARNING! All changes made in this file will be lost when recompiling UI file!
99
################################################################################
1010

11-
from PySide2.QtCore import (QCoreApplication, QDate, QDateTime, QMetaObject,
12-
QObject, QPoint, QRect, QSize, QTime, QUrl, Qt)
13-
from PySide2.QtGui import (QBrush, QColor, QConicalGradient, QCursor, QFont,
14-
QFontDatabase, QIcon, QKeySequence, QLinearGradient, QPalette, QPainter,
15-
QPixmap, QRadialGradient)
11+
from PySide2.QtCore import *
12+
from PySide2.QtGui import *
1613
from PySide2.QtWidgets import *
1714

1815
from .diffview import DiffView

qgitc/ui_mainwindow.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
################################################################################
44
## Form generated from reading UI file 'mainwindow.ui'
55
##
6-
## Created by: Qt User Interface Compiler version 5.15.0
6+
## Created by: Qt User Interface Compiler version 5.15.2
77
##
88
## WARNING! All changes made in this file will be lost when recompiling UI file!
99
################################################################################
1010

11-
from PySide2.QtCore import (QCoreApplication, QDate, QDateTime, QMetaObject,
12-
QObject, QPoint, QRect, QSize, QTime, QUrl, Qt)
13-
from PySide2.QtGui import (QBrush, QColor, QConicalGradient, QCursor, QFont,
14-
QFontDatabase, QIcon, QKeySequence, QLinearGradient, QPalette, QPainter,
15-
QPixmap, QRadialGradient)
11+
from PySide2.QtCore import *
12+
from PySide2.QtGui import *
1613
from PySide2.QtWidgets import *
1714

1815
from .gitview import GitView

qgitc/ui_preferences.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
################################################################################
44
## Form generated from reading UI file 'preferences.ui'
55
##
6-
## Created by: Qt User Interface Compiler version 5.15.0
6+
## Created by: Qt User Interface Compiler version 5.15.2
77
##
88
## WARNING! All changes made in this file will be lost when recompiling UI file!
99
################################################################################
1010

11-
from PySide2.QtCore import (QCoreApplication, QDate, QDateTime, QMetaObject,
12-
QObject, QPoint, QRect, QSize, QTime, QUrl, Qt)
13-
from PySide2.QtGui import (QBrush, QColor, QConicalGradient, QCursor, QFont,
14-
QFontDatabase, QIcon, QKeySequence, QLinearGradient, QPalette, QPainter,
15-
QPixmap, QRadialGradient)
11+
from PySide2.QtCore import *
12+
from PySide2.QtGui import *
1613
from PySide2.QtWidgets import *
1714

1815
from .colorwidget import ColorWidget

0 commit comments

Comments
 (0)