ObjectVision / GeoDMS

Source code for the GeoDMS software
https://www.geodms.nl/
Other
7 stars 1 forks source link

MapView Toolbar active tool style disappears after activating Table MdiSubWindow and then MapView again #688

Closed MaartenHilferink closed 3 months ago

MaartenHilferink commented 7 months ago

image image

MaartenHilferink commented 7 months ago

Additional GUI issues

eoudejans commented 7 months ago

Clicking on the header of the map- or tableview does update the toolbar to the correct state: image

image

However indeed clicking on the geodms view does not update the toolbar properly.

MaartenHilferink commented 6 months ago

TableView Toolbar: when group-by is selected, and a new TableView is opened, the group-by depression continues

MaartenHilferink commented 6 months ago

oops, last commit was to close #658

eoudejans commented 5 months ago

Widget focus policy can be controlled by QWidget::setFocusPolicy(Qt::FocusPolicy) Widgets that should not be tab focusable should be Qt::FocusPolicy::ClickFocus.

eoudejans commented 5 months ago

Widget's tab order for QMainWindow can be controlled using QWidget::setTabOrder

eoudejans commented 5 months ago

There is unconnectedness between activating a dms hwnd (ie table- or mapview) and activating the Qt mdi subwindow.

MaartenHilferink commented 3 months ago

Fixed with the recent changes to updateDmstoolbarButtonVisualStates