Re: [Development] Feature request: several layouts in a single ui file

2013-09-02 Thread Yves Bailly
On 02/09/2013 09:46, Saether Jan-Arve wrote: > What you are suggesting should be possible, but I would like to explore if > there can be a more generic way. > You are suggesting to push this even further, i.e. one layout might use a > QComboBox instead of a groupbox with radio buttons. > * If its

Re: [Development] Feature request: several layouts in a single ui file

2013-09-02 Thread Saether Jan-Arve
mber 2013 15:57 > To: development@qt-project.org > Subject: Re: [Development] Feature request: several layouts in a > single ui file > On 01/09/2013 05:49, Sze Howe Koh wrote: >> On 1 September 2013 05:27, Yves Bailly > wrote: >>> On 31/08/2013 14:42, Mark wrote: >>>

Re: [Development] Feature request: several layouts in a single ui file

2013-09-01 Thread Yves Bailly
On 01/09/2013 05:49, Sze Howe Koh wrote: > On 1 September 2013 05:27, Yves Bailly wrote: >> On 31/08/2013 14:42, Mark wrote: >>> A nice way to load different gui versions is by combining states [1] >>> and the loader object [2] and just load the gui you want based on the >>> state you set. >>> >>>

Re: [Development] Feature request: several layouts in a single ui file

2013-08-31 Thread Sze Howe Koh
On 1 September 2013 05:27, Yves Bailly wrote: > On 31/08/2013 14:42, Mark wrote: >> A nice way to load different gui versions is by combining states [1] >> and the loader object [2] and just load the gui you want based on the >> state you set. >> >> [1] http://qt-project.org/doc/qt-5.1/qtquick/qml

Re: [Development] Feature request: several layouts in a single ui file

2013-08-31 Thread Yves Bailly
On 31/08/2013 14:42, Mark wrote: > A nice way to load different gui versions is by combining states [1] > and the loader object [2] and just load the gui you want based on the > state you set. > > [1] http://qt-project.org/doc/qt-5.1/qtquick/qml-qtquick2-state.html > [2] http://qt-project.org/doc/q

Re: [Development] Feature request: several layouts in a single ui file

2013-08-31 Thread Mark
On Fri, Aug 30, 2013 at 11:41 PM, Yves Bailly wrote: > On 30/08/2013 15:49, Olivier Goffart wrote: >> On Friday 30 August 2013 12:16:53 Yves Bailly wrote: >>> Here’s the point. More and more the computers which run our applications can >>> self-adjust their display according to a “portrait” or “la

Re: [Development] Feature request: several layouts in a single ui file

2013-08-30 Thread Yves Bailly
On 30/08/2013 15:49, Olivier Goffart wrote: > On Friday 30 August 2013 12:16:53 Yves Bailly wrote: >> Here’s the point. More and more the computers which run our applications can >> self-adjust their display according to a “portrait” or “landscape” >> orientation – tablets and mid-end or high-end p

Re: [Development] Feature request: several layouts in a single ui file

2013-08-30 Thread Olivier Goffart
On Friday 30 August 2013 12:16:53 Yves Bailly wrote: > Greetings all, > > Following given advices, I post here a question posted in the forum... > > I’m talking here about widgets-based applications, although it might be > relevent too for qml-based applications. And posting in “general” because

[Development] Feature request: several layouts in a single ui file

2013-08-30 Thread Yves Bailly
Greetings all, Following given advices, I post here a question posted in the forum... I’m talking here about widgets-based applications, although it might be relevent too for qml-based applications. And posting in “general” because I think it’s truely “general”, despite being inspired by mobi