tdf#130857 qt weld: Support "Safe Mode" dialog
Now that "GtkExpander" support has been implemented, declare support for the "Safe Mode" dialog that can be triggered via "Help" -> "Restart in Safe Mode" and confirming with "Restart". This means that native Qt widgets are used for that dialog now when using the qt5 or qt6 VCL plugin and starting LO with environment variable SAL_VCL_QT_USE_WELDED_WIDGETS=1 set. Change-Id: I67ef04356a5147c24442cd3ec84e4bbc644b3a71 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177196 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
This commit is contained in:
parent
62595170ec
commit
a60ccb091e
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile)
|
|||
u"sfx/ui/safemodequerydialog.ui"_ustr,
|
||||
u"svt/ui/printersetupdialog.ui"_ustr,
|
||||
u"svt/ui/restartdialog.ui"_ustr,
|
||||
u"svx/ui/safemodedialog.ui"_ustr,
|
||||
u"vcl/ui/openlockedquerybox.ui"_ustr,
|
||||
u"vcl/ui/printprogressdialog.ui"_ustr,
|
||||
u"writerperfect/ui/exportepub.ui"_ustr,
|
||||
|
|
Loading…
Reference in a new issue