Can a "Solo Frame" be converted to "Frame" and vice versa?
I did not find the possibility of doing so, and this would helpful to me several times
Convert "Solo Frame" in "Frame" ?
- lorenzoandreani
- Posts: 101
- Joined: Tue Sep 01, 2015 9:19 am
- Location: Marina di Carrara
- Real Name: Lorenzo Andreani
-
- Posts: 703
- Joined: Mon Nov 02, 2015 11:03 am
- Location: Germany
- Real Name: Lukas
Using the UI there is no such functionality. You could try manipulating the .qxw file directly. It's XML-based and at a first glance the difference between a normal and a solo frame is the tag:
In addition to that, a SoloFrame object apparently must have a "Mixing" property:
So maybe just give it a try, but make a backup of the original file!
Code: Select all
<Frame> vs <SoloFrame>
Code: Select all
<Mixing>False</Mixing>