From 01d347cea228a55a566186ff4fe9be47035e822b Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 27 Oct 2024 18:45:48 +1300 Subject: [PATCH] uic: update README since the issue described has been resolved --- cmd/miqt-uic/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/miqt-uic/README.md b/cmd/miqt-uic/README.md index 81230bd8..5a80143d 100644 --- a/cmd/miqt-uic/README.md +++ b/cmd/miqt-uic/README.md @@ -10,7 +10,3 @@ For usage information, see the `examples/uidesigner` folder. 2. Recursively walk and emit Go code. When developing `miqt-uic`, it's useful to run Qt `uic` side-by-side, and compare the output of each program for missing attributes or assignments. - -There is a hardcoded list of known MIQT constructor functions taking single `parent *qt.QWidget` argument. -- A bash function to regenerate this list is included in `constructors.go`. It should be re-run if MIQT is updated. -- "Promoted Widget" will result in no matching found constructor function (current known issue).