ui: added new icon and moved it to data/gui/icon
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB |
@@ -118,7 +118,7 @@ echo -e $INFO "App dependencies"
|
|||||||
otool -L $APP_PATH
|
otool -L $APP_PATH
|
||||||
|
|
||||||
echo -e $INFO "Create icon"
|
echo -e $INFO "Create icon"
|
||||||
ICON=../data/gui/logo_1024_1024.png
|
ICON=../data/gui/icon/logo_1024_1024.png
|
||||||
ICON_SET=$RES_DIR/icon.iconset
|
ICON_SET=$RES_DIR/icon.iconset
|
||||||
|
|
||||||
mkdir -p $ICON_SET
|
mkdir -p $ICON_SET
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ QtMainWindow::QtMainWindow()
|
|||||||
setObjectName("QtMainWindow");
|
setObjectName("QtMainWindow");
|
||||||
setCentralWidget(nullptr);
|
setCentralWidget(nullptr);
|
||||||
setDockNestingEnabled(true);
|
setDockNestingEnabled(true);
|
||||||
setWindowIcon(QIcon("./data/logo_1024_1024.png"));
|
setWindowIcon(QIcon("./data/gui/icon/logo_1024_1024.png"));
|
||||||
setupProjectMenu();
|
setupProjectMenu();
|
||||||
setupEditMenu();
|
setupEditMenu();
|
||||||
setupViewMenu();
|
setupViewMenu();
|
||||||
|
|||||||
Reference in New Issue
Block a user