mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-26 09:45:16 +03:00
Wizard fully functional on GUI level. Right click on model slot to test.
No functionality whatsoever on the logical level! Completely harmless to run.
This commit is contained in:
parent
64fa9ed334
commit
672e5f8088
27 changed files with 687 additions and 2271 deletions
|
@ -105,12 +105,12 @@ void ModelsListWidget::ShowContextMenu(const QPoint& pos)
|
|||
|
||||
void ModelsListWidget::OpenEditWindow()
|
||||
{
|
||||
((MdiChild *)parent())->OpenEditWindow(false);
|
||||
((MdiChild *)parent())->OpenEditWindow();
|
||||
}
|
||||
|
||||
void ModelsListWidget::OpenWizard()
|
||||
{
|
||||
((MdiChild *)parent())->OpenEditWindow(true);
|
||||
((MdiChild *)parent())->openWizard();
|
||||
}
|
||||
|
||||
void ModelsListWidget::LoadBackup()
|
||||
|
@ -229,6 +229,7 @@ void ModelsListWidget::dropEvent(QDropEvent *event)
|
|||
|
||||
// QMessageBox::warning(this, tr("Companion"),tr("Index :%1").arg(row));
|
||||
const QMimeData *mimeData = event->mimeData();
|
||||
|
||||
if(mimeData->hasFormat("application/x-companion"))
|
||||
{
|
||||
QByteArray gmData = mimeData->data("application/x-companion");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue