5#include "ui_selectsupporteddevice.h"
34 std::unique_ptr< Ui::SelectSupportedDevice >
ui;
QPushButton * btnDemoMode
Definition selectsupporteddevice.h:38
UniqueUSBid selectedDevice
Definition selectsupporteddevice.h:35
SelectSupportedDevice(QWidget *parent=nullptr)
Definition selectsupporteddevice.cpp:20
std::unique_ptr< Ui::SelectSupportedDevice > ui
Definition selectsupporteddevice.h:34
void showLibUSBFailedDialogModel(int error)
Definition selectsupporteddevice.cpp:164
bool demoModeClicked
Definition selectsupporteddevice.h:36
std::unique_ptr< ScopeDevice > showSelectDeviceModal(libusb_context *context, int verboseLevel=0, bool autoConnect=true)
Definition selectsupporteddevice.cpp:48
void updateSupportedDevices()
Definition selectsupporteddevice.cpp:173
int verboseLevel
Definition selectsupporteddevice.h:37
uint64_t UniqueUSBid
Definition scopedevice.h:22