mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: import files to project
This commit is contained in:
parent
66fc44dadc
commit
db86d13973
41
Source/Common/CMakeLists.txt
Normal file
41
Source/Common/CMakeLists.txt
Normal file
@ -0,0 +1,41 @@
|
||||
file(GLOB_RECURSE X_TOOLS_COMMOM_SOURCE_H "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
|
||||
file(GLOB_RECURSE X_TOOLS_COMMOM_SOURCE_UI "${CMAKE_CURRENT_SOURCE_DIR}/*.ui")
|
||||
file(GLOB_RECURSE X_TOOLS_COMMOM_SOURCE_CPP "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
# BLE module
|
||||
if(NOT X_TOOLS_BLUETOOTH_MODULE_IS_VALID)
|
||||
list(REMOVE_ITEM X_TOOLS_SOURCE ${CMAKE_SOURCE_DIR}/Source/Common/Common/xToolsBleScanner.h)
|
||||
list(REMOVE_ITEM X_TOOLS_SOURCE ${CMAKE_SOURCE_DIR}/Source/Common/Common/xToolsBleScanner.cpp)
|
||||
list(REMOVE_ITEM X_TOOLS_SOURCE ${CMAKE_SOURCE_DIR}/Source/Tools/Tools/xToolsBleCentralTool.h)
|
||||
list(REMOVE_ITEM X_TOOLS_SOURCE ${CMAKE_SOURCE_DIR}/Source/Tools/Tools/xToolsBleCentralTool.cpp)
|
||||
list(REMOVE_ITEM X_TOOLS_SOURCE ${CMAKE_SOURCE_DIR}/Source/Tools/ToolsUI/xToolsBleCentralToolUi.h)
|
||||
list(REMOVE_ITEM X_TOOLS_SOURCE
|
||||
${CMAKE_SOURCE_DIR}/Source/Tools/ToolsUI/xToolsBleCentralToolUi.cpp)
|
||||
list(REMOVE_ITEM X_TOOLS_SOURCE
|
||||
${CMAKE_SOURCE_DIR}/Source/Common/CommonUI/xToolsBleDeviceInfoComboBox.h)
|
||||
list(REMOVE_ITEM X_TOOLS_SOURCE
|
||||
${CMAKE_SOURCE_DIR}/Source/Common/CommonUI/xToolsBleDeviceInfoComboBox.cpp)
|
||||
message(STATUS "The BLE module source has been removed!")
|
||||
endif()
|
||||
|
||||
set(ALL_SOURCE "")
|
||||
list(APPEND ALL_SOURCE ${X_TOOLS_COMMOM_SOURCE_H})
|
||||
list(APPEND ALL_SOURCE ${X_TOOLS_COMMOM_SOURCE_UI})
|
||||
list(APPEND ALL_SOURCE ${X_TOOLS_COMMOM_SOURCE_CPP})
|
||||
list(APPEND ALL_SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/Common.qrc)
|
||||
add_library(xToolsCommon STATIC ${ALL_SOURCE})
|
||||
target_link_libraries(xToolsCommon PRIVATE QtAES::QtAES)
|
||||
target_link_libraries(xToolsCommon PRIVATE Qt${QT_VERSION_MAJOR}::Core)
|
||||
target_link_libraries(xToolsCommon PRIVATE Qt${QT_VERSION_MAJOR}::Gui)
|
||||
target_link_libraries(xToolsCommon PRIVATE Qt${QT_VERSION_MAJOR}::Widgets)
|
||||
target_link_libraries(xToolsCommon PRIVATE Qt${QT_VERSION_MAJOR}::Network)
|
||||
if(NOT ${CMAKE_SYSTEM_NAME} STREQUAL "iOS")
|
||||
target_link_libraries(xToolsCommon PRIVATE Qt${QT_VERSION_MAJOR}::SerialPort)
|
||||
target_link_libraries(xToolsCommon PRIVATE Qt${QT_VERSION_MAJOR}::SerialBus)
|
||||
endif()
|
||||
if(X_TOOLS_BLUETOOTH_MODULE_IS_VALID)
|
||||
target_link_libraries(xToolsCommon PRIVATE Qt${QT_VERSION_MAJOR}::Bluetooth)
|
||||
endif()
|
||||
|
||||
x_tools_generate_translations(xToolsCommon)
|
||||
6
Source/Common/Common.qrc
Normal file
6
Source/Common/Common.qrc
Normal file
@ -0,0 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>Resources/Translations/app_en.qm</file>
|
||||
<file>Resources/Translations/app_zh_CN.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
13
Source/Common/CommonUI/xToolsApplication.cpp
Normal file
13
Source/Common/CommonUI/xToolsApplication.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023-2024 x-tools-author(x-tools@outlook.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of xTools project.
|
||||
*
|
||||
* xTools is licensed according to the terms in the file LICENCE(GPL V3) in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "xToolsApplication.h"
|
||||
|
||||
xToolsApplication::xToolsApplication(int argc, char *argv[])
|
||||
: QApplication(argc, argv)
|
||||
{}
|
||||
21
Source/Common/CommonUI/xToolsApplication.h
Normal file
21
Source/Common/CommonUI/xToolsApplication.h
Normal file
@ -0,0 +1,21 @@
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023-2024 x-tools-author(x-tools@outlook.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of xTools project.
|
||||
*
|
||||
* xTools is licensed according to the terms in the file LICENCE(GPL V3) in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef XTOOLSAPPLICATION_H
|
||||
#define XTOOLSAPPLICATION_H
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
class xToolsApplication : public QApplication
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
xToolsApplication(int argc, char *argv[]);
|
||||
};
|
||||
|
||||
#endif // XTOOLSAPPLICATION_H
|
||||
1
Source/Common/Resources/Translations/app_en.qm
Normal file
1
Source/Common/Resources/Translations/app_en.qm
Normal file
@ -0,0 +1 @@
|
||||
<クdハ<>箆!ソ`。スン
|
||||
299
Source/Common/Resources/Translations/app_en.ts
Normal file
299
Source/Common/Resources/Translations/app_en.ts
Normal file
@ -0,0 +1,299 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1">
|
||||
<context>
|
||||
<name>xToolsAffixesComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsAffixesComboBox.cpp" line="15"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsBleDeviceInfoComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsBleDeviceInfoComboBox.cpp" line="108"/>
|
||||
<source>Error Occurred</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsDataStructure</name>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="77"/>
|
||||
<source>BIN</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="78"/>
|
||||
<source>TEXT</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="310"/>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="320"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="491"/>
|
||||
<source>Bin</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="492"/>
|
||||
<source>Oct</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="493"/>
|
||||
<source>Dec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="494"/>
|
||||
<source>Hex</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsEscapeCharacterComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsEscapeCharacterComboBox.cpp" line="16"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsFlowControlComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsFlowControlComboBox.cpp" line="16"/>
|
||||
<source>No</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsFlowControlComboBox.cpp" line="17"/>
|
||||
<source>Hardware</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsFlowControlComboBox.cpp" line="18"/>
|
||||
<source>Software</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsMainWindow</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="60"/>
|
||||
<source>&File</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="61"/>
|
||||
<source>&Exit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="66"/>
|
||||
<source>&Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="76"/>
|
||||
<source>&Languages</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="101"/>
|
||||
<source>&Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="111"/>
|
||||
<source>User QQ Group</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="114"/>
|
||||
<source>&About</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="124"/>
|
||||
<source>Application Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="155"/>
|
||||
<source>Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="158"/>
|
||||
<source>Clear Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="164"/>
|
||||
<source>Open configuration floder</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="176"/>
|
||||
<source>HDPI Policy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="182"/>
|
||||
<source>Round up for .5 and above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="183"/>
|
||||
<source>Always round up</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="184"/>
|
||||
<source>Always round down</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="186"/>
|
||||
<source>Round up for .75 and above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="187"/>
|
||||
<source>Don't round</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="205"/>
|
||||
<source>System</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="268"/>
|
||||
<source>(Part of Qt Swiss Army knife)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="270"/>
|
||||
<source>Author: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="272"/>
|
||||
<source>Email: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="275"/>
|
||||
<source>Commit: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="279"/>
|
||||
<source>Date: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="282"/>
|
||||
<source>Copyright 2018-%1 x-tools-author(x-tools@outlook.com). All rights reserved.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="283"/>
|
||||
<source>About</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="289"/>
|
||||
<source>Reboot application to effective</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="290"/>
|
||||
<source>Need to reboot, reboot to effective now?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsParityComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsParityComboBox.cpp" line="16"/>
|
||||
<source>No</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsParityComboBox.cpp" line="17"/>
|
||||
<source>Even</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsParityComboBox.cpp" line="18"/>
|
||||
<source>Odd</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsParityComboBox.cpp" line="19"/>
|
||||
<source>Space</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsParityComboBox.cpp" line="20"/>
|
||||
<source>Mark</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsResponseOptionComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsResponseOptionComboBox.cpp" line="17"/>
|
||||
<source>Disable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../CommonUI/xToolsResponseOptionComboBox.cpp" line="19"/>
|
||||
<source>Echo</source>
|
||||
<comment>widget</comment>
|
||||
<translation type="unfinished">
|
||||
<numerusform></numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../CommonUI/xToolsResponseOptionComboBox.cpp" line="20"/>
|
||||
<source>Always</source>
|
||||
<comment>widget</comment>
|
||||
<translation type="unfinished">
|
||||
<numerusform></numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../CommonUI/xToolsResponseOptionComboBox.cpp" line="21"/>
|
||||
<source>RxEqualReference</source>
|
||||
<comment>widget</comment>
|
||||
<translation type="unfinished">
|
||||
<numerusform></numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../CommonUI/xToolsResponseOptionComboBox.cpp" line="23"/>
|
||||
<source>RxContainReference</source>
|
||||
<comment>widget</comment>
|
||||
<translation type="unfinished">
|
||||
<numerusform></numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../CommonUI/xToolsResponseOptionComboBox.cpp" line="25"/>
|
||||
<source>RxDiscontainReference</source>
|
||||
<comment>widget</comment>
|
||||
<translation type="unfinished">
|
||||
<numerusform></numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
1
Source/Common/Resources/Translations/app_zh_CN.qm
Normal file
1
Source/Common/Resources/Translations/app_zh_CN.qm
Normal file
@ -0,0 +1 @@
|
||||
<クdハ<>箆!ソ`。スン
|
||||
299
Source/Common/Resources/Translations/app_zh_CN.ts
Normal file
299
Source/Common/Resources/Translations/app_zh_CN.ts
Normal file
@ -0,0 +1,299 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1">
|
||||
<context>
|
||||
<name>xToolsAffixesComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsAffixesComboBox.cpp" line="15"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsBleDeviceInfoComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsBleDeviceInfoComboBox.cpp" line="108"/>
|
||||
<source>Error Occurred</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsDataStructure</name>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="77"/>
|
||||
<source>BIN</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="78"/>
|
||||
<source>TEXT</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="310"/>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="320"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="491"/>
|
||||
<source>Bin</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="492"/>
|
||||
<source>Oct</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="493"/>
|
||||
<source>Dec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../Common/xToolsDataStructure.cpp" line="494"/>
|
||||
<source>Hex</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsEscapeCharacterComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsEscapeCharacterComboBox.cpp" line="16"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsFlowControlComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsFlowControlComboBox.cpp" line="16"/>
|
||||
<source>No</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsFlowControlComboBox.cpp" line="17"/>
|
||||
<source>Hardware</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsFlowControlComboBox.cpp" line="18"/>
|
||||
<source>Software</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsMainWindow</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="60"/>
|
||||
<source>&File</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="61"/>
|
||||
<source>&Exit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="66"/>
|
||||
<source>&Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="76"/>
|
||||
<source>&Languages</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="101"/>
|
||||
<source>&Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="111"/>
|
||||
<source>User QQ Group</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="114"/>
|
||||
<source>&About</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="124"/>
|
||||
<source>Application Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="155"/>
|
||||
<source>Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="158"/>
|
||||
<source>Clear Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="164"/>
|
||||
<source>Open configuration floder</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="176"/>
|
||||
<source>HDPI Policy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="182"/>
|
||||
<source>Round up for .5 and above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="183"/>
|
||||
<source>Always round up</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="184"/>
|
||||
<source>Always round down</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="186"/>
|
||||
<source>Round up for .75 and above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="187"/>
|
||||
<source>Don't round</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="205"/>
|
||||
<source>System</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="268"/>
|
||||
<source>(Part of Qt Swiss Army knife)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="270"/>
|
||||
<source>Author: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="272"/>
|
||||
<source>Email: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="275"/>
|
||||
<source>Commit: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="279"/>
|
||||
<source>Date: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="282"/>
|
||||
<source>Copyright 2018-%1 x-tools-author(x-tools@outlook.com). All rights reserved.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="283"/>
|
||||
<source>About</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="289"/>
|
||||
<source>Reboot application to effective</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsMainWindow.cpp" line="290"/>
|
||||
<source>Need to reboot, reboot to effective now?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsParityComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsParityComboBox.cpp" line="16"/>
|
||||
<source>No</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsParityComboBox.cpp" line="17"/>
|
||||
<source>Even</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsParityComboBox.cpp" line="18"/>
|
||||
<source>Odd</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsParityComboBox.cpp" line="19"/>
|
||||
<source>Space</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsParityComboBox.cpp" line="20"/>
|
||||
<source>Mark</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>xToolsResponseOptionComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsResponseOptionComboBox.cpp" line="17"/>
|
||||
<source>Disable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../CommonUI/xToolsResponseOptionComboBox.cpp" line="19"/>
|
||||
<source>Echo</source>
|
||||
<comment>widget</comment>
|
||||
<translation type="unfinished">
|
||||
<numerusform></numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../CommonUI/xToolsResponseOptionComboBox.cpp" line="20"/>
|
||||
<source>Always</source>
|
||||
<comment>widget</comment>
|
||||
<translation type="unfinished">
|
||||
<numerusform></numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../CommonUI/xToolsResponseOptionComboBox.cpp" line="21"/>
|
||||
<source>RxEqualReference</source>
|
||||
<comment>widget</comment>
|
||||
<translation type="unfinished">
|
||||
<numerusform></numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../CommonUI/xToolsResponseOptionComboBox.cpp" line="23"/>
|
||||
<source>RxContainReference</source>
|
||||
<comment>widget</comment>
|
||||
<translation type="unfinished">
|
||||
<numerusform></numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../CommonUI/xToolsResponseOptionComboBox.cpp" line="25"/>
|
||||
<source>RxDiscontainReference</source>
|
||||
<comment>widget</comment>
|
||||
<translation type="unfinished">
|
||||
<numerusform></numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
Loading…
Reference in New Issue
Block a user