Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • SMTK SMTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 162
    • Issues 162
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMB
  • SMTKSMTK
  • Merge requests
  • !2738

Changed qtInputsItem so that child items appear to the right of the combobox

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Stan Hammon requested to merge _transfer-stan.hammon/smtk:squished-widgets-fix into master May 17, 2022
  • Overview 8
  • Commits 1
  • Pipelines 4
  • Changes 6

DiscreteValueEditors with children used to render with the child beneath the ComboBox: image

After changing the rendering to display the children to the right of the ComboBox: image

This work is meant to address SMTK Issue #417

Three test cases are present in this SBT file: ExtensibleSquished-3TestCases.sbt

  1. The original test case - the ComboBox having one child
  2. The ComboBox having more than one child (use the Foo option in the upper if panel)
  3. The ComboBox being Extensible, but having no children (in the bottom if else panel)
Edited May 17, 2022 by Stan Hammon
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: squished-widgets-fix