Qt Creator 3.3.2: Moving views - qt-creator

In a previous version of Qt Creator (I don't know which one), I could drag and drop views.
In the version I currently use (3.3.2), this is apparently not possible.
Is it possible to move views in 3.3.2, and if so, how?
See below for what I want to achieve.
Also, a screenshot of my Windows -> Views menu.
Thanks!

Just disable "automatically hide view title bars" in the Views menu from your second screenshot. Than you should have a title bar above each view which is draggable.

Related

Xamarin.Forms how to change the navigation back button to an image?

I am building an app in Visual studio with crossed platform in Xamarin.Forms.
I have been trying to change the back arrow button in the navigation UI to an image in stead of the arrow, but I haven't found any good examples.
Is there anyone here who can help me?
Back arrow button in navigation bar is default feature. I think it can't be changed. If you want to change it then you should use a custom navigation bar.

Firefox add-on builder: is it possible to add a .Panel on navigation toolbar

I'm a newbie in Firefox add-ons development. I'm developing an add-on and able add a button on navigation toolbar. But I need to add a panel (size of 125x30) instead of a button. Is it possible? If possible please help me. Thanks.
It is not possible that I know of, though I am also relatively new. You can create a 125x30 button - thanks ken snyder - or you can create a widget in the Add-On bar. Either of these could open a separate panel, but I don't think you can directly insert a panel into a toolbar with the new SDK.

How to show a menu after clicking on the widget icon?

I am using firefox addon builder (Addon kit 1.7) and I wonder to know if it's possible to show a simple menu like the context menu of firefox just after clicking on the widget icon. I need few hints. Thanks in advance.
I managed to make it work using the MenuPopup package by Yaelle Borghini and uploaded a simple example on the Addon Builder site.
You will have to expand on Yaelle's code to support dynamic modifications of the menu items because it's not fully built in at the moment (though it shouldn't be too hard to add it).
Here's the discussion on the Mozilla forums about how to show menus with the Addon SDK that got me started.
Right now the only option is to hook a panel to a widget and add a menuitem to the panel with html.

How to drag a view out of the workbench in RCP app?

I am trying to figure out how to detach a view from the main app. From what I can tell this is a supported feature in the RCP framework but I have not seen how to enable/disable the feature. Is there a property I can set somewhere in the View Hierarchy to enable this?
Just drag the view by its title tab out of the eclipse window, e.g. to a second screen, or make the eclipe window not beeing full sized.

How to achieve the screen using Graphical Editing Framework in eclipse

I want to achieve the GUI represents in the link provided http://www.eclipse.org/gef/.
I want that kind of view as drag and drop.
Is there any resource available to get that kind of screen. I tried the snippets available for Zest already. But my objective is to get the drag and drop of buttons to the editor window as a GUI Builder.
Check UML project for Eclipse, probably you need something like that...
link

Resources