octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GUI editor tabs


From: Richard Crozier
Subject: Re: GUI editor tabs
Date: Thu, 28 Nov 2013 12:46:34 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1

On 28/11/2013 12:38, Thorsten Liebig wrote:
Am 28.11.2013 13:03, schrieb Richard Crozier:
On 28/11/2013 11:43, Thorsten Liebig wrote:
Just make it depend on the Qt version found?

#if QT_VERSION >= 0x040500
     _tab_widget->setMovable (true);
#endif



This works for me. It's quite a small change, would you make it, or should I 
create a changeset?

Richard


Please make the changeset, I have little time atm and it is your idea ;)
But I like the change...
Please verify that  "0x040500" as the version is correct, but I'm pretty sure 
it should.
Does it work with Qt5 as well?

regards
Thorsten




Ok, I'll check and create a patch. I should really learn how to make an online clone so I can send pull requests.

From the Qt5 online docs the property and access functions for this are the same.

Richard


--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]