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
+1 -1
View File
@@ -1,5 +1,5 @@
#include "devicesidebarwidget.h"
#include "clickablewidget.h"
#include "iDescriptor-ui.h"
#include "loadingspinnerwidget.h"
#include <QDebug>
#include <QEasingCurve>