Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,962
    • Issues 1,962
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 98
    • Merge requests 98
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #18683
Closed
Open
Issue created Jan 08, 2019 by Mathieu Westphal@mwestphalMaintainer

Information only widget could be shown in the information tab when specfied in the xml

In the .xml of a filter, one can use information only property to transfer information from the server to the client. However, showing these information requires either to use python or to use a dedicated property widget with some dummy non information property.

Adding an xml way to display these directly in the information tab would be nice, something like :

      <IntVectorProperty command="GetNumberOfDomains"
                         information_only="1"
                         name="NumberOfDomains"
                         panel_visibility="information">
        <SimpleIntInformationHelper />
      </IntVectorProperty>
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking