mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 00:43:59 +08:00
...
This commit is contained in:
parent
4c3f494534
commit
194e171475
@ -620,7 +620,7 @@ class AnkiWindow(QWidget):
|
|||||||
self.viewimagelabel.showpixmap(pix)
|
self.viewimagelabel.showpixmap(pix)
|
||||||
|
|
||||||
def selecfile2(self, item):
|
def selecfile2(self, item):
|
||||||
f = QFileDialog.getOpenFileName(filter=getimagefilefilter())
|
f = QFileDialog.getOpenFileName(filter=getimagefilefilter() + ";;*")
|
||||||
res = f[0]
|
res = f[0]
|
||||||
if res != "":
|
if res != "":
|
||||||
item.setText(res)
|
item.setText(res)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"excule_from_exe": [],
|
"excule_from_exe": [],
|
||||||
"only_from_exe": [],
|
"only_from_exe": [],
|
||||||
"showrangeafterrangeselect": true,
|
"showrangeafterrangeselect": true,
|
||||||
"ocrautobindhwnd": true,
|
"ocrautobindhwnd": false,
|
||||||
"autodisappear": false,
|
"autodisappear": false,
|
||||||
"WindowBackdrop": 3,
|
"WindowBackdrop": 3,
|
||||||
"WindowEffect": 0,
|
"WindowEffect": 0,
|
||||||
|
@ -29,7 +29,7 @@ include(generate_product_version)
|
|||||||
|
|
||||||
set(VERSION_MAJOR 5)
|
set(VERSION_MAJOR 5)
|
||||||
set(VERSION_MINOR 53)
|
set(VERSION_MINOR 53)
|
||||||
set(VERSION_PATCH 1)
|
set(VERSION_PATCH 2)
|
||||||
|
|
||||||
add_library(pch pch.cpp)
|
add_library(pch pch.cpp)
|
||||||
target_precompile_headers(pch PUBLIC pch.h)
|
target_precompile_headers(pch PUBLIC pch.h)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user