Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QgsQuick] Feature form improvements #2 #9388

Merged

Commits on Mar 5, 2019

  1. [QgsQuick] Feature form improvements #2

    TextEdit
    * added radius property
    QgsQuickFeatureFormStyling and ExternalResource widget - added optional color for trash icon
    ExternalResource
    * smaller icons
    * preview available in read-only mode
    FeatureForm
    * fix of empty space for tabs which exists even if there are no tabs
    vsklencar committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    17d3c78 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. [QgsQuick] reverted logic in enabling widgets

    Enabling widgets for interactions even in readOnly mode, still not edits! Changes due to introduction of a preview for externalResources widget, which should be available also in readOnly mode. Therefore the widget is always enabled.
    NOTE: changed order of properties for widgets to keep the same order.
    vsklencar committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    7c1ecbc View commit details
    Browse the repository at this point in the history