Skip to content

Commit

Permalink
1-27-22 E - Small change
Browse files Browse the repository at this point in the history
Removed QtGui.Palette
  • Loading branch information
taburineagle committed Jan 28, 2022
1 parent 3c24e20 commit 5c4cafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_NeewerLightUI.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from PySide2.QtCore import QRect, Signal
from PySide2.QtGui import QFont, QLinearGradient, QColor, Qt, QKeySequence, QPalette
from PySide2.QtGui import QFont, QLinearGradient, QColor, Qt, QKeySequence
from PySide2.QtWidgets import QFormLayout, QGridLayout, QKeySequenceEdit, QWidget, QPushButton, QTableWidget, QTableWidgetItem, QAbstractScrollArea, QAbstractItemView, \
QTabWidget, QGraphicsScene, QGraphicsView, QFrame, QSlider, QLabel, QLineEdit, QCheckBox, QStatusBar, QScrollArea, QTextEdit

Expand Down

0 comments on commit 5c4cafa

Please sign in to comment.