[Companion] MdiChild now use a QTreeWidget instead of a QListWidget (… (#4096)
commitec56d2dbdbae9a074304f39772990d66604ab52d
authorBertrand Songis <bsongis@gmail.com>
Thu, 8 Dec 2016 20:26:08 +0000 (8 21:26 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Dec 2016 20:26:08 +0000 (8 21:26 +0100)
treee90e56dca99ae2a321156bd230dd8b593c111a7f
parentdd776700073d4de3cdafc514ba49b9044cbc963c
[Companion] MdiChild now use a QTreeWidget instead of a QListWidget (… (#4096)

* [Companion] MdiChild now use a QTreeWidget instead of a QListWidget (for Horus compatibility)

* [Companion] Horus models.txt parsing / writing implemented

* Fix for QT53 (#4109)
15 files changed:
companion/src/eeprominterface.h
companion/src/firmwares/er9x/er9xeeprom.cpp
companion/src/firmwares/ersky9x/ersky9xeeprom.cpp
companion/src/firmwares/opentx/opentxeeprom.cpp
companion/src/firmwares/opentx/opentxinterface.cpp
companion/src/helpers.cpp
companion/src/mdichild.cpp
companion/src/mdichild.h
companion/src/mdichild.ui
companion/src/modeledit/setup.cpp
companion/src/modeledit/setup_module.ui
companion/src/modelslist.cpp
companion/src/modelslist.h
companion/src/storage/storage_sdcard.cpp
companion/src/storage/xmlinterface.cpp