Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,760
    • Issues 1,760
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 67
    • Merge Requests 67
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #18683

Closed
Open
Opened Jan 08, 2019 by Mathieu Westphal@mwestphalDeveloper

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
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: paraview/paraview#18683