Bug 1220 - Convert UI to QML/QtQuick2
Summary: Convert UI to QML/QtQuick2
Status: RESOLVED INVALID
Alias: None
Product: PulseView
Classification: Unclassified
Component: UI (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: PulseView 0.6.0
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-05 19:59 CEST by Soeren Apel
Modified: 2018-09-28 23:09 CEST (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Soeren Apel 2018-06-05 19:59:39 CEST

    
Comment 1 Soeren Apel 2018-09-28 23:09:06 CEST
QML doesn't support anything similar to QDockWidget, meaning that there's absolutely no kind of sub-window management at all. QML applications are expected to have only one window and all widgets inside it.
This doesn't fit the PV use case and so it's currently not an option.