custom toolbars

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

custom toolbars

ravas
I've been thinking about the CAD Tools toolbar,
and what I would replace it with.
From the various programs I have used
I prefer Maya's custom toolbar system.
You can have any number of custom toolbars,
which you can switch between with tabs.
You hold ctrl and click on the menubar's (File, Edit, ...) entry for an action
to add it to the active custom toolbar.
You can then click and drag the icon where you want it on the toolbar.

An alternative is Geogebra's toolbar customization system:



Although I would mix it with Maya's tabbed toolbars,
as opposed to Geogebra's system of grouping tools
and using icons as drop down menus.
Reply | Threaded
Open this post in threaded view
|

Re: custom toolbars

dxli
current GUI is definitely a fossil of old time (Qt3 ages).

It would take lots of work to get a look though

ravas wrote
I've been thinking about the CAD Tools toolbar,
and what I would replace it with.
From the various programs I have used
I prefer Maya's custom toolbar system.
You can have any number of custom toolbars,
which you can switch between with tabs.
You hold ctrl and click on the menubar's (File, Edit, ...) entry for an action
to add it to the active custom toolbar.
You can then click and drag the icon where you want it on the toolbar.

An alternative is Geogebra's toolbar customization system:



Although I would mix it with Maya's tabbed toolbars,
as opposed to Geogebra's system of grouping tools
and using icons as drop down menus.
Reply | Threaded
Open this post in threaded view
|

Re: custom toolbars

ravas
I've been reading about Qt;
and I can see the most difficult aspect would be
custom placement of the icons
and having the program remember.

My latest idea is to have a "tooltabs" folder with txt files that define the tooltabs.
We would include a tooltab file for each category (lines, circles, modify, ...);
and users would have the option of creating custom tooltab files,
which would have exactly one action on each line:

Construction
DrawLine
DrawCircle
ModifyMirror
...

The order of the actions determines the order of the tooltab's icons,
and the first line (or maybe the file name) is the tooltab's title.

This seems like it would require a lot less coding;
all tooltabs could be created in a single loop.
And it also allows people to easily share / backup their tooltabs.

Users could look at the default tooltab files for insight,
and I could make a wiki article that briefly describes each action.

I might fork around with it...