Skip to content

Commit

Permalink
added stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpdev committed Jul 2, 2023
1 parent b68771b commit 97f04b5
Show file tree
Hide file tree
Showing 15 changed files with 1,205 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QStyler/styler.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from PySide6.QtWidgets import (QApplication, QComboBox, QFileDialog,
QHBoxLayout, QLabel, QListWidget,
QListWidgetItem, QSlider, QTextEdit, QToolBar,
QVBoxLayout, QWidget)
QVBoxLayout, QWidget, QMessageBox)

from QStyler.dialog import NewDialog, RenameDialog
from QStyler.utils import (ParsingError, QssParser, apply_stylesheet, get_icon,
Expand Down Expand Up @@ -393,6 +393,7 @@ def __init__(self, parent=None):

def save_sheet(self):
"""Save the current content of the editor to theme doc."""

content = self.editor.toPlainText()
parser = QssParser(content)
results = parser.results
Expand Down
1 change: 1 addition & 0 deletions QStyler/themes/AntiqueContemporaryUX.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions QStyler/themes/DarkLime.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions QStyler/themes/DarkModern3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions QStyler/themes/DarkModernOrange.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions QStyler/themes/DarkModernRed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions QStyler/themes/DarkPink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions QStyler/themes/Dracula.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions QStyler/themes/DraculaModern.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions QStyler/themes/DuckOrange.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions QStyler/themes/ILEDBlack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions QStyler/themes/ModernDarkBlue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions QStyler/themes/darkteal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions QStyler/themes/lightpink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading

0 comments on commit 97f04b5

Please sign in to comment.