add CableInfoWidget

- Implement CableInfoWidget to display detailed information about connected cables.
- Create associated methods for initializing cable info, analyzing data, and updating the UI.
- Introduce get_cable_info function to retrieve cable details from the device.
- Replace ClickableWidget with iDescriptor-ui.h in DeviceSidebarWidget and ToolboxWidget.
- Update ToolboxWidget to include CableInfoWidget as a selectable tool.
- Remove unused ClickableWidget header file.
This commit is contained in:
uncor3
2025-10-01 15:07:44 +00:00
parent 8f095aab89
commit 94f85bd8fe
10 changed files with 652 additions and 173 deletions
+2
View File
@@ -449,3 +449,5 @@ void fetchAppIconFromApple(const QString &bundleId,
QObject *context);
afc_error_t afc2_client_new(idevice_t device, afc_client_t *afc);
void get_cable_info(idevice_t device, plist_t &response);