As shown, I in the setup interface display & amp; Character, QGroupBox and QPushBotton went wrong, could you tell me how to display properly, welcomed the great god glad.
CodePudding user response:
In addition, if the string is & amp; Such special characters, how to ensure that can display properly?CodePudding user response:
Their analysis, finally found the problem, the reason is QT on some controls text use & amp; Provide such as & amp; F show F style, trigger a shortcut key editors, so the text must be double show & amp; & For example, in the example T& E set button or GroupBox text, you need use T& & E to set, to display properly.