hikyuu 2.7.2__py3-none-win_amd64.whl → 2.7.3__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hikyuu/__init__.py +18 -6
- hikyuu/__init__.pyi +13 -12
- hikyuu/analysis/__init__.pyi +1 -0
- hikyuu/analysis/analysis.pyi +2 -1
- hikyuu/core.pyi +3 -2
- hikyuu/cpp/boost_date_time-mt.dll +0 -0
- hikyuu/cpp/boost_serialization-mt.dll +0 -0
- hikyuu/cpp/boost_wserialization-mt.dll +0 -0
- hikyuu/cpp/core310.pyd +0 -0
- hikyuu/cpp/core310.pyi +44 -17
- hikyuu/cpp/core311.pyd +0 -0
- hikyuu/cpp/core311.pyi +44 -17
- hikyuu/cpp/core312.pyd +0 -0
- hikyuu/cpp/core312.pyi +44 -17
- hikyuu/cpp/core313.pyd +0 -0
- hikyuu/cpp/core313.pyi +44 -17
- hikyuu/cpp/hikyuu.dll +0 -0
- hikyuu/cpp/hikyuu.lib +0 -0
- hikyuu/cpp/i18n/zh_CN/hikyuu.mo +0 -0
- hikyuu/data/hku_config_template.py +20 -2
- hikyuu/data/tdx_to_clickhouse.py +2 -2
- hikyuu/data/tdx_to_h5.py +11 -11
- hikyuu/data/tdx_to_mysql.py +2 -2
- hikyuu/draw/drawplot/__init__.pyi +1 -1
- hikyuu/draw/drawplot/bokeh_draw.pyi +8 -7
- hikyuu/draw/drawplot/echarts_draw.pyi +8 -7
- hikyuu/draw/drawplot/matplotlib_draw.pyi +8 -7
- hikyuu/extend.pyi +4 -3
- hikyuu/gui/HikyuuTDX.py +20 -0
- hikyuu/gui/data/MainWindow.py +169 -133
- hikyuu/hub.pyi +6 -6
- hikyuu/include/hikyuu/StockManager.h +13 -2
- hikyuu/include/hikyuu/data_driver/BaseInfoDriver.h +2 -1
- hikyuu/include/hikyuu/data_driver/KDataDriver.h +2 -4
- hikyuu/include/hikyuu/data_driver/kdata/mysql/MySQLKDataDriver.h +5 -1
- hikyuu/include/hikyuu/data_driver/kdata/sqlite/SQLiteKDataDriver.h +1 -1
- hikyuu/include/hikyuu/global/sysinfo.h +1 -1
- hikyuu/include/hikyuu/plugin/extind.h +3 -0
- hikyuu/include/hikyuu/python/pybind_utils.h +1 -1
- hikyuu/include/hikyuu/trade_manage/TradeManagerBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/allocatefunds/AllocateFundsBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/condition/ConditionBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/environment/EnvironmentBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/moneymanager/MoneyManagerBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/multifactor/MultiFactorBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/multifactor/NormalizeBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/multifactor/ScoresFilterBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/portfolio/Portfolio.h +13 -13
- hikyuu/include/hikyuu/trade_sys/profitgoal/ProfitGoalBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/selector/SelectorBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/signal/SignalBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/slippage/SlippageBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/stoploss/StoplossBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/system/System.h +1 -2
- hikyuu/include/hikyuu/utilities/thread/MQStealThreadPool.h +1 -0
- hikyuu/include/hikyuu/utilities/thread/MQThreadPool.h +1 -0
- hikyuu/include/hikyuu/utilities/thread/StealThreadPool.h +1 -0
- hikyuu/include/hikyuu/utilities/thread/ThreadPool.h +1 -0
- hikyuu/include/hikyuu/version.h +4 -4
- hikyuu/plugin/backtest.dll +0 -0
- hikyuu/plugin/checkdata.dll +0 -0
- hikyuu/plugin/clickhousedriver.dll +0 -0
- hikyuu/plugin/dataserver.dll +0 -0
- hikyuu/plugin/dataserver_parquet.dll +0 -0
- hikyuu/plugin/device.dll +0 -0
- hikyuu/plugin/extind.dll +0 -0
- hikyuu/plugin/hkuextra.dll +0 -0
- hikyuu/plugin/import2ch.dll +0 -0
- hikyuu/plugin/import2hdf5.dll +0 -0
- hikyuu/plugin/import2mysql.dll +0 -0
- hikyuu/plugin/tmreport.dll +0 -0
- hikyuu/trade_manage/__init__.pyi +8 -7
- hikyuu/trade_manage/trade.pyi +8 -7
- hikyuu/util/__init__.pyi +1 -1
- hikyuu/util/singleton.pyi +1 -1
- {hikyuu-2.7.2.dist-info → hikyuu-2.7.3.dist-info}/METADATA +1 -1
- {hikyuu-2.7.2.dist-info → hikyuu-2.7.3.dist-info}/RECORD +80 -80
- {hikyuu-2.7.2.dist-info → hikyuu-2.7.3.dist-info}/WHEEL +0 -0
- {hikyuu-2.7.2.dist-info → hikyuu-2.7.3.dist-info}/entry_points.txt +0 -0
- {hikyuu-2.7.2.dist-info → hikyuu-2.7.3.dist-info}/top_level.txt +0 -0
hikyuu/extend.pyi
CHANGED
|
@@ -92,6 +92,7 @@ from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 impo
|
|
|
92
92
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import AGG_STD
|
|
93
93
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import AGG_SUM
|
|
94
94
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import AGG_VAR
|
|
95
|
+
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import AGG_VWAP
|
|
95
96
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import ALIGN
|
|
96
97
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import AMA
|
|
97
98
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import ASIN
|
|
@@ -503,9 +504,9 @@ from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 impo
|
|
|
503
504
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import ZSCORE
|
|
504
505
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import __add__ as __old_TimeDelta_add__
|
|
505
506
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import __add__ as __old_Datetime_add__
|
|
506
|
-
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import __init__ as __old_TimeDelta_init__
|
|
507
|
-
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import __init__ as __old_Datetime_init__
|
|
508
507
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import __init__ as old_Query_init
|
|
508
|
+
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import __init__ as __old_Datetime_init__
|
|
509
|
+
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import __init__ as __old_TimeDelta_init__
|
|
509
510
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import __sub__ as __old_TimeDelta_sub__
|
|
510
511
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import __sub__ as __old_Datetime_sub__
|
|
511
512
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_msvc_md_mscver19 import active_device
|
|
@@ -593,7 +594,7 @@ import numpy as np
|
|
|
593
594
|
import os as os
|
|
594
595
|
import pandas as pd
|
|
595
596
|
import sys as sys
|
|
596
|
-
__all__ = ['ABS', 'ACOS', 'AD', 'ADVANCE', 'AF_EqualWeight', 'AF_FixedAmount', 'AF_FixedWeight', 'AF_FixedWeightList', 'AF_MultiFactor', 'AGG_COUNT', 'AGG_FUNC', 'AGG_MAD', 'AGG_MAX', 'AGG_MEAN', 'AGG_MEDIAN', 'AGG_MIN', 'AGG_PROD', 'AGG_QUANTILE', 'AGG_STD', 'AGG_SUM', 'AGG_VAR', 'ALIGN', 'AMA', 'ASIN', 'ATAN', 'ATR', 'AVEDEV', 'AllocateFundsBase', 'BACKSET', 'BARSCOUNT', 'BARSLAST', 'BARSLASTCOUNT', 'BARSSINCE', 'BARSSINCEN', 'BETWEEN', 'BLOCKSETNUM', 'BUSINESS', 'Block', 'BlockInfoDriver', 'BorrowRecord', 'BrokerPositionRecord', 'CEILING', 'CN_Bool', 'CN_OPLine', 'CONTEXT', 'CONTEXT_K', 'CORR', 'COS', 'COST', 'COUNT', 'CROSS', 'CVAL', 'CYCLE', 'C_AMO', 'C_CLOSE', 'C_HIGH', 'C_KDATA', 'C_LOW', 'C_OPEN', 'C_VOL', 'ConditionBase', 'Constant', 'CostRecord', 'DATE', 'DAY', 'DEBUG', 'DECLINE', 'DEVSQ', 'DIFF', 'DISCARD', 'DMA', 'DOWNNDAY', 'DROPNA', 'DataDriverFactory', 'Datetime', 'DatetimeList', 'DatetimeList_to_df', 'DatetimeList_to_np', 'Datetime_date', 'Datetime_datetime', 'Days', 'EMA', 'ERROR', 'EVERY', 'EV_Bool', 'EV_TwoLine', 'EXIST', 'EXP', 'EnvironmentBase', 'FATAL', 'FILTER', 'FINANCE', 'FLOOR', 'FundsRecord', 'GROUP_COUNT', 'GROUP_FUNC', 'GROUP_MAX', 'GROUP_MEAN', 'GROUP_MIN', 'GROUP_PROD', 'GROUP_SUM', 'HHV', 'HHVBARS', 'HKUException', 'HOUR', 'HSL', 'Hours', 'IC', 'ICIR', 'IF', 'INBLOCK', 'INDEXA', 'INDEXADV', 'INDEXC', 'INDEXDEC', 'INDEXH', 'INDEXL', 'INDEXO', 'INDEXV', 'INFO', 'INSUM', 'INTPART', 'IR', 'ISINF', 'ISINFA', 'ISLASTBAR', 'ISNA', 'IndParam', 'Indicator', 'IndicatorImp', 'JUMPDOWN', 'JUMPUP', 'KALMAN', 'KDATA_PART', 'KData', 'KDataDriver', 'KDataToClickHouseImporter', 'KDataToHdf5Importer', 'KDataToMySQLImporter', 'KRecord', 'KRecordList', 'LAST', 'LASTVALUE', 'LIUTONGPAN', 'LLV', 'LLVBARS', 'LN', 'LOG', 'LOG_LEVEL', 'LONGCROSS', 'LoanRecord', 'MA', 'MACD', 'MAX', 'MDD', 'MF_EqualWeight', 'MF_ICIRWeight', 'MF_ICWeight', 'MF_Weight', 'MIN', 'MINUTE', 'MM_FixedCapital', 'MM_FixedCapitalFunds', 'MM_FixedCount', 'MM_FixedCountTps', 'MM_FixedPercent', 'MM_FixedRisk', 'MM_FixedUnits', 'MM_Nothing', 'MM_WilliamsFixedRisk', 'MOD', 'MONTH', 'MRR', 'MarketInfo', 'Microseconds', 'Milliseconds', 'Minutes', 'MoneyManagerBase', 'MultiFactorBase', 'NDAY', 'NORM_MinMax', 'NORM_NOTHING', 'NORM_Quantile', 'NORM_Quantile_Uniform', 'NORM_Zscore', 'NOT', 'NormalizeBase', 'OFF', 'OrderBrokerBase', 'PF_Simple', 'PF_WithoutAF', 'PG_FixedHoldDays', 'PG_FixedPercent', 'PG_NoGoal', 'POS', 'POW', 'PRICELIST', 'Parameter', 'Parameter_items', 'Parameter_iter', 'Parameter_keys', 'Parameter_to_dict', 'Performance', 'Portfolio', 'PositionRecord', 'PositionRecordList', 'ProfitGoalBase', 'QUANTILE_TRUNC', 'Query', 'RANK', 'RECOVER_BACKWARD', 'RECOVER_EQUAL_BACKWARD', 'RECOVER_EQUAL_FORWARD', 'RECOVER_FORWARD', 'REF', 'REFX', 'REPLACE', 'RESULT', 'REVERSE', 'ROC', 'ROCP', 'ROCR', 'ROCR100', 'ROUND', 'ROUNDDOWN', 'ROUNDUP', 'RSI', 'SAFTYLOSS', 'SCFilter_AmountLimit', 'SCFilter_Group', 'SCFilter_IgnoreNan', 'SCFilter_LessOrEqualValue', 'SCFilter_Price', 'SCFilter_TopN', 'SE_EvaluateOptimal', 'SE_Fixed', 'SE_MaxFundsOptimal', 'SE_MultiFactor', 'SE_MultiFactor2', 'SE_PerformanceOptimal', 'SE_Signal', 'SGN', 'SG_Add', 'SG_AllwaysBuy', 'SG_And', 'SG_Band', 'SG_Bool', 'SG_Buy', 'SG_Cross', 'SG_CrossGold', 'SG_Cycle', 'SG_Div', 'SG_Flex', 'SG_Mul', 'SG_OneSide', 'SG_Or', 'SG_Sell', 'SG_Single', 'SG_Single2', 'SG_Sub', 'SIN', 'SLICE', 'SLOPE', 'SMA', 'SPEARMAN', 'SP_FixedPercent', 'SP_FixedValue', 'SP_LogNormal', 'SP_Normal', 'SP_TruncNormal', 'SP_Uniform', 'SQRT', 'STDEV', 'STDP', 'ST_FixedPercent', 'ST_Indicator', 'ST_Saftyloss', 'SUM', 'SUMBARS', 'SYS_Simple', 'SYS_WalkForward', 'ScoreRecord', 'ScoreRecordList', 'ScoresFilterBase', 'Seconds', 'SelectorBase', 'SignalBase', 'SlippageBase', 'SpotRecord', 'Stock', 'StockManager', 'StockTypeInfo', 'StockWeight', 'StockWeightList', 'StoplossBase', 'Strategy', 'StrategyContext', 'System', 'SystemPart', 'SystemWeight', 'SystemWeightList', 'TAN', 'TA_ACCBANDS', 'TA_ACOS', 'TA_AD', 'TA_ADD', 'TA_ADOSC', 'TA_ADX', 'TA_ADXR', 'TA_APO', 'TA_AROON', 'TA_AROONOSC', 'TA_ASIN', 'TA_ATAN', 'TA_ATR', 'TA_AVGDEV', 'TA_AVGPRICE', 'TA_BBANDS', 'TA_BETA', 'TA_BOP', 'TA_CCI', 'TA_CDL2CROWS', 'TA_CDL3BLACKCROWS', 'TA_CDL3INSIDE', 'TA_CDL3LINESTRIKE', 'TA_CDL3OUTSIDE', 'TA_CDL3STARSINSOUTH', 'TA_CDL3WHITESOLDIERS', 'TA_CDLABANDONEDBABY', 'TA_CDLADVANCEBLOCK', 'TA_CDLBELTHOLD', 'TA_CDLBREAKAWAY', 'TA_CDLCLOSINGMARUBOZU', 'TA_CDLCONCEALBABYSWALL', 'TA_CDLCOUNTERATTACK', 'TA_CDLDARKCLOUDCOVER', 'TA_CDLDOJI', 'TA_CDLDOJISTAR', 'TA_CDLDRAGONFLYDOJI', 'TA_CDLENGULFING', 'TA_CDLEVENINGDOJISTAR', 'TA_CDLEVENINGSTAR', 'TA_CDLGAPSIDESIDEWHITE', 'TA_CDLGRAVESTONEDOJI', 'TA_CDLHAMMER', 'TA_CDLHANGINGMAN', 'TA_CDLHARAMI', 'TA_CDLHARAMICROSS', 'TA_CDLHIGHWAVE', 'TA_CDLHIKKAKE', 'TA_CDLHIKKAKEMOD', 'TA_CDLHOMINGPIGEON', 'TA_CDLIDENTICAL3CROWS', 'TA_CDLINNECK', 'TA_CDLINVERTEDHAMMER', 'TA_CDLKICKING', 'TA_CDLKICKINGBYLENGTH', 'TA_CDLLADDERBOTTOM', 'TA_CDLLONGLEGGEDDOJI', 'TA_CDLLONGLINE', 'TA_CDLMARUBOZU', 'TA_CDLMATCHINGLOW', 'TA_CDLMATHOLD', 'TA_CDLMORNINGDOJISTAR', 'TA_CDLMORNINGSTAR', 'TA_CDLONNECK', 'TA_CDLPIERCING', 'TA_CDLRICKSHAWMAN', 'TA_CDLRISEFALL3METHODS', 'TA_CDLSEPARATINGLINES', 'TA_CDLSHOOTINGSTAR', 'TA_CDLSHORTLINE', 'TA_CDLSPINNINGTOP', 'TA_CDLSTALLEDPATTERN', 'TA_CDLSTICKSANDWICH', 'TA_CDLTAKURI', 'TA_CDLTASUKIGAP', 'TA_CDLTHRUSTING', 'TA_CDLTRISTAR', 'TA_CDLUNIQUE3RIVER', 'TA_CDLUPSIDEGAP2CROWS', 'TA_CDLXSIDEGAP3METHODS', 'TA_CEIL', 'TA_CMO', 'TA_CORREL', 'TA_COS', 'TA_COSH', 'TA_DEMA', 'TA_DIV', 'TA_DX', 'TA_EMA', 'TA_EXP', 'TA_FLOOR', 'TA_HT_DCPERIOD', 'TA_HT_DCPHASE', 'TA_HT_PHASOR', 'TA_HT_SINE', 'TA_HT_TRENDLINE', 'TA_HT_TRENDMODE', 'TA_IMI', 'TA_KAMA', 'TA_LINEARREG', 'TA_LINEARREG_ANGLE', 'TA_LINEARREG_INTERCEPT', 'TA_LINEARREG_SLOPE', 'TA_LN', 'TA_LOG10', 'TA_MA', 'TA_MACD', 'TA_MACDEXT', 'TA_MACDFIX', 'TA_MAMA', 'TA_MAVP', 'TA_MAX', 'TA_MAXINDEX', 'TA_MEDPRICE', 'TA_MFI', 'TA_MIDPOINT', 'TA_MIDPRICE', 'TA_MIN', 'TA_MININDEX', 'TA_MINMAX', 'TA_MINMAXINDEX', 'TA_MINUS_DI', 'TA_MINUS_DM', 'TA_MOM', 'TA_MULT', 'TA_NATR', 'TA_OBV', 'TA_PLUS_DI', 'TA_PLUS_DM', 'TA_PPO', 'TA_ROC', 'TA_ROCP', 'TA_ROCR', 'TA_ROCR100', 'TA_RSI', 'TA_SAR', 'TA_SAREXT', 'TA_SIN', 'TA_SINH', 'TA_SMA', 'TA_SQRT', 'TA_STDDEV', 'TA_STOCH', 'TA_STOCHF', 'TA_STOCHRSI', 'TA_SUB', 'TA_SUM', 'TA_T3', 'TA_TAN', 'TA_TANH', 'TA_TEMA', 'TA_TRANGE', 'TA_TRIMA', 'TA_TRIX', 'TA_TSF', 'TA_TYPPRICE', 'TA_ULTOSC', 'TA_VAR', 'TA_WCLPRICE', 'TA_WILLR', 'TA_WMA', 'TC_FixedA', 'TC_FixedA2015', 'TC_FixedA2017', 'TC_TestStub', 'TC_Zero', 'TIME', 'TIMELINE', 'TIMELINEVOL', 'TR', 'TRACE', 'TURNOVER', 'TimeDelta', 'TimeDelta_timedelta', 'TimeLineList', 'TimeLineRecord', 'TradeCostBase', 'TradeManager', 'TradeRecord', 'TradeRecordList', 'TradeRequest', 'TransList', 'TransRecord', 'UPNDAY', 'UTCOffset', 'VAR', 'VARP', 'VIGOR', 'WARN', 'WEAVE', 'WEEK', 'WINNER', 'WITHDAY', 'WITHHALFYEAR', 'WITHHOUR', 'WITHHOUR2', 'WITHHOUR4', 'WITHKTYPE', 'WITHMIN', 'WITHMIN15', 'WITHMIN30', 'WITHMIN5', 'WITHMIN60', 'WITHMONTH', 'WITHQUARTER', 'WITHWEEK', 'WITHYEAR', 'WMA', 'YEAR', 'ZHBOND10', 'ZONGGUBEN', 'ZSCORE', 'active_device', 'backtest', 'batch_calculate_inds', 'bind_email', 'can_upgrade', 'check_data', 'close_ostream_to_python', 'close_spend_time', 'combinate_ind', 'combinate_index', 'constant', 'crtBrokerTM', 'crtSEOptimal', 'crtTM', 'crt_pf_strategy', 'crt_sys_strategy', 'date', 'dates_to_np', 'datetime', 'df_to_krecords', 'fetch_trial_license', 'find_optimal_system', 'find_optimal_system_multi', 'get_block', 'get_business_name', 'get_data_from_buffer_server', 'get_date_range', 'get_expire_date', 'get_funds_list', 'get_kdata', 'get_latest_version_info', 'get_log_level', 'get_spot_from_buffer_server', 'get_stock', 'get_system_part_enum', 'get_system_part_name', 'get_version', 'get_version_git', 'get_version_with_build', 'hikyuu_init', 'inner_analysis_sys_list', 'inner_combinate_ind_analysis', 'inner_combinate_ind_analysis_with_block', 'is_valid_license', 'isinf', 'isnan', 'krecords_to_df', 'krecords_to_np', 'new_Query_init', 'np', 'old_Query_init', 'open_ostream_to_python', 'open_spend_time', 'os', 'parallel_run_pf', 'parallel_run_sys', 'pd', 'positions_to_df', 'positions_to_np', 'register_extra_ktype', 'release_extra_ktype', 'remove_license', 'roundDown', 'roundEx', 'roundUp', 'run_in_strategy', 'scorerecords_to_df', 'scorerecords_to_np', 'set_log_level', 'set_python_in_interactive', 'set_python_in_jupyter', 'spot_agent_is_connected', 'spot_agent_is_running', 'start_data_server', 'start_spot_agent', 'stop_data_server', 'stop_spot_agent', 'sys', 'systemweights_to_df', 'systemweights_to_np', 'timedelta', 'timeline_to_df', 'timeline_to_np', 'toPriceList', 'trades_to_df', 'trades_to_np', 'translist_to_df', 'translist_to_np', 'view_license', 'weights_to_df', 'weights_to_np']
|
|
597
|
+
__all__ = ['ABS', 'ACOS', 'AD', 'ADVANCE', 'AF_EqualWeight', 'AF_FixedAmount', 'AF_FixedWeight', 'AF_FixedWeightList', 'AF_MultiFactor', 'AGG_COUNT', 'AGG_FUNC', 'AGG_MAD', 'AGG_MAX', 'AGG_MEAN', 'AGG_MEDIAN', 'AGG_MIN', 'AGG_PROD', 'AGG_QUANTILE', 'AGG_STD', 'AGG_SUM', 'AGG_VAR', 'AGG_VWAP', 'ALIGN', 'AMA', 'ASIN', 'ATAN', 'ATR', 'AVEDEV', 'AllocateFundsBase', 'BACKSET', 'BARSCOUNT', 'BARSLAST', 'BARSLASTCOUNT', 'BARSSINCE', 'BARSSINCEN', 'BETWEEN', 'BLOCKSETNUM', 'BUSINESS', 'Block', 'BlockInfoDriver', 'BorrowRecord', 'BrokerPositionRecord', 'CEILING', 'CN_Bool', 'CN_OPLine', 'CONTEXT', 'CONTEXT_K', 'CORR', 'COS', 'COST', 'COUNT', 'CROSS', 'CVAL', 'CYCLE', 'C_AMO', 'C_CLOSE', 'C_HIGH', 'C_KDATA', 'C_LOW', 'C_OPEN', 'C_VOL', 'ConditionBase', 'Constant', 'CostRecord', 'DATE', 'DAY', 'DEBUG', 'DECLINE', 'DEVSQ', 'DIFF', 'DISCARD', 'DMA', 'DOWNNDAY', 'DROPNA', 'DataDriverFactory', 'Datetime', 'DatetimeList', 'DatetimeList_to_df', 'DatetimeList_to_np', 'Datetime_date', 'Datetime_datetime', 'Days', 'EMA', 'ERROR', 'EVERY', 'EV_Bool', 'EV_TwoLine', 'EXIST', 'EXP', 'EnvironmentBase', 'FATAL', 'FILTER', 'FINANCE', 'FLOOR', 'FundsRecord', 'GROUP_COUNT', 'GROUP_FUNC', 'GROUP_MAX', 'GROUP_MEAN', 'GROUP_MIN', 'GROUP_PROD', 'GROUP_SUM', 'HHV', 'HHVBARS', 'HKUException', 'HOUR', 'HSL', 'Hours', 'IC', 'ICIR', 'IF', 'INBLOCK', 'INDEXA', 'INDEXADV', 'INDEXC', 'INDEXDEC', 'INDEXH', 'INDEXL', 'INDEXO', 'INDEXV', 'INFO', 'INSUM', 'INTPART', 'IR', 'ISINF', 'ISINFA', 'ISLASTBAR', 'ISNA', 'IndParam', 'Indicator', 'IndicatorImp', 'JUMPDOWN', 'JUMPUP', 'KALMAN', 'KDATA_PART', 'KData', 'KDataDriver', 'KDataToClickHouseImporter', 'KDataToHdf5Importer', 'KDataToMySQLImporter', 'KRecord', 'KRecordList', 'LAST', 'LASTVALUE', 'LIUTONGPAN', 'LLV', 'LLVBARS', 'LN', 'LOG', 'LOG_LEVEL', 'LONGCROSS', 'LoanRecord', 'MA', 'MACD', 'MAX', 'MDD', 'MF_EqualWeight', 'MF_ICIRWeight', 'MF_ICWeight', 'MF_Weight', 'MIN', 'MINUTE', 'MM_FixedCapital', 'MM_FixedCapitalFunds', 'MM_FixedCount', 'MM_FixedCountTps', 'MM_FixedPercent', 'MM_FixedRisk', 'MM_FixedUnits', 'MM_Nothing', 'MM_WilliamsFixedRisk', 'MOD', 'MONTH', 'MRR', 'MarketInfo', 'Microseconds', 'Milliseconds', 'Minutes', 'MoneyManagerBase', 'MultiFactorBase', 'NDAY', 'NORM_MinMax', 'NORM_NOTHING', 'NORM_Quantile', 'NORM_Quantile_Uniform', 'NORM_Zscore', 'NOT', 'NormalizeBase', 'OFF', 'OrderBrokerBase', 'PF_Simple', 'PF_WithoutAF', 'PG_FixedHoldDays', 'PG_FixedPercent', 'PG_NoGoal', 'POS', 'POW', 'PRICELIST', 'Parameter', 'Parameter_items', 'Parameter_iter', 'Parameter_keys', 'Parameter_to_dict', 'Performance', 'Portfolio', 'PositionRecord', 'PositionRecordList', 'ProfitGoalBase', 'QUANTILE_TRUNC', 'Query', 'RANK', 'RECOVER_BACKWARD', 'RECOVER_EQUAL_BACKWARD', 'RECOVER_EQUAL_FORWARD', 'RECOVER_FORWARD', 'REF', 'REFX', 'REPLACE', 'RESULT', 'REVERSE', 'ROC', 'ROCP', 'ROCR', 'ROCR100', 'ROUND', 'ROUNDDOWN', 'ROUNDUP', 'RSI', 'SAFTYLOSS', 'SCFilter_AmountLimit', 'SCFilter_Group', 'SCFilter_IgnoreNan', 'SCFilter_LessOrEqualValue', 'SCFilter_Price', 'SCFilter_TopN', 'SE_EvaluateOptimal', 'SE_Fixed', 'SE_MaxFundsOptimal', 'SE_MultiFactor', 'SE_MultiFactor2', 'SE_PerformanceOptimal', 'SE_Signal', 'SGN', 'SG_Add', 'SG_AllwaysBuy', 'SG_And', 'SG_Band', 'SG_Bool', 'SG_Buy', 'SG_Cross', 'SG_CrossGold', 'SG_Cycle', 'SG_Div', 'SG_Flex', 'SG_Mul', 'SG_OneSide', 'SG_Or', 'SG_Sell', 'SG_Single', 'SG_Single2', 'SG_Sub', 'SIN', 'SLICE', 'SLOPE', 'SMA', 'SPEARMAN', 'SP_FixedPercent', 'SP_FixedValue', 'SP_LogNormal', 'SP_Normal', 'SP_TruncNormal', 'SP_Uniform', 'SQRT', 'STDEV', 'STDP', 'ST_FixedPercent', 'ST_Indicator', 'ST_Saftyloss', 'SUM', 'SUMBARS', 'SYS_Simple', 'SYS_WalkForward', 'ScoreRecord', 'ScoreRecordList', 'ScoresFilterBase', 'Seconds', 'SelectorBase', 'SignalBase', 'SlippageBase', 'SpotRecord', 'Stock', 'StockManager', 'StockTypeInfo', 'StockWeight', 'StockWeightList', 'StoplossBase', 'Strategy', 'StrategyContext', 'System', 'SystemPart', 'SystemWeight', 'SystemWeightList', 'TAN', 'TA_ACCBANDS', 'TA_ACOS', 'TA_AD', 'TA_ADD', 'TA_ADOSC', 'TA_ADX', 'TA_ADXR', 'TA_APO', 'TA_AROON', 'TA_AROONOSC', 'TA_ASIN', 'TA_ATAN', 'TA_ATR', 'TA_AVGDEV', 'TA_AVGPRICE', 'TA_BBANDS', 'TA_BETA', 'TA_BOP', 'TA_CCI', 'TA_CDL2CROWS', 'TA_CDL3BLACKCROWS', 'TA_CDL3INSIDE', 'TA_CDL3LINESTRIKE', 'TA_CDL3OUTSIDE', 'TA_CDL3STARSINSOUTH', 'TA_CDL3WHITESOLDIERS', 'TA_CDLABANDONEDBABY', 'TA_CDLADVANCEBLOCK', 'TA_CDLBELTHOLD', 'TA_CDLBREAKAWAY', 'TA_CDLCLOSINGMARUBOZU', 'TA_CDLCONCEALBABYSWALL', 'TA_CDLCOUNTERATTACK', 'TA_CDLDARKCLOUDCOVER', 'TA_CDLDOJI', 'TA_CDLDOJISTAR', 'TA_CDLDRAGONFLYDOJI', 'TA_CDLENGULFING', 'TA_CDLEVENINGDOJISTAR', 'TA_CDLEVENINGSTAR', 'TA_CDLGAPSIDESIDEWHITE', 'TA_CDLGRAVESTONEDOJI', 'TA_CDLHAMMER', 'TA_CDLHANGINGMAN', 'TA_CDLHARAMI', 'TA_CDLHARAMICROSS', 'TA_CDLHIGHWAVE', 'TA_CDLHIKKAKE', 'TA_CDLHIKKAKEMOD', 'TA_CDLHOMINGPIGEON', 'TA_CDLIDENTICAL3CROWS', 'TA_CDLINNECK', 'TA_CDLINVERTEDHAMMER', 'TA_CDLKICKING', 'TA_CDLKICKINGBYLENGTH', 'TA_CDLLADDERBOTTOM', 'TA_CDLLONGLEGGEDDOJI', 'TA_CDLLONGLINE', 'TA_CDLMARUBOZU', 'TA_CDLMATCHINGLOW', 'TA_CDLMATHOLD', 'TA_CDLMORNINGDOJISTAR', 'TA_CDLMORNINGSTAR', 'TA_CDLONNECK', 'TA_CDLPIERCING', 'TA_CDLRICKSHAWMAN', 'TA_CDLRISEFALL3METHODS', 'TA_CDLSEPARATINGLINES', 'TA_CDLSHOOTINGSTAR', 'TA_CDLSHORTLINE', 'TA_CDLSPINNINGTOP', 'TA_CDLSTALLEDPATTERN', 'TA_CDLSTICKSANDWICH', 'TA_CDLTAKURI', 'TA_CDLTASUKIGAP', 'TA_CDLTHRUSTING', 'TA_CDLTRISTAR', 'TA_CDLUNIQUE3RIVER', 'TA_CDLUPSIDEGAP2CROWS', 'TA_CDLXSIDEGAP3METHODS', 'TA_CEIL', 'TA_CMO', 'TA_CORREL', 'TA_COS', 'TA_COSH', 'TA_DEMA', 'TA_DIV', 'TA_DX', 'TA_EMA', 'TA_EXP', 'TA_FLOOR', 'TA_HT_DCPERIOD', 'TA_HT_DCPHASE', 'TA_HT_PHASOR', 'TA_HT_SINE', 'TA_HT_TRENDLINE', 'TA_HT_TRENDMODE', 'TA_IMI', 'TA_KAMA', 'TA_LINEARREG', 'TA_LINEARREG_ANGLE', 'TA_LINEARREG_INTERCEPT', 'TA_LINEARREG_SLOPE', 'TA_LN', 'TA_LOG10', 'TA_MA', 'TA_MACD', 'TA_MACDEXT', 'TA_MACDFIX', 'TA_MAMA', 'TA_MAVP', 'TA_MAX', 'TA_MAXINDEX', 'TA_MEDPRICE', 'TA_MFI', 'TA_MIDPOINT', 'TA_MIDPRICE', 'TA_MIN', 'TA_MININDEX', 'TA_MINMAX', 'TA_MINMAXINDEX', 'TA_MINUS_DI', 'TA_MINUS_DM', 'TA_MOM', 'TA_MULT', 'TA_NATR', 'TA_OBV', 'TA_PLUS_DI', 'TA_PLUS_DM', 'TA_PPO', 'TA_ROC', 'TA_ROCP', 'TA_ROCR', 'TA_ROCR100', 'TA_RSI', 'TA_SAR', 'TA_SAREXT', 'TA_SIN', 'TA_SINH', 'TA_SMA', 'TA_SQRT', 'TA_STDDEV', 'TA_STOCH', 'TA_STOCHF', 'TA_STOCHRSI', 'TA_SUB', 'TA_SUM', 'TA_T3', 'TA_TAN', 'TA_TANH', 'TA_TEMA', 'TA_TRANGE', 'TA_TRIMA', 'TA_TRIX', 'TA_TSF', 'TA_TYPPRICE', 'TA_ULTOSC', 'TA_VAR', 'TA_WCLPRICE', 'TA_WILLR', 'TA_WMA', 'TC_FixedA', 'TC_FixedA2015', 'TC_FixedA2017', 'TC_TestStub', 'TC_Zero', 'TIME', 'TIMELINE', 'TIMELINEVOL', 'TR', 'TRACE', 'TURNOVER', 'TimeDelta', 'TimeDelta_timedelta', 'TimeLineList', 'TimeLineRecord', 'TradeCostBase', 'TradeManager', 'TradeRecord', 'TradeRecordList', 'TradeRequest', 'TransList', 'TransRecord', 'UPNDAY', 'UTCOffset', 'VAR', 'VARP', 'VIGOR', 'WARN', 'WEAVE', 'WEEK', 'WINNER', 'WITHDAY', 'WITHHALFYEAR', 'WITHHOUR', 'WITHHOUR2', 'WITHHOUR4', 'WITHKTYPE', 'WITHMIN', 'WITHMIN15', 'WITHMIN30', 'WITHMIN5', 'WITHMIN60', 'WITHMONTH', 'WITHQUARTER', 'WITHWEEK', 'WITHYEAR', 'WMA', 'YEAR', 'ZHBOND10', 'ZONGGUBEN', 'ZSCORE', 'active_device', 'backtest', 'batch_calculate_inds', 'bind_email', 'can_upgrade', 'check_data', 'close_ostream_to_python', 'close_spend_time', 'combinate_ind', 'combinate_index', 'constant', 'crtBrokerTM', 'crtSEOptimal', 'crtTM', 'crt_pf_strategy', 'crt_sys_strategy', 'date', 'dates_to_np', 'datetime', 'df_to_krecords', 'fetch_trial_license', 'find_optimal_system', 'find_optimal_system_multi', 'get_block', 'get_business_name', 'get_data_from_buffer_server', 'get_date_range', 'get_expire_date', 'get_funds_list', 'get_kdata', 'get_latest_version_info', 'get_log_level', 'get_spot_from_buffer_server', 'get_stock', 'get_system_part_enum', 'get_system_part_name', 'get_version', 'get_version_git', 'get_version_with_build', 'hikyuu_init', 'inner_analysis_sys_list', 'inner_combinate_ind_analysis', 'inner_combinate_ind_analysis_with_block', 'is_valid_license', 'isinf', 'isnan', 'krecords_to_df', 'krecords_to_np', 'new_Query_init', 'np', 'old_Query_init', 'open_ostream_to_python', 'open_spend_time', 'os', 'parallel_run_pf', 'parallel_run_sys', 'pd', 'positions_to_df', 'positions_to_np', 'register_extra_ktype', 'release_extra_ktype', 'remove_license', 'roundDown', 'roundEx', 'roundUp', 'run_in_strategy', 'scorerecords_to_df', 'scorerecords_to_np', 'set_log_level', 'set_python_in_interactive', 'set_python_in_jupyter', 'spot_agent_is_connected', 'spot_agent_is_running', 'start_data_server', 'start_spot_agent', 'stop_data_server', 'stop_spot_agent', 'sys', 'systemweights_to_df', 'systemweights_to_np', 'timedelta', 'timeline_to_df', 'timeline_to_np', 'toPriceList', 'trades_to_df', 'trades_to_np', 'translist_to_df', 'translist_to_np', 'view_license', 'weights_to_df', 'weights_to_np']
|
|
597
598
|
def DatetimeList_to_df(data: hikyuu.cpp.core310.DatetimeList):
|
|
598
599
|
...
|
|
599
600
|
def DatetimeList_to_np(data: hikyuu.cpp.core310.DatetimeList):
|
hikyuu/gui/HikyuuTDX.py
CHANGED
|
@@ -139,6 +139,8 @@ class MyMainWindow(QMainWindow, Ui_MainWindow):
|
|
|
139
139
|
min30=current_config.getboolean('preload', 'min30', fallback=False),
|
|
140
140
|
min60=current_config.getboolean('preload', 'min60', fallback=False),
|
|
141
141
|
hour2=current_config.getboolean('preload', 'hour2', fallback=False),
|
|
142
|
+
timeline=current_config.getboolean('preload', 'timeline', fallback=False),
|
|
143
|
+
trans=current_config.getboolean('preload', 'trans', fallback=False),
|
|
142
144
|
day_max=current_config.getint('preload', 'day_max', fallback=100000),
|
|
143
145
|
week_max=current_config.getint('preload', 'week_max', fallback=100000),
|
|
144
146
|
month_max=current_config.getint('preload', 'month_max', fallback=100000),
|
|
@@ -151,6 +153,8 @@ class MyMainWindow(QMainWindow, Ui_MainWindow):
|
|
|
151
153
|
min30_max=current_config.getint('preload', 'min30_max', fallback=4096),
|
|
152
154
|
min60_max=current_config.getint('preload', 'min60_max', fallback=4096),
|
|
153
155
|
hour2_max=current_config.getint('preload', 'hour2_max', fallback=4096),
|
|
156
|
+
timeline_max=current_config.getint('preload', 'timeline_max', fallback=4096),
|
|
157
|
+
trans_max=current_config.getint('preload', 'trans_max', fallback=4096)
|
|
154
158
|
)
|
|
155
159
|
)
|
|
156
160
|
|
|
@@ -185,6 +189,8 @@ class MyMainWindow(QMainWindow, Ui_MainWindow):
|
|
|
185
189
|
min30=current_config.getboolean('preload', 'min30', fallback=False),
|
|
186
190
|
min60=current_config.getboolean('preload', 'min60', fallback=False),
|
|
187
191
|
hour2=current_config.getboolean('preload', 'hour2', fallback=False),
|
|
192
|
+
timeline=current_config.getboolean('preload', 'timeline', fallback=False),
|
|
193
|
+
trans=current_config.getboolean('preload', 'trans', fallback=False),
|
|
188
194
|
day_max=current_config.getint('preload', 'day_max', fallback=100000),
|
|
189
195
|
week_max=current_config.getint('preload', 'week_max', fallback=100000),
|
|
190
196
|
month_max=current_config.getint('preload', 'month_max', fallback=100000),
|
|
@@ -197,6 +203,8 @@ class MyMainWindow(QMainWindow, Ui_MainWindow):
|
|
|
197
203
|
min30_max=current_config.getint('preload', 'min30_max', fallback=4096),
|
|
198
204
|
min60_max=current_config.getint('preload', 'min60_max', fallback=4096),
|
|
199
205
|
hour2_max=current_config.getint('preload', 'hour2_max', fallback=4096),
|
|
206
|
+
timeline_max=current_config.getint('preload', 'timeline_max', fallback=4096),
|
|
207
|
+
trans_max=current_config.getint('preload', 'trans_max', fallback=4096)
|
|
200
208
|
)
|
|
201
209
|
)
|
|
202
210
|
elif current_config.getboolean('clickhouse', 'enable', fallback=True):
|
|
@@ -230,6 +238,8 @@ class MyMainWindow(QMainWindow, Ui_MainWindow):
|
|
|
230
238
|
min30=current_config.getboolean('preload', 'min30', fallback=False),
|
|
231
239
|
min60=current_config.getboolean('preload', 'min60', fallback=False),
|
|
232
240
|
hour2=current_config.getboolean('preload', 'hour2', fallback=False),
|
|
241
|
+
timeline=current_config.getboolean('preload', 'timeline', fallback=False),
|
|
242
|
+
trans=current_config.getboolean('preload', 'trans', fallback=False),
|
|
233
243
|
day_max=current_config.getint('preload', 'day_max', fallback=100000),
|
|
234
244
|
week_max=current_config.getint('preload', 'week_max', fallback=100000),
|
|
235
245
|
month_max=current_config.getint('preload', 'month_max', fallback=100000),
|
|
@@ -242,6 +252,8 @@ class MyMainWindow(QMainWindow, Ui_MainWindow):
|
|
|
242
252
|
min30_max=current_config.getint('preload', 'min30_max', fallback=4096),
|
|
243
253
|
min60_max=current_config.getint('preload', 'min60_max', fallback=4096),
|
|
244
254
|
hour2_max=current_config.getint('preload', 'hour2_max', fallback=4096),
|
|
255
|
+
timeline_max=current_config.getint('preload', 'timeline_max', fallback=4096),
|
|
256
|
+
trans_max=current_config.getint('preload', 'trans_max', fallback=4096)
|
|
245
257
|
)
|
|
246
258
|
)
|
|
247
259
|
|
|
@@ -529,6 +541,8 @@ li.checked::marker { content: "\2612"; }
|
|
|
529
541
|
self.preload_min30_checkBox.setChecked(import_config.getboolean('preload', 'min30', fallback=False))
|
|
530
542
|
self.preload_min60_checkBox.setChecked(import_config.getboolean('preload', 'min60', fallback=False))
|
|
531
543
|
self.preload_hour2_checkBox.setChecked(import_config.getboolean('preload', 'hour2', fallback=False))
|
|
544
|
+
self.preload_timeline_checkBox.setChecked(import_config.getboolean('preload', 'timeline', fallback=False))
|
|
545
|
+
self.preload_trans_checkBox.setChecked(import_config.getboolean('preload', 'trans', fallback=False))
|
|
532
546
|
self.preload_day_spinBox.setValue(import_config.getint('preload', 'day_max', fallback=100000))
|
|
533
547
|
self.preload_week_spinBox.setValue(import_config.getint('preload', 'week_max', fallback=100000))
|
|
534
548
|
self.preload_month_spinBox.setValue(import_config.getint('preload', 'month_max', fallback=100000))
|
|
@@ -541,6 +555,8 @@ li.checked::marker { content: "\2612"; }
|
|
|
541
555
|
self.preload_min30_spinBox.setValue(import_config.getint('preload', 'min30_max', fallback=5120))
|
|
542
556
|
self.preload_min60_spinBox.setValue(import_config.getint('preload', 'min60_max', fallback=5120))
|
|
543
557
|
self.preload_hour2_spinBox.setValue(import_config.getint('preload', 'hour2_max', fallback=5120))
|
|
558
|
+
self.preload_timeline_spinBox.setValue(import_config.getint('preload', 'timeline_max', fallback=5120))
|
|
559
|
+
self.preload_trans_spinBox.setValue(import_config.getint('preload', 'trans_max', fallback=5120))
|
|
544
560
|
|
|
545
561
|
def getCurrentConfig(self):
|
|
546
562
|
import_config = ConfigParser()
|
|
@@ -626,6 +642,8 @@ li.checked::marker { content: "\2612"; }
|
|
|
626
642
|
'min30': self.preload_min30_checkBox.isChecked(),
|
|
627
643
|
'min60': self.preload_min60_checkBox.isChecked(),
|
|
628
644
|
'hour2': self.preload_hour2_checkBox.isChecked(),
|
|
645
|
+
'timeline': self.preload_timeline_checkBox.isChecked(),
|
|
646
|
+
'trans': self.preload_trans_checkBox.isChecked(),
|
|
629
647
|
'day_max': self.preload_day_spinBox.value(),
|
|
630
648
|
'week_max': self.preload_week_spinBox.value(),
|
|
631
649
|
'month_max': self.preload_month_spinBox.value(),
|
|
@@ -638,6 +656,8 @@ li.checked::marker { content: "\2612"; }
|
|
|
638
656
|
'min30_max': self.preload_min30_spinBox.value(),
|
|
639
657
|
'min60_max': self.preload_min60_spinBox.value(),
|
|
640
658
|
'hour2_max': self.preload_hour2_spinBox.value(),
|
|
659
|
+
'timeline_max': self.preload_timeline_spinBox.value(),
|
|
660
|
+
'trans_max': self.preload_trans_spinBox.value()
|
|
641
661
|
}
|
|
642
662
|
return import_config
|
|
643
663
|
|
hikyuu/gui/data/MainWindow.py
CHANGED
|
@@ -754,42 +754,43 @@ class Ui_MainWindow(object):
|
|
|
754
754
|
self.gridLayout_6 = QGridLayout()
|
|
755
755
|
self.gridLayout_6.setObjectName(u"gridLayout_6")
|
|
756
756
|
self.gridLayout_6.setContentsMargins(20, -1, -1, -1)
|
|
757
|
-
self.
|
|
758
|
-
self.
|
|
757
|
+
self.preload_month_spinBox = QSpinBox(self.groupBox_6)
|
|
758
|
+
self.preload_month_spinBox.setObjectName(u"preload_month_spinBox")
|
|
759
|
+
self.preload_month_spinBox.setMaximum(999999)
|
|
759
760
|
|
|
760
|
-
self.gridLayout_6.addWidget(self.
|
|
761
|
+
self.gridLayout_6.addWidget(self.preload_month_spinBox, 3, 2, 1, 1)
|
|
761
762
|
|
|
762
|
-
self.
|
|
763
|
-
self.
|
|
764
|
-
self.
|
|
763
|
+
self.preload_min60_spinBox = QSpinBox(self.groupBox_6)
|
|
764
|
+
self.preload_min60_spinBox.setObjectName(u"preload_min60_spinBox")
|
|
765
|
+
self.preload_min60_spinBox.setMaximum(999999)
|
|
765
766
|
|
|
766
|
-
self.gridLayout_6.addWidget(self.
|
|
767
|
+
self.gridLayout_6.addWidget(self.preload_min60_spinBox, 11, 2, 1, 1)
|
|
767
768
|
|
|
768
|
-
self.
|
|
769
|
-
self.
|
|
769
|
+
self.preload_min5_checkBox = QCheckBox(self.groupBox_6)
|
|
770
|
+
self.preload_min5_checkBox.setObjectName(u"preload_min5_checkBox")
|
|
770
771
|
|
|
771
|
-
self.gridLayout_6.addWidget(self.
|
|
772
|
+
self.gridLayout_6.addWidget(self.preload_min5_checkBox, 8, 0, 1, 1)
|
|
772
773
|
|
|
773
|
-
self.
|
|
774
|
-
self.
|
|
774
|
+
self.preload_min1_checkBox = QCheckBox(self.groupBox_6)
|
|
775
|
+
self.preload_min1_checkBox.setObjectName(u"preload_min1_checkBox")
|
|
775
776
|
|
|
776
|
-
self.gridLayout_6.addWidget(self.
|
|
777
|
+
self.gridLayout_6.addWidget(self.preload_min1_checkBox, 7, 0, 1, 1)
|
|
777
778
|
|
|
778
|
-
self.
|
|
779
|
-
self.
|
|
780
|
-
self.preload_min15_spinBox.setMaximum(999999)
|
|
779
|
+
self.label_42 = QLabel(self.groupBox_6)
|
|
780
|
+
self.label_42.setObjectName(u"label_42")
|
|
781
781
|
|
|
782
|
-
self.gridLayout_6.addWidget(self.
|
|
782
|
+
self.gridLayout_6.addWidget(self.label_42, 12, 1, 1, 1)
|
|
783
783
|
|
|
784
|
-
self.
|
|
785
|
-
self.
|
|
784
|
+
self.preload_min15_checkBox = QCheckBox(self.groupBox_6)
|
|
785
|
+
self.preload_min15_checkBox.setObjectName(u"preload_min15_checkBox")
|
|
786
786
|
|
|
787
|
-
self.gridLayout_6.addWidget(self.
|
|
787
|
+
self.gridLayout_6.addWidget(self.preload_min15_checkBox, 9, 0, 1, 1)
|
|
788
788
|
|
|
789
|
-
self.
|
|
790
|
-
self.
|
|
789
|
+
self.preload_hour2_spinBox = QSpinBox(self.groupBox_6)
|
|
790
|
+
self.preload_hour2_spinBox.setObjectName(u"preload_hour2_spinBox")
|
|
791
|
+
self.preload_hour2_spinBox.setMaximum(999999)
|
|
791
792
|
|
|
792
|
-
self.gridLayout_6.addWidget(self.
|
|
793
|
+
self.gridLayout_6.addWidget(self.preload_hour2_spinBox, 12, 2, 1, 1)
|
|
793
794
|
|
|
794
795
|
self.preload_week_spinBox = QSpinBox(self.groupBox_6)
|
|
795
796
|
self.preload_week_spinBox.setObjectName(u"preload_week_spinBox")
|
|
@@ -797,21 +798,32 @@ class Ui_MainWindow(object):
|
|
|
797
798
|
|
|
798
799
|
self.gridLayout_6.addWidget(self.preload_week_spinBox, 2, 2, 1, 1)
|
|
799
800
|
|
|
800
|
-
self.
|
|
801
|
-
self.
|
|
801
|
+
self.label_25 = QLabel(self.groupBox_6)
|
|
802
|
+
self.label_25.setObjectName(u"label_25")
|
|
802
803
|
|
|
803
|
-
self.gridLayout_6.addWidget(self.
|
|
804
|
+
self.gridLayout_6.addWidget(self.label_25, 2, 1, 1, 1)
|
|
804
805
|
|
|
805
|
-
self.
|
|
806
|
-
self.
|
|
806
|
+
self.preload_quarter_spinBox = QSpinBox(self.groupBox_6)
|
|
807
|
+
self.preload_quarter_spinBox.setObjectName(u"preload_quarter_spinBox")
|
|
808
|
+
self.preload_quarter_spinBox.setMaximum(999999)
|
|
807
809
|
|
|
808
|
-
self.gridLayout_6.addWidget(self.
|
|
810
|
+
self.gridLayout_6.addWidget(self.preload_quarter_spinBox, 4, 2, 1, 1)
|
|
809
811
|
|
|
810
|
-
self.
|
|
811
|
-
self.
|
|
812
|
-
self.preload_min1_spinBox.setMaximum(999999)
|
|
812
|
+
self.preload_day_checkBox = QCheckBox(self.groupBox_6)
|
|
813
|
+
self.preload_day_checkBox.setObjectName(u"preload_day_checkBox")
|
|
813
814
|
|
|
814
|
-
self.gridLayout_6.addWidget(self.
|
|
815
|
+
self.gridLayout_6.addWidget(self.preload_day_checkBox, 1, 0, 1, 1)
|
|
816
|
+
|
|
817
|
+
self.preload_week_checkBox = QCheckBox(self.groupBox_6)
|
|
818
|
+
self.preload_week_checkBox.setObjectName(u"preload_week_checkBox")
|
|
819
|
+
|
|
820
|
+
self.gridLayout_6.addWidget(self.preload_week_checkBox, 2, 0, 1, 1)
|
|
821
|
+
|
|
822
|
+
self.preload_day_spinBox = QSpinBox(self.groupBox_6)
|
|
823
|
+
self.preload_day_spinBox.setObjectName(u"preload_day_spinBox")
|
|
824
|
+
self.preload_day_spinBox.setMaximum(999999)
|
|
825
|
+
|
|
826
|
+
self.gridLayout_6.addWidget(self.preload_day_spinBox, 1, 2, 1, 1)
|
|
815
827
|
|
|
816
828
|
self.preload_min5_spinBox = QSpinBox(self.groupBox_6)
|
|
817
829
|
self.preload_min5_spinBox.setObjectName(u"preload_min5_spinBox")
|
|
@@ -819,45 +831,35 @@ class Ui_MainWindow(object):
|
|
|
819
831
|
|
|
820
832
|
self.gridLayout_6.addWidget(self.preload_min5_spinBox, 8, 2, 1, 1)
|
|
821
833
|
|
|
822
|
-
self.
|
|
823
|
-
self.
|
|
824
|
-
|
|
825
|
-
self.gridLayout_6.addWidget(self.preload_quarter_checkBox, 4, 0, 1, 1)
|
|
826
|
-
|
|
827
|
-
self.horizontalSpacer_6 = QSpacerItem(20, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
834
|
+
self.save_pushButton = QPushButton(self.groupBox_6)
|
|
835
|
+
self.save_pushButton.setObjectName(u"save_pushButton")
|
|
828
836
|
|
|
829
|
-
self.gridLayout_6.
|
|
837
|
+
self.gridLayout_6.addWidget(self.save_pushButton, 5, 4, 1, 1)
|
|
830
838
|
|
|
831
839
|
self.preload_min30_checkBox = QCheckBox(self.groupBox_6)
|
|
832
840
|
self.preload_min30_checkBox.setObjectName(u"preload_min30_checkBox")
|
|
833
841
|
|
|
834
842
|
self.gridLayout_6.addWidget(self.preload_min30_checkBox, 10, 0, 1, 1)
|
|
835
843
|
|
|
836
|
-
self.
|
|
837
|
-
self.
|
|
838
|
-
|
|
839
|
-
self.gridLayout_6.addWidget(self.label_26, 3, 1, 1, 1)
|
|
840
|
-
|
|
841
|
-
self.preload_min30_spinBox = QSpinBox(self.groupBox_6)
|
|
842
|
-
self.preload_min30_spinBox.setObjectName(u"preload_min30_spinBox")
|
|
843
|
-
self.preload_min30_spinBox.setMaximum(999999)
|
|
844
|
+
self.preload_quarter_checkBox = QCheckBox(self.groupBox_6)
|
|
845
|
+
self.preload_quarter_checkBox.setObjectName(u"preload_quarter_checkBox")
|
|
844
846
|
|
|
845
|
-
self.gridLayout_6.addWidget(self.
|
|
847
|
+
self.gridLayout_6.addWidget(self.preload_quarter_checkBox, 4, 0, 1, 1)
|
|
846
848
|
|
|
847
|
-
self.
|
|
848
|
-
self.
|
|
849
|
+
self.label_29 = QLabel(self.groupBox_6)
|
|
850
|
+
self.label_29.setObjectName(u"label_29")
|
|
849
851
|
|
|
850
|
-
self.gridLayout_6.addWidget(self.
|
|
852
|
+
self.gridLayout_6.addWidget(self.label_29, 6, 1, 1, 1)
|
|
851
853
|
|
|
852
|
-
self.
|
|
853
|
-
self.
|
|
854
|
+
self.label_30 = QLabel(self.groupBox_6)
|
|
855
|
+
self.label_30.setObjectName(u"label_30")
|
|
854
856
|
|
|
855
|
-
self.gridLayout_6.addWidget(self.
|
|
857
|
+
self.gridLayout_6.addWidget(self.label_30, 7, 1, 1, 1)
|
|
856
858
|
|
|
857
|
-
self.
|
|
858
|
-
self.
|
|
859
|
+
self.label_26 = QLabel(self.groupBox_6)
|
|
860
|
+
self.label_26.setObjectName(u"label_26")
|
|
859
861
|
|
|
860
|
-
self.gridLayout_6.addWidget(self.
|
|
862
|
+
self.gridLayout_6.addWidget(self.label_26, 3, 1, 1, 1)
|
|
861
863
|
|
|
862
864
|
self.preload_halfyear_spinBox = QSpinBox(self.groupBox_6)
|
|
863
865
|
self.preload_halfyear_spinBox.setObjectName(u"preload_halfyear_spinBox")
|
|
@@ -865,100 +867,130 @@ class Ui_MainWindow(object):
|
|
|
865
867
|
|
|
866
868
|
self.gridLayout_6.addWidget(self.preload_halfyear_spinBox, 5, 2, 1, 1)
|
|
867
869
|
|
|
868
|
-
self.
|
|
869
|
-
self.
|
|
870
|
+
self.label_24 = QLabel(self.groupBox_6)
|
|
871
|
+
self.label_24.setObjectName(u"label_24")
|
|
870
872
|
|
|
871
|
-
self.gridLayout_6.addWidget(self.
|
|
873
|
+
self.gridLayout_6.addWidget(self.label_24, 1, 1, 1, 1)
|
|
872
874
|
|
|
873
|
-
self.
|
|
874
|
-
self.
|
|
875
|
+
self.preload_year_spinBox = QSpinBox(self.groupBox_6)
|
|
876
|
+
self.preload_year_spinBox.setObjectName(u"preload_year_spinBox")
|
|
877
|
+
self.preload_year_spinBox.setMaximum(999999)
|
|
875
878
|
|
|
876
|
-
self.gridLayout_6.addWidget(self.
|
|
879
|
+
self.gridLayout_6.addWidget(self.preload_year_spinBox, 6, 2, 1, 1)
|
|
877
880
|
|
|
878
|
-
self.
|
|
879
|
-
self.preload_day_checkBox.setObjectName(u"preload_day_checkBox")
|
|
881
|
+
self.horizontalSpacer_6 = QSpacerItem(20, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
880
882
|
|
|
881
|
-
self.gridLayout_6.
|
|
883
|
+
self.gridLayout_6.addItem(self.horizontalSpacer_6, 5, 3, 1, 1)
|
|
882
884
|
|
|
883
|
-
self.
|
|
884
|
-
self.
|
|
885
|
-
self.preload_quarter_spinBox.setMaximum(999999)
|
|
885
|
+
self.label_59 = QLabel(self.groupBox_6)
|
|
886
|
+
self.label_59.setObjectName(u"label_59")
|
|
886
887
|
|
|
887
|
-
self.gridLayout_6.addWidget(self.
|
|
888
|
+
self.gridLayout_6.addWidget(self.label_59, 0, 0, 1, 1)
|
|
888
889
|
|
|
889
|
-
self.
|
|
890
|
-
self.
|
|
890
|
+
self.preload_min15_spinBox = QSpinBox(self.groupBox_6)
|
|
891
|
+
self.preload_min15_spinBox.setObjectName(u"preload_min15_spinBox")
|
|
892
|
+
self.preload_min15_spinBox.setMaximum(999999)
|
|
891
893
|
|
|
892
|
-
self.gridLayout_6.addWidget(self.
|
|
894
|
+
self.gridLayout_6.addWidget(self.preload_min15_spinBox, 9, 2, 1, 1)
|
|
893
895
|
|
|
894
|
-
self.
|
|
895
|
-
self.
|
|
896
|
+
self.label_31 = QLabel(self.groupBox_6)
|
|
897
|
+
self.label_31.setObjectName(u"label_31")
|
|
896
898
|
|
|
897
|
-
self.gridLayout_6.addWidget(self.
|
|
899
|
+
self.gridLayout_6.addWidget(self.label_31, 8, 1, 1, 1)
|
|
900
|
+
|
|
901
|
+
self.preload_timeline_checkBox = QCheckBox(self.groupBox_6)
|
|
902
|
+
self.preload_timeline_checkBox.setObjectName(u"preload_timeline_checkBox")
|
|
903
|
+
|
|
904
|
+
self.gridLayout_6.addWidget(self.preload_timeline_checkBox, 13, 0, 1, 1)
|
|
898
905
|
|
|
899
906
|
self.preload_min60_checkBox = QCheckBox(self.groupBox_6)
|
|
900
907
|
self.preload_min60_checkBox.setObjectName(u"preload_min60_checkBox")
|
|
901
908
|
|
|
902
909
|
self.gridLayout_6.addWidget(self.preload_min60_checkBox, 11, 0, 1, 1)
|
|
903
910
|
|
|
904
|
-
self.
|
|
905
|
-
self.
|
|
911
|
+
self.preload_timeline_spinBox = QSpinBox(self.groupBox_6)
|
|
912
|
+
self.preload_timeline_spinBox.setObjectName(u"preload_timeline_spinBox")
|
|
913
|
+
self.preload_timeline_spinBox.setMaximum(999999)
|
|
906
914
|
|
|
907
|
-
self.gridLayout_6.addWidget(self.
|
|
915
|
+
self.gridLayout_6.addWidget(self.preload_timeline_spinBox, 13, 2, 1, 1)
|
|
908
916
|
|
|
909
|
-
self.
|
|
910
|
-
self.
|
|
917
|
+
self.label_28 = QLabel(self.groupBox_6)
|
|
918
|
+
self.label_28.setObjectName(u"label_28")
|
|
911
919
|
|
|
912
|
-
self.gridLayout_6.addWidget(self.
|
|
920
|
+
self.gridLayout_6.addWidget(self.label_28, 5, 1, 1, 1)
|
|
913
921
|
|
|
914
|
-
self.
|
|
915
|
-
self.
|
|
922
|
+
self.preload_hour2_checkBox = QCheckBox(self.groupBox_6)
|
|
923
|
+
self.preload_hour2_checkBox.setObjectName(u"preload_hour2_checkBox")
|
|
916
924
|
|
|
917
|
-
self.gridLayout_6.addWidget(self.
|
|
925
|
+
self.gridLayout_6.addWidget(self.preload_hour2_checkBox, 12, 0, 1, 1)
|
|
918
926
|
|
|
919
|
-
self.
|
|
920
|
-
self.
|
|
927
|
+
self.preload_month_checkBox = QCheckBox(self.groupBox_6)
|
|
928
|
+
self.preload_month_checkBox.setObjectName(u"preload_month_checkBox")
|
|
921
929
|
|
|
922
|
-
self.gridLayout_6.addWidget(self.
|
|
930
|
+
self.gridLayout_6.addWidget(self.preload_month_checkBox, 3, 0, 1, 1)
|
|
923
931
|
|
|
924
|
-
self.
|
|
925
|
-
self.
|
|
926
|
-
self.preload_min60_spinBox.setMaximum(999999)
|
|
932
|
+
self.label_32 = QLabel(self.groupBox_6)
|
|
933
|
+
self.label_32.setObjectName(u"label_32")
|
|
927
934
|
|
|
928
|
-
self.gridLayout_6.addWidget(self.
|
|
935
|
+
self.gridLayout_6.addWidget(self.label_32, 9, 1, 1, 1)
|
|
929
936
|
|
|
930
|
-
self.
|
|
931
|
-
self.
|
|
932
|
-
self.preload_month_spinBox.setMaximum(999999)
|
|
937
|
+
self.preload_year_checkBox = QCheckBox(self.groupBox_6)
|
|
938
|
+
self.preload_year_checkBox.setObjectName(u"preload_year_checkBox")
|
|
933
939
|
|
|
934
|
-
self.gridLayout_6.addWidget(self.
|
|
940
|
+
self.gridLayout_6.addWidget(self.preload_year_checkBox, 6, 0, 1, 1)
|
|
935
941
|
|
|
936
|
-
self.
|
|
937
|
-
self.
|
|
942
|
+
self.label_34 = QLabel(self.groupBox_6)
|
|
943
|
+
self.label_34.setObjectName(u"label_34")
|
|
938
944
|
|
|
939
|
-
self.gridLayout_6.addWidget(self.
|
|
945
|
+
self.gridLayout_6.addWidget(self.label_34, 11, 1, 1, 1)
|
|
940
946
|
|
|
941
|
-
self.
|
|
942
|
-
self.
|
|
943
|
-
self.preload_hour2_spinBox.setMaximum(999999)
|
|
947
|
+
self.label_60 = QLabel(self.groupBox_6)
|
|
948
|
+
self.label_60.setObjectName(u"label_60")
|
|
944
949
|
|
|
945
|
-
self.gridLayout_6.addWidget(self.
|
|
950
|
+
self.gridLayout_6.addWidget(self.label_60, 13, 1, 1, 1)
|
|
946
951
|
|
|
947
|
-
self.
|
|
948
|
-
self.
|
|
952
|
+
self.label_27 = QLabel(self.groupBox_6)
|
|
953
|
+
self.label_27.setObjectName(u"label_27")
|
|
949
954
|
|
|
950
|
-
self.gridLayout_6.addWidget(self.
|
|
955
|
+
self.gridLayout_6.addWidget(self.label_27, 4, 1, 1, 1)
|
|
951
956
|
|
|
952
|
-
self.
|
|
953
|
-
self.
|
|
954
|
-
self.
|
|
957
|
+
self.preload_min30_spinBox = QSpinBox(self.groupBox_6)
|
|
958
|
+
self.preload_min30_spinBox.setObjectName(u"preload_min30_spinBox")
|
|
959
|
+
self.preload_min30_spinBox.setMaximum(999999)
|
|
955
960
|
|
|
956
|
-
self.gridLayout_6.addWidget(self.
|
|
961
|
+
self.gridLayout_6.addWidget(self.preload_min30_spinBox, 10, 2, 1, 1)
|
|
957
962
|
|
|
958
|
-
self.
|
|
959
|
-
self.
|
|
963
|
+
self.preload_halfyear_checkBox = QCheckBox(self.groupBox_6)
|
|
964
|
+
self.preload_halfyear_checkBox.setObjectName(u"preload_halfyear_checkBox")
|
|
960
965
|
|
|
961
|
-
self.gridLayout_6.addWidget(self.
|
|
966
|
+
self.gridLayout_6.addWidget(self.preload_halfyear_checkBox, 5, 0, 1, 1)
|
|
967
|
+
|
|
968
|
+
self.preload_min1_spinBox = QSpinBox(self.groupBox_6)
|
|
969
|
+
self.preload_min1_spinBox.setObjectName(u"preload_min1_spinBox")
|
|
970
|
+
self.preload_min1_spinBox.setMaximum(999999)
|
|
971
|
+
|
|
972
|
+
self.gridLayout_6.addWidget(self.preload_min1_spinBox, 7, 2, 1, 1)
|
|
973
|
+
|
|
974
|
+
self.label_33 = QLabel(self.groupBox_6)
|
|
975
|
+
self.label_33.setObjectName(u"label_33")
|
|
976
|
+
|
|
977
|
+
self.gridLayout_6.addWidget(self.label_33, 10, 1, 1, 1)
|
|
978
|
+
|
|
979
|
+
self.preload_trans_checkBox = QCheckBox(self.groupBox_6)
|
|
980
|
+
self.preload_trans_checkBox.setObjectName(u"preload_trans_checkBox")
|
|
981
|
+
|
|
982
|
+
self.gridLayout_6.addWidget(self.preload_trans_checkBox, 14, 0, 1, 1)
|
|
983
|
+
|
|
984
|
+
self.label_61 = QLabel(self.groupBox_6)
|
|
985
|
+
self.label_61.setObjectName(u"label_61")
|
|
986
|
+
|
|
987
|
+
self.gridLayout_6.addWidget(self.label_61, 14, 1, 1, 1)
|
|
988
|
+
|
|
989
|
+
self.preload_trans_spinBox = QSpinBox(self.groupBox_6)
|
|
990
|
+
self.preload_trans_spinBox.setObjectName(u"preload_trans_spinBox")
|
|
991
|
+
self.preload_trans_spinBox.setMaximum(999999)
|
|
992
|
+
|
|
993
|
+
self.gridLayout_6.addWidget(self.preload_trans_spinBox, 14, 2, 1, 1)
|
|
962
994
|
|
|
963
995
|
|
|
964
996
|
self.verticalLayout_4.addLayout(self.gridLayout_6)
|
|
@@ -1425,32 +1457,36 @@ class Ui_MainWindow(object):
|
|
|
1425
1457
|
self.lazy_checkBox.setText(QCoreApplication.translate("MainWindow", u"(\u6350\u8d60\u6743\u76ca)\u4f7f\u7528\u61d2\u52a0\u8f7d\u6a21\u5f0f(\u4ec5\u5bf9\u65e5\u7ebf\u4ee5\u4e0b\u7ea7\u522b\u751f\u6548)", None))
|
|
1426
1458
|
self.label_57.setText(QCoreApplication.translate("MainWindow", u"\u8c28\u614e!!! \u6b64\u5904\u4e3a\u5168\u5c40\u8bbe\u7f6e\uff0c\u4f7f\u7528\u61d2\u52a0\u8f7d\u5bb9\u6613\u4e0d\u5c0f\u5fc3\u904d\u5386\u8fc7\u591a\u8bc1\u5238\u5bfc\u81f4\u7206\u5185\u5b58\uff01\uff01", None))
|
|
1427
1459
|
self.label_58.setText(QCoreApplication.translate("MainWindow", u"\u5efa\u8bae\u901a\u8fc7\u6307\u5b9a load_hikyuu \u53c2\u6570\u7684\u65b9\u5f0f\u4f7f\u7528\u61d2\u52a0\u8f7d", None))
|
|
1428
|
-
self.
|
|
1429
|
-
self.
|
|
1430
|
-
self.label_25.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1431
|
-
self.preload_year_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d\u5e74\u7ebf", None))
|
|
1460
|
+
self.preload_min5_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d5\u5206\u949f\u7ebf", None))
|
|
1461
|
+
self.preload_min1_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d1\u5206\u949f\u7ebf", None))
|
|
1432
1462
|
self.label_42.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1433
|
-
self.save_pushButton.setText(QCoreApplication.translate("MainWindow", u"\u4fdd\u5b58\u8bbe\u7f6e", None))
|
|
1434
1463
|
self.preload_min15_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d15\u5206\u949f\u7ebf", None))
|
|
1435
|
-
self.
|
|
1464
|
+
self.label_25.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1465
|
+
self.preload_day_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d\u65e5\u7ebf", None))
|
|
1466
|
+
self.preload_week_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d\u5468\u7ebf", None))
|
|
1467
|
+
self.save_pushButton.setText(QCoreApplication.translate("MainWindow", u"\u4fdd\u5b58\u8bbe\u7f6e", None))
|
|
1436
1468
|
self.preload_min30_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d30\u5206\u949f\u7ebf", None))
|
|
1469
|
+
self.preload_quarter_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d\u5b63\u7ebf", None))
|
|
1470
|
+
self.label_29.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1471
|
+
self.label_30.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1437
1472
|
self.label_26.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1438
|
-
self.
|
|
1473
|
+
self.label_24.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1474
|
+
self.label_59.setText(QCoreApplication.translate("MainWindow", u"0 - \u8868\u793a\u4e0d\u9650\u5236", None))
|
|
1475
|
+
self.label_31.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1476
|
+
self.preload_timeline_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d\u5206\u65f6\u7ebf", None))
|
|
1477
|
+
self.preload_min60_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d60\u5206\u949f\u7ebf", None))
|
|
1478
|
+
self.label_28.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1479
|
+
self.preload_hour2_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d120\u5206\u949f\u7ebf", None))
|
|
1439
1480
|
self.preload_month_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d\u6708\u7ebf", None))
|
|
1440
|
-
self.
|
|
1481
|
+
self.label_32.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1482
|
+
self.preload_year_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d\u5e74\u7ebf", None))
|
|
1483
|
+
self.label_34.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1484
|
+
self.label_60.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1441
1485
|
self.label_27.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1442
|
-
self.label_28.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1443
|
-
self.preload_day_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d\u65e5\u7ebf", None))
|
|
1444
|
-
self.label_30.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1445
|
-
self.label_29.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1446
|
-
self.preload_min60_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d60\u5206\u949f\u7ebf", None))
|
|
1447
|
-
self.label_33.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1448
|
-
self.preload_week_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d\u5468\u7ebf", None))
|
|
1449
1486
|
self.preload_halfyear_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d\u534a\u5e74\u7ebf", None))
|
|
1450
|
-
self.
|
|
1451
|
-
self.
|
|
1452
|
-
self.
|
|
1453
|
-
self.label_59.setText(QCoreApplication.translate("MainWindow", u"0 - \u8868\u793a\u4e0d\u9650\u5236", None))
|
|
1487
|
+
self.label_33.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1488
|
+
self.preload_trans_checkBox.setText(QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d\u5206\u7b14", None))
|
|
1489
|
+
self.label_61.setText(QCoreApplication.translate("MainWindow", u"\u6700\u5927\u7f13\u5b58\u6570\u91cf\uff1a", None))
|
|
1454
1490
|
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_6), QCoreApplication.translate("MainWindow", u"\u9884\u52a0\u8f7d\u8bbe\u7f6e", None))
|
|
1455
1491
|
self.collect_start_pushButton.setText(QCoreApplication.translate("MainWindow", u"\u542f\u52a8\u91c7\u96c6", None))
|
|
1456
1492
|
self.collect_status_label.setText(QCoreApplication.translate("MainWindow", u"TextLabel", None))
|