When I wrote this class, the feature was not yet implemented in Qt. Furthermore, it did implement the dragging feature between different tab widgets (Qt still doesn't support this, AFAIK) but this is no longer used within Spyder (it was originally used in the code editor widget for moving scripts from one tab widget to another, in the previous code editor implementation). Now the drag'n drop tabs are only used in the console widget.
Cheers, Pierre 2012/7/20 mangecoeur <[email protected]>: > Hi, I'm playing with spyder's UI to try some ideas I had. One thing i > noticed is there's a custom TabBar class which implements draggable > behaviour, even though this is part of QT 4.5+ . I was wondering if there > was extra functionality that i don't understand, like being able to drag > tabs between different tab widgets (i.e. not just rearranging within one tab > widget). In any case dragging doesn't work on mac, is it the same on > win/linux or not? > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/spyderlib/-/2qsZ_Wy1VQYJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/spyderlib?hl=en. -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
