Editing MS3.7 UI Files

• Feb 2, 2025 - 14:52

In my cloned repo I see many .ui files and these appear to be layout definitions written in Qt/XML. I can edit these as text files inside VS2022 but is there any way to edit them, (or even preview them), in WYSIWYG mode?

Is there a list of file types seen in the repo and how to work with them?


Comments

I have opened playpanel.ui in Qt Creator.
Then simply increase a bit the window size to better see what it contains.
That wasn't the correct way to zoom as this is really changing the size definition of the panel, and a * appears next to the name to signal unsaved changes.
Questions:
1) undo doesn't reset my change, is Qt Creator a "poor" editor?
2) checking the changes my size increase has caused I see:

265
325

replaced by

464
489

ok, I get that.
But ALSO plenty of other changes such as:

QDockWidget::DockWidgetClosable|QDockWidget::DockWidgetMovable|QDockWidget::DockWidgetFloatable

replaced by:

QDockWidget::DockWidgetFeature::DockWidgetClosable|QDockWidget::DockWidgetFeature::DockWidgetFloatable|QDockWidget::DockWidgetFeature::DockWidgetMovable

Now that seems weird, do I have somethign misconfigured causing these names to be modified?

Do you still have an unanswered question? Please log in first to post your question.