fcitx5-qt/qt5/guiwrapper
Weng Xuetian 08e831b911
Fix issue with qt6.8 (#66)
It seems that dialog->exec() may have some issue if a dialog opens
another dialog. Try avoid use QDialog::exec() to show main window,
use show() instead.
2024-10-17 17:28:42 -07:00
..
CMakeLists.txt Add a desktop file for gui wrapper so we can at least has a fcitx icon. 2022-05-01 19:42:53 -07:00
main.cpp Run dialog::exec after app.exec() 2023-11-21 22:27:49 -08:00
mainwindow.cpp Fix issue with qt6.8 (#66) 2024-10-17 17:28:42 -07:00
mainwindow.h Fix issue with qt6.8 (#66) 2024-10-17 17:28:42 -07:00
mainwindow.ui Translate string in ui file, not in source code. 2017-12-19 18:49:58 -08:00
org.fcitx.fcitx5-qt5-gui-wrapper.desktop.in.in Add a desktop file for gui wrapper so we can at least has a fcitx icon. 2022-05-01 19:42:53 -07:00
wrapperapp.cpp Fix issue with qt6.8 (#66) 2024-10-17 17:28:42 -07:00
wrapperapp.h Run dialog::exec after app.exec() 2023-11-21 22:27:49 -08:00