[QGIS Commit] [qgis/Quantum-GIS] 58ba3f: Update to QgsCollapsibleGroupBox

GitHub noreply at github.com
Sat Sep 22 14:50:29 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: 58ba3f0084796bdd27624667a8294d87d060ff63
      https://github.com/qgis/Quantum-GIS/commit/58ba3f0084796bdd27624667a8294d87d060ff63
  Author: Larry Shaffer <larrys at dakotacarto.com>
  Date:   2012-09-22 (Sat, 22 Sep 2012)

  Changed paths:
    M src/app/qgslabelinggui.cpp
    M src/gui/qgscollapsiblegroupbox.cpp
    M src/gui/qgscollapsiblegroupbox.h

  Log Message:
  -----------
  Update to QgsCollapsibleGroupBox

- Saving/restoring checked state is off by default
  Restoring checked state caused many issues for groupboxes used in same window, but for different parent objects (e.g. labeling for different layers).
- Saving/restoring checked state can be get/set via code
- Add ability to get/set a QSettings group (instead of window obj name) for saving states.
  Allows for groupboxes to be used in multiple places/dialogs and maintain same states (e.g. adv labeling dialog).





More information about the QGIS-commit mailing list