Closed VolkerChristian closed 3 years ago
It would be fine to get also all *.tex files in file open dialog.
Change
parsedFilter += QCoreApplication::translate("FileDialog", "PGF document", "filter") + QLatin1String(" (*.pgf *.tikz)");
to
parsedFilter += QCoreApplication::translate("FileDialog", "PGF document", "filter") + QLatin1String(" (*.pgf *.tikz *.tex)");
in filedialog.cpp
Added. Thanks for the suggestion.
It would be fine to get also all *.tex files in file open dialog.
Change
parsedFilter += QCoreApplication::translate("FileDialog", "PGF document", "filter") + QLatin1String(" (*.pgf *.tikz)");
to
parsedFilter += QCoreApplication::translate("FileDialog", "PGF document", "filter") + QLatin1String(" (*.pgf *.tikz *.tex)");
in filedialog.cpp