Home
last modified time | relevance | path

Searched refs:downloadWidget (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Ddownloadmanagerwidget.cpp82 void DownloadManagerWidget::add(DownloadWidget *downloadWidget) in add() argument
84 connect(downloadWidget, &DownloadWidget::removeClicked, this, &DownloadManagerWidget::remove); in add()
85 m_itemsLayout->insertWidget(0, downloadWidget, 0, Qt::AlignTop); in add()
90 void DownloadManagerWidget::remove(DownloadWidget *downloadWidget) in remove() argument
92 m_itemsLayout->removeWidget(downloadWidget); in remove()
93 downloadWidget->deleteLater(); in remove()
H A Ddownloadmanagerwidget.h77 void add(DownloadWidget *downloadWidget);
78 void remove(DownloadWidget *downloadWidget);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Ddownloadmanagerwidget.cpp82 void DownloadManagerWidget::add(DownloadWidget *downloadWidget) in add() argument
84 connect(downloadWidget, &DownloadWidget::removeClicked, this, &DownloadManagerWidget::remove); in add()
85 m_itemsLayout->insertWidget(0, downloadWidget, 0, Qt::AlignTop); in add()
90 void DownloadManagerWidget::remove(DownloadWidget *downloadWidget) in remove() argument
92 m_itemsLayout->removeWidget(downloadWidget); in remove()
93 downloadWidget->deleteLater(); in remove()
H A Ddownloadmanagerwidget.h77 void add(DownloadWidget *downloadWidget);
78 void remove(DownloadWidget *downloadWidget);
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Ddownloadmanagerwidget.cpp82 void DownloadManagerWidget::add(DownloadWidget *downloadWidget) in add() argument
84 connect(downloadWidget, &DownloadWidget::removeClicked, this, &DownloadManagerWidget::remove); in add()
85 m_itemsLayout->insertWidget(0, downloadWidget, 0, Qt::AlignTop); in add()
90 void DownloadManagerWidget::remove(DownloadWidget *downloadWidget) in remove() argument
92 m_itemsLayout->removeWidget(downloadWidget); in remove()
93 downloadWidget->deleteLater(); in remove()
H A Ddownloadmanagerwidget.h77 void add(DownloadWidget *downloadWidget);
78 void remove(DownloadWidget *downloadWidget);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Ddownloadmanagerwidget.cpp82 void DownloadManagerWidget::add(DownloadWidget *downloadWidget) in add() argument
84 connect(downloadWidget, &DownloadWidget::removeClicked, this, &DownloadManagerWidget::remove); in add()
85 m_itemsLayout->insertWidget(0, downloadWidget, 0, Qt::AlignTop); in add()
90 void DownloadManagerWidget::remove(DownloadWidget *downloadWidget) in remove() argument
92 m_itemsLayout->removeWidget(downloadWidget); in remove()
93 downloadWidget->deleteLater(); in remove()
H A Ddownloadmanagerwidget.h77 void add(DownloadWidget *downloadWidget);
78 void remove(DownloadWidget *downloadWidget);