diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-10-04 10:53:28 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-10-05 09:38:08 +0200 |
commit | 0a5354139af1a698eb372f839a8663a3f80d5fe3 (patch) | |
tree | b31602e433df0dee1b8ab1d4b855c81ceea60f38 /vcl/qt5/QtInstanceBuilder.cxx | |
parent | e2e59d2da1aa4c9f8df62e5a072f0f2cd931781b (diff) |
tdf#130857 qt weld: Declare support for chart "Insert Axes" dialog
Add the .ui file for the "Insert Axes" chart dialog
to the list of .ui files supported by QtInstanceBuilder.
Now that
Change-Id: Ie917a501466bad8821fc3e7f5049db7c1a56995f
Author: Michael Weghorn <m.weghorn@posteo.de>
Date: Fri Oct 4 10:38:32 2024 +0200
tdf#130857 qt weld: Create QGroupBox for "GtkFrame"
added support for "GtkFrame", all widget types used
by that dialog are handled by QtBuilder.
This dialog can be seen as follows:
* start Calc
* "Insert" -> "Chart", confirm with "Finish" button
* "Insert" -> "Axes" (while the chart is still selected)
X and Y axes are shown/hidden as expected according
to whether the corresponding checkboxes are ticked
or unticked before closing the dialog using "OK".
Mnemonic underlines for the checkboxes are currently
not the way they're meant to be, but that's a different
issue that will be addressed in a separate commit.
Change-Id: I15901f83192ba33ddc5c5eb779be680f26cb6b55
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174466
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/qt5/QtInstanceBuilder.cxx')
-rw-r--r-- | vcl/qt5/QtInstanceBuilder.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index 84ba44341790..b4f608d49932 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -34,6 +34,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile) // what is relevant for that particular one, without having to implement the full // weld API at once. static std::unordered_set<OUString> aSupportedUIFiles = { + u"modules/schart/ui/insertaxisdlg.ui"_ustr, u"modules/swriter/ui/inforeadonlydialog.ui"_ustr, u"sfx/ui/licensedialog.ui"_ustr, u"sfx/ui/querysavedialog.ui"_ustr, |