整个logo

This commit is contained in:
kevin
2024-01-31 00:48:00 +08:00
parent 0474609acc
commit 4542f8e1ff
5 changed files with 14 additions and 0 deletions
+4
View File
@@ -26,3 +26,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target !isEmpty(target.path): INSTALLS += target
#QMAKE_LFLAGS += "/STACK:65536,4096" #QMAKE_LFLAGS += "/STACK:65536,4096"
RESOURCES += \
myres.qrc
Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

+5
View File
@@ -0,0 +1,5 @@
<RCC>
<qresource prefix="/new/prefix1">
<file>logo.ico</file>
</qresource>
</RCC>
+5
View File
@@ -25,6 +25,11 @@
<property name="windowTitle"> <property name="windowTitle">
<string>TCP端口扫描工具</string> <string>TCP端口扫描工具</string>
</property> </property>
<property name="windowIcon">
<iconset>
<normalon>:/new/prefix1/logo.ico</normalon>
</iconset>
</property>
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_3">
<property name="geometry"> <property name="geometry">
<rect> <rect>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB