mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
add tool base widget, fix minor bugs, rename some widgets
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include <QTimer>
|
||||
|
||||
WirelessGalleryImportWidget::WirelessGalleryImportWidget(QWidget *parent)
|
||||
: QWidget(parent), m_scrollArea(nullptr), m_scrollContent(nullptr),
|
||||
: Tool(parent), m_scrollArea(nullptr), m_scrollContent(nullptr),
|
||||
m_fileListLayout(nullptr), m_browseButton(nullptr),
|
||||
m_importButton(nullptr), m_statusLabel(nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user