Skip to content

Commit

Permalink
Added groot_icon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
hitanshu-mehta committed May 8, 2020
1 parent 31dd574 commit 4fe15c4
Show file tree
Hide file tree
Showing 22 changed files with 17,162 additions and 16,453 deletions.
2 changes: 1 addition & 1 deletion Application/GUIs/UI_files/mainWindowPTE.ui
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</property>
<property name="windowIcon">
<iconset resource="../../../resource.qrc">
<normaloff>:/icons/Icons/App Icon/groot.png</normaloff>:/icons/Icons/App Icon/groot.png</iconset>
<normaloff>:/icons/Icons/App Icon/groot_48.png</normaloff>:/icons/Icons/App Icon/groot_48.png</iconset>
</property>
<property name="styleSheet">
<string notr="true"> QScrollBar:vertical {
Expand Down
Binary file modified Application/GUIs/__pycache__/mainWindowPTE.cpython-37.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion Application/GUIs/mainWindowPTE.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setupUi(self, Groot):
font.setPointSize(11)
Groot.setFont(font)
icon = QIcon()
icon.addFile(u":/icons/Icons/App Icon/groot.png", QSize(), QIcon.Normal, QIcon.Off)
icon.addFile(u":/icons/Icons/App Icon/groot_48.png", QSize(), QIcon.Normal, QIcon.Off)
Groot.setWindowIcon(icon)
Groot.setStyleSheet(u" QScrollBar:vertical {\n"
" background: #32CC99;\n"
Expand Down
Binary file modified Application/__pycache__/mainWindowFunctions.cpython-37.pyc
Binary file not shown.
Binary file modified Application/__pycache__/resource_rc.cpython-37.pyc
Binary file not shown.
7 changes: 7 additions & 0 deletions Application/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
from mainWindow import Window
import sys

try:
from PyQt5.QtWinExtras import QtWin
myappid = 'mycompany.myproduct.subproduct.version'
QtWin.setCurrentProcessExplicitAppUserModelID(myappid)
except ImportError:
pass


if __name__ == "__main__":
app = QtWidgets.QApplication(sys.argv)
Expand Down
33,598 changes: 17,150 additions & 16,448 deletions Application/resource_rc.py

Large diffs are not rendered by default.

Binary file modified Icons/16x16/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icons/32x32/21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Icons/32x32/box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Icons/32x32/display.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Icons/32x32/user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Icons/App Icon/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a target="_blank" href="https://icons8.com/icons/set/groot">Groot icon</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a>
Binary file removed Icons/App Icon/groot.png
Binary file not shown.
Binary file removed Icons/App Icon/groot1.png
Binary file not shown.
Binary file added Icons/App Icon/groot_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icons/App Icon/groot_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icons/App Icon/groot_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icons/App Icon/groot_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icons/App Icon/groot_icon.ico
Binary file not shown.
2 changes: 0 additions & 2 deletions Icons/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion resource.qrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<RCC>
<qresource prefix="icons">
<file>Icons/App Icon/groot.png</file>
<file>Icons/App Icon/groot_icon.ico</file>
<file>Icons/App Icon/groot_48.png</file>
<file>Icons/16x16/bold.png</file>
<file>Icons/16x16/branch_open_light.png</file>
<file>Icons/16x16/branch_close_light.png</file>
Expand Down

0 comments on commit 4fe15c4

Please sign in to comment.