Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • LabPlot LabPlot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 92
    • Issues 92
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Education
  • LabPlotLabPlot
  • Issues
  • #70

Closed
Open
Created Jan 17, 2022 by Martin Marmsoler@marmsolerDeveloper

Textlabel mode change multiple setText

Multiple calls of setText when changing the mode:

  1. ui.teLabel->setCurrentCharFormat(format); --> textChanged() --> TextLabel::setText im LabelWidget::modeChanged()
  2. LabelWidget::modeChanged() --> label->setText(wrapper);
  3. setText emitted textWrapperChanged welches dann im dock labelTextWrapperChanged aufruft und in diesem wird wiederum der mode gesetzt
Edited Jan 17, 2022 by Martin Marmsoler
Assignee
Assign to
Time tracking