Skip to content

Remove Qt from ModelEditor Ruby bindings#864

Open
macumber wants to merge 6 commits intodevelopfrom
remove_qt_ruby
Open

Remove Qt from ModelEditor Ruby bindings#864
macumber wants to merge 6 commits intodevelopfrom
remove_qt_ruby

Conversation

@macumber
Copy link
Collaborator

No description provided.

@jmarrec
Copy link
Collaborator

jmarrec commented Mar 23, 2026

A couple of questions here:

@jmarrec
Copy link
Collaborator

jmarrec commented Mar 23, 2026

* Update QRegExp to QRegularExpression

* Remove Qt5Compat QXmlDefaultHandler and replace with QXmlStreamReader

* Remove qt5compat (QtCore5Compat)

* Fixup QRegexp replacement: use a lazy matcher... Not sure why QRegexp was working

* ResultsTabView: fix pre-existing bug where 10_xxx shows before 2_xxx

before: `(\\d)+`: + outside group, captured only the last digit of a multi-digit prefix; after:  `(\\d+)` (+ inside group)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants