Bug report #11829
rotation spin box should be moved to project properties
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Sandro Santilli | ||
Category: | - | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | wontfix |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 20047 |
Description
Given that it will mostly be set just once for a project, the rotation spin box should be moved to project properties to avoid cluttering the (already complex) main QGIS ui. A couple of other fixes suggested:
- change the spin box to a QgsDoubleSpinBox with a clear value of 0, so that the reset button is added
- set keyboard tracking off for the widget (http://qt-project.org/doc/qt-4.8/qabstractspinbox.html#keyboardTracking-prop)
History
#1 Updated by Paolo Cavallini almost 10 years ago
-1 for me. As an hidden option, it will go unnoticed, and will be more difficult to use interactively.
#2 Updated by Sandro Santilli almost 10 years ago
Hey thanks for the keyboardTracking property, I didn't know about it. I saw you added that with commit 21c4cbbe1a600a4b3a1d5313bc07feafe2901aea (for the record).
I also think the rotation value should be visible, FWIW
#3 Updated by Nathan Woodrow almost 10 years ago
-1 for hiding it. I do think it belongs in the status bar. A more improved version in the future could be a small wheel in the top left of the map.
#4 Updated by Sandro Santilli almost 10 years ago
- Tag set to rotation
#5 Updated by Sandro Santilli almost 10 years ago
- Resolution set to wontfix
- Status changed from Open to Closed
Closing as won't fix...