Skip to content

Commit dedc87a

Browse files
Remove Qt-Frameless-Window-DarkStyle (#200)
1 parent 09706b3 commit dedc87a

File tree

14 files changed

+1474
-30
lines changed

14 files changed

+1474
-30
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "Qt-Frameless-Window-DarkStyle"]
2-
path = Qt-Frameless-Window-DarkStyle
3-
url = https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle
41
[submodule "QHexView"]
52
path = QHexView
63
url = https://github.com/Dax89/QHexView.git

CMakeLists.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,22 @@ set(SOURCES
7474
sources/apksignworker.cpp
7575
sources/appearancesettingswidget.cpp
7676
sources/binarysettingswidget.cpp
77+
sources/darkstyle.cpp
7778
sources/findreplacedialog.cpp
7879
sources/flickcharm.cpp
7980
sources/hexedit.cpp
8081
sources/imageviewerwidget.cpp
82+
sources/lightstyle.cpp
8183
sources/mainwindow.cpp
8284
sources/processutils.cpp
8385
sources/settingsdialog.cpp
8486
sources/signingconfigdialog.cpp
8587
sources/signingconfigwidget.cpp
8688
sources/sourcecodeedit.cpp
8789
sources/splashwindow.cpp
90+
sources/stylecommon.cpp
8891
sources/themedsyntaxhighlighter.cpp
8992
sources/versionresolveworker.cpp
90-
Qt-Frameless-Window-DarkStyle/DarkStyle.cpp
9193
)
9294

9395
set(HEADERS
@@ -96,26 +98,27 @@ set(HEADERS
9698
sources/apkdecompileworker.h
9799
sources/apkrecompileworker.h
98100
sources/apksignworker.h
101+
sources/darkstyle.h
99102
sources/appearancesettingswidget.h
100103
sources/binarysettingswidget.h
101104
sources/findreplacedialog.h
102105
sources/flickcharm.h
103106
sources/hexedit.h
104107
sources/imageviewerwidget.h
108+
sources/lightstyle.h
105109
sources/mainwindow.h
106110
sources/processutils.h
107111
sources/settingsdialog.h
108112
sources/signingconfigdialog.h
109113
sources/signingconfigwidget.h
110114
sources/sourcecodeedit.h
111115
sources/splashwindow.h
116+
sources/stylecommon.h
112117
sources/themedsyntaxhighlighter.h
113118
sources/versionresolveworker.h
114-
Qt-Frameless-Window-DarkStyle/DarkStyle.h
115119
)
116120

117121
set(RESOURCES
118-
Qt-Frameless-Window-DarkStyle/darkstyle.qrc
119122
resources/all.qrc
120123
)
121124

@@ -132,7 +135,6 @@ endif()
132135
target_include_directories(${PROJECT_NAME} PRIVATE
133136
${CMAKE_CURRENT_SOURCE_DIR}
134137
${CMAKE_CURRENT_SOURCE_DIR}/sources
135-
${CMAKE_CURRENT_SOURCE_DIR}/Qt-Frameless-Window-DarkStyle
136138
)
137139

138140
# Link libraries
@@ -146,6 +148,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
146148

147149
# Compile definitions
148150
target_compile_definitions(${PROJECT_NAME} PRIVATE
151+
QT_VERSION_QT6
149152
GIT_BRANCH="${GIT_BRANCH}"
150153
GIT_COMMIT_FULL="${GIT_COMMIT_FULL}"
151154
GIT_COMMIT_NUMBER="${GIT_COMMIT_NUMBER}"

Qt-Frameless-Window-DarkStyle

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The project uses GitHub Actions for automated builds on Windows, Linux, and macO
9090
- [patrickfav](https://github.com/patrickfav) for [uber-apk-signer](https://github.com/patrickfav/uber-apk-signer)
9191
- [skylot](https://github.com/skylot) for [jadx](https://github.com/skylot/jadx)
9292
- [linuxdeploy](https://github.com/linuxdeploy/linuxdeploy) team for [linuxdeploy](https://github.com/linuxdeploy/linuxdeploy) and [linuxdeploy-plugin-qt](https://github.com/linuxdeploy/linuxdeploy-plugin-qt)
93-
- [Jürgen Skrotzky](https://github.com/Jorgen-VikingGod) for [Qt-Frameless-Window-DarkStyle](https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle)
93+
- [Antonio Dias](https://github.com/antonypro) for [QGoodWindow](https://github.com/antonypro/QGoodWindow)
9494
- [Antonio Davide](https://github.com/Dax89) for [QHexView](https://github.com/Dax89/QHexView)
9595
- [p.yusukekamiyamane](https://p.yusukekamiyamane.com/) for [Fugue](https://p.yusukekamiyamane.com/) icons
9696
- [Icons8](https://icons8.com/) for various icons

0 commit comments

Comments
 (0)