Skip to content

Commit 2889879

Browse files
committed
feat: update tage 2.3.0
1 parent aad2b82 commit 2889879

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ file(GLOB DIR "widgets/*.h" "widgets/*.cpp" "widgets/*.ui" "*.h" "*.hpp" "*.cpp"
4040
# message(${v})
4141
#endforeach()
4242
add_executable(${PROJECT_NAME} ${DIR} ${QM_FILES})
43-
target_link_libraries(${PROJECT_NAME} MonitorInfo)
43+
target_link_libraries(${PROJECT_NAME} MonitorInfo) #NetPlugins
4444

4545
install(FILES "./resource/data/NetSpeed.json" DESTINATION "/usr/share/NetSpeed")
4646
install(FILES "./resource/NetSpeed.desktop" DESTINATION "/usr/share/applications")

WinSetting.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@
982982
<item row="0" column="1">
983983
<widget class="QLabel" name="label_9">
984984
<property name="text">
985-
<string>v2.0.0</string>
985+
<string>v2.3.0</string>
986986
</property>
987987
<property name="openExternalLinks">
988988
<bool>false</bool>

dde-dock-plugin/WinDdeDockSetting.ui

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,10 @@
709709
<item>
710710
<widget class="QLabel" name="label_92">
711711
<property name="text">
712-
<string>LOGO</string>
712+
<string/>
713+
</property>
714+
<property name="pixmap">
715+
<pixmap resource="../resources.qrc">:/resource/images/NetSpeed.svg</pixmap>
713716
</property>
714717
<property name="alignment">
715718
<set>Qt::AlignCenter</set>
@@ -849,7 +852,7 @@
849852
<item row="0" column="1">
850853
<widget class="QLabel" name="label_104">
851854
<property name="text">
852-
<string>v2.0.0</string>
855+
<string>v2.3.0</string>
853856
</property>
854857
<property name="openExternalLinks">
855858
<bool>false</bool>
@@ -935,6 +938,8 @@
935938
</item>
936939
</layout>
937940
</widget>
938-
<resources/>
941+
<resources>
942+
<include location="../resources.qrc"/>
943+
</resources>
939944
<connections/>
940945
</ui>

main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ int main(int argc, char *argv[]) {
2222

2323
// 鼠标中键关闭(后面加个鼠标穿透固定在桌面)
2424

25-
2625
// WinSetting *winSetting = new WinSetting();
2726
// winSetting->show();
2827

29-
// WinHoverNet *hoverNet = new WinHoverNet();
3028
WinHoverNet *hoverNet = WinHoverNet::getInstance();
3129
hoverNet->show();
3230
// WinSetting *net = new WinSetting();

0 commit comments

Comments
 (0)