mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-31 21:22:58 +08:00
update Table
This commit is contained in:
parent
26f05d16d0
commit
c2b04effb2
@ -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(
|
||||
|
@ -26,8 +26,8 @@ if (CMAKE_BUILD_TYPE MATCHES "Release")
|
||||
${SRC2}
|
||||
${TaoCommonFiles}
|
||||
${Res}
|
||||
App.rc
|
||||
${TaoQuickRes}
|
||||
App.rc
|
||||
)
|
||||
elseif(APPLE)
|
||||
add_executable(${TargetName}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user