-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.更改存档格式为json 2.完善存档检查 3.内置英语语言 4.媒体浏览增加parse_speed模式 5.完善编码信息显示功能 6.编码raw-hevc时可设置扩展名 7.更新工具
- Loading branch information
Showing
427 changed files
with
50,526 additions
and
19,282 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+443 KB
PyQt6/qt-plugins/imageformats/qjpeg.dll → PySide6/qt-plugins/imageformats/qjpeg.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
QDoubleSpinBox{border-radius:2px;border-style:solid;border-width:1px;border-color:#C8C8C8} | ||
QDoubleSpinBox:hover{border-color:qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 #66c8f6, stop: 1 #5bb3dc)} | ||
QDoubleSpinBox:disabled{background-color:lightgray;border-color:lightgray} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
QListWidget{border:none;font:Bold;background:#95C5DE} | ||
QListWidget:item{height:128px;border:none;padding:10px} | ||
QListWidget:item:hover{background:rgba(255,255,255,50)} | ||
QListWidget:item:selected{background:#E0EEFB} | ||
FunctionListWidget{border:none;font:Bold;background:#95C5DE} | ||
FunctionListWidget:item{height:128px;border:none;padding:10px} | ||
FunctionListWidget:item:hover{background:rgba(255,255,255,50)} | ||
FunctionListWidget:item:selected{background:#E0EEFB} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
QLineEdit{border-radius:3px;border:1px solid #c1c1c1} | ||
QLineEdit:disabled{background-color:lightgray;border-color:lightgray} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
QPlainTextEdit{border-radius:3px;border:1px solid #c1c1c1} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
QProgressBar:chunk{background-color:#95C5DE} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
QPushButton{background:#3C91C7;color:white;height:20px;padding:4px;border:none;min-width:60px} | ||
QPushButton:hover{font:Bold} | ||
QPushButton:pressed{background-color:#95C5DE;color:black} | ||
QPushButton:disabled{background-color:lightgray;color:gray} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
QSpinBox{border-radius:2px;border-style:solid;border-width:1px;border-color:#C8C8C8} | ||
QSpinBox:disabled{background-color:lightgray;border-color:lightgray} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
QTabBar:tab{background:white;border-radius:2px;margin:1px;padding:8px} | ||
QTabBar:tab:hover{background:rgba(255,255,255,100)} | ||
QTabBar:tab:selected{background:qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 #66c8f6, stop: 1 #5bb3dc);color:white} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
QTabWidget{background:rgba(255, 255, 255, 100)} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
QToolButton{background:transparent;border:none} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.