translations.pro

来自「奇趣公司比较新的qt/emd版本」· PRO 代码 · 共 54 行

PRO
54
字号
# Include those manually as they do not contain any directory specificationFORMS    += ../statistics.ui \            ../phrasebookbox.ui \            ../batchtranslation.ui \            ../translatedialog.ui \            ../mainwindow.ui \            ../translationsettings.ui \            ../finddialog.uiSOURCES        += ../finddialog.cpp \  ../translatedialog.cpp \        ../batchtranslationdialog.cpp \        ../translationsettingsdialog.cpp \  ../statistics.cpp \  ../messagemodel.cpp \  ../phrasemodel.cpp \  ../msgedit.cpp \        ../main.cpp \        ../phrase.cpp \        ../phrasebookbox.cpp \        ../printout.cpp \        ../trwindow.cpp \        ../messagestreeview.cpp \        ../../shared/xliff.cpp \        ../../shared/simtexth.cpp \  ../../shared/metatranslator.cpp \  ../../shared/translator.cppHEADERS        += ../finddialog.h \  ../translatedialog.h \        ../batchtranslationdialog.h \        ../translationsettingsdialog.h \  ../statistics.h \  ../messagemodel.h \  ../phrasemodel.h \  ../msgedit.h \        ../phrase.h \        ../phrasebookbox.h \        ../printout.h \        ../trwindow.h \        ../messagestreeview.h \        ../../shared/xliff.h \        ../../shared/simtexth.h \        ../../shared/metatranslator.h \  ../../shared/translator.hTRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/linguist_ja.ts \             $$[QT_INSTALL_TRANSLATIONS]/linguist_pl.ts \             $$[QT_INSTALL_TRANSLATIONS]/linguist_untranslated.ts \             $$[QT_INSTALL_TRANSLATIONS]/linguist_tr_TR.ts \             $$[QT_INSTALL_TRANSLATIONS]/linguist_zh_CN.tserror("This is a dummy profile to be used for translations ONLY.")

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?