Skip to content

Commit 5c4cafa

Browse files
committed
1-27-22 E - Small change
Removed QtGui.Palette
1 parent 3c24e20 commit 5c4cafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui_NeewerLightUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from PySide2.QtCore import QRect, Signal
2-
from PySide2.QtGui import QFont, QLinearGradient, QColor, Qt, QKeySequence, QPalette
2+
from PySide2.QtGui import QFont, QLinearGradient, QColor, Qt, QKeySequence
33
from PySide2.QtWidgets import QFormLayout, QGridLayout, QKeySequenceEdit, QWidget, QPushButton, QTableWidget, QTableWidgetItem, QAbstractScrollArea, QAbstractItemView, \
44
QTabWidget, QGraphicsScene, QGraphicsView, QFrame, QSlider, QLabel, QLineEdit, QCheckBox, QStatusBar, QScrollArea, QTextEdit
55

0 commit comments

Comments
 (0)