Skip to content

Commit

Permalink
added line edit for color picker
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpdev committed Dec 11, 2023
1 parent 12f8b52 commit 153fa98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 738 deletions.
4 changes: 2 additions & 2 deletions QStyler/styler.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
from PySide6.QtCore import Qt, Signal
from PySide6.QtGui import QAction, QFontMetricsF
from PySide6.QtWidgets import (QApplication, QComboBox, QFileDialog,
QHBoxLayout, QLabel, QListWidget,
QHBoxLayout, QLabel, QLineEdit, QListWidget,
QListWidgetItem, QSlider, QTextEdit, QToolBar,
QVBoxLayout, QWidget, QLineEdit)
QVBoxLayout, QWidget)

from QStyler.dialog import NewDialog, RenameDialog
from QStyler.utils import (ParsingError, QssParser, apply_stylesheet, get_icon,
Expand Down
Loading

0 comments on commit 153fa98

Please sign in to comment.