octave-maintainers
[Top][All Lists]
Advanced

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

GUI editor tabs


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


The devs may be aware of this, but as of Qt 4.5 you can have movable tabs so to order can be changed by dragging them around. In Octave I have tried this by adding the line

_tab_widget->setMovable (true);

just after the tab is created around line 874 of file-editor.cc. Is there a maximum version of Qt for features in the GUI? If higher than 4.5, I think adding this might be a nice feature, as it's annoying that you can't rearrange the tabs.

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]