mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
implement album export, finish WinUI styles, cleanup code
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
#include <QTimer>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
// todo add a retry button when failed
|
||||
LiveScreenWidget::LiveScreenWidget(iDescriptorDevice *device, QWidget *parent)
|
||||
: QWidget{parent}, m_device(device)
|
||||
: Tool{parent}, m_device(device)
|
||||
{
|
||||
setWindowTitle("Live Screen - iDescriptor");
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
||||
unsigned int deviceMajorVersion =
|
||||
m_device->deviceInfo.parsedDeviceVersion.major;
|
||||
|
||||
Reference in New Issue
Block a user