1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-31 21:22:58 +08:00

update Table

This commit is contained in:
jared 2020-11-10 13:55:51 +08:00
parent 26f05d16d0
commit c2b04effb2
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ if (OUTPUT)
endif()
message("REVISION ${REVISION}")
add_compile_definitions(TaoREVISION=${REVISION})
add_compile_definitions(TaoREVISION="${REVISION}")
add_compile_definitions(TaoREVISIONSTR="${REVISION}")
set (TAG "0.0.0.0")
execute_process(

View File

@ -26,8 +26,8 @@ if (CMAKE_BUILD_TYPE MATCHES "Release")
${SRC2}
${TaoCommonFiles}
${Res}
App.rc
${TaoQuickRes}
App.rc
)
elseif(APPLE)
add_executable(${TargetName}

View File

@ -34,7 +34,7 @@ ListView {
active: visible
snapMode: ScrollBar.SnapAlways
stepSize: cusTableView.height/(cusTableView.model.visibledCount * CusConfig.fixedHeight) / 2
size: Math.max(cusTableView.height / cusTableView.content.height, 0.1)
size: Math.max(cusTableView.height / cusTableView.contentHeight, 0.1)
}
CusShortCutKeys {
id: tableKeys