mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef DEVICEINFOWIDGET_H
|
||||
#define DEVICEINFOWIDGET_H
|
||||
#include "iDescriptor.h"
|
||||
#include <QWidget>
|
||||
|
||||
class DeviceInfoWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit DeviceInfoWidget(iDescriptorDevice *device,
|
||||
QWidget *parent = nullptr);
|
||||
|
||||
private:
|
||||
QWidget *deviceInfoWidget;
|
||||
QPixmap getDeviceIcon(const std::string &productType);
|
||||
iDescriptorDevice *device;
|
||||
};
|
||||
|
||||
#endif // DEVICEINFOWIDGET_H
|
||||
Reference in New Issue
Block a user