mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
add initial recovery device support for new UI & update styling
- Added QStackedWidget to manage different states in InstalledAppsWidget. - Created separate loading, error, and content widgets for better UI management. - Updated LoginDialog title and adjusted styles for labels. - Enhanced MainWindow by removing unused code and improving device handling. - Updated QueryMobileGestaltWidget UI for better clarity and usability. - Removed deprecated screenshot handling code in RealtimeScreen.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <QNetworkRequest>
|
||||
#include <QObject>
|
||||
#include <QStringList>
|
||||
#include <libimobiledevice/mobile_image_mounter.h>
|
||||
|
||||
class DevDiskManager : public QObject
|
||||
{
|
||||
@@ -33,7 +34,8 @@ public:
|
||||
|
||||
// Mount operations
|
||||
|
||||
bool mountImage(const QString &version, const QString &udid);
|
||||
mobile_image_mounter_error_t mountImage(const QString &version,
|
||||
const QString &udid);
|
||||
bool unmountImage();
|
||||
|
||||
// Signature comparison
|
||||
|
||||
Reference in New Issue
Block a user