Skip to content

Commit

Permalink
fix menu icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Jan 28, 2025
1 parent ed71099 commit 8af60e4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@ void MainWindow::on_actionAndroid_App_triggered()

void MainWindow::on_actioniOS_App_triggered()
{
QDesktopServices::openUrl(QUrl("https://packetsender.com/ios"));
QDesktopServices::openUrl(QUrl("https://apps.apple.com/us/app/packet-sender-udp-tcp-ssl/id1558236648#?platform=iphone"));
}


Expand Down Expand Up @@ -3005,3 +3005,4 @@ void MainWindow::on_hostName_editingFinished(){

}


57 changes: 56 additions & 1 deletion src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@
<x>0</x>
<y>0</y>
<width>909</width>
<height>21</height>
<height>37</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
Expand Down Expand Up @@ -730,6 +730,7 @@
<addaction name="actionSubnet_Calculator"/>
<addaction name="actionIntense_Traffic_Generator"/>
<addaction name="actionWake_On_LAN_Magic_Packet"/>
<addaction name="actioniOS_App"/>
</widget>
<widget class="QMenu" name="menuMulitcast">
<property name="title">
Expand Down Expand Up @@ -759,6 +760,9 @@
<property name="text">
<string>E&amp;xit</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionSettings">
<property name="icon">
Expand All @@ -768,6 +772,9 @@
<property name="text">
<string>&amp;Settings</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionAbout">
<property name="icon">
Expand All @@ -777,6 +784,9 @@
<property name="text">
<string>&amp;About</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionImport_Packets">
<property name="icon">
Expand All @@ -786,6 +796,9 @@
<property name="text">
<string>&amp;Import Database</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionExport_Packets">
<property name="icon">
Expand All @@ -795,6 +808,9 @@
<property name="text">
<string>&amp;Export Database</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionPersistent_Connection">
<property name="text">
Expand All @@ -809,6 +825,9 @@
<property name="text">
<string>&amp;Subnet Calculator</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionDonate_Thank_You">
<property name="icon">
Expand All @@ -818,11 +837,17 @@
<property name="text">
<string>D&amp;onate (Thank You!)</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionDocumentation">
<property name="text">
<string>Documentation</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionHelp">
<property name="icon">
Expand All @@ -832,6 +857,9 @@
<property name="text">
<string>&amp;Documentation</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionExport_Packets_JSON">
<property name="text">
Expand All @@ -846,6 +874,9 @@
<property name="text">
<string>&amp;Cloud Save and Share</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionJoin_IPv4">
<property name="icon">
Expand All @@ -855,6 +886,9 @@
<property name="text">
<string>&amp;Join/Leave IPv4</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionAndroid_App">
<property name="icon">
Expand All @@ -864,6 +898,9 @@
<property name="text">
<string>Android App</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actioniOS_App">
<property name="icon">
Expand All @@ -873,6 +910,9 @@
<property name="text">
<string>iOS App</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionFollow_NagleCode">
<property name="icon">
Expand All @@ -882,6 +922,9 @@
<property name="text">
<string>Follow on Twitter</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionConnect_on_LinkedIn">
<property name="icon">
Expand All @@ -891,6 +934,9 @@
<property name="text">
<string>Connect on LinkedIn</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionIntense_Traffic_Generator">
<property name="icon">
Expand All @@ -900,6 +946,9 @@
<property name="text">
<string>Intense &amp;Traffic Generator</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionForums">
<property name="icon">
Expand All @@ -909,6 +958,9 @@
<property name="text">
<string>Forums</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="actionPanel_Generator">
<property name="text">
Expand All @@ -928,6 +980,9 @@
<property name="text">
<string>Wake-On-LAN / Magic Packet</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
Expand Down

0 comments on commit 8af60e4

Please sign in to comment.