mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 17:25:24 +08:00
qt 6.5.1 original
This commit is contained in:
13
tests/auto/gui/util/qundostack/CMakeLists.txt
Normal file
13
tests/auto/gui/util/qundostack/CMakeLists.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#####################################################################
|
||||
## tst_qundostack Test:
|
||||
#####################################################################
|
||||
|
||||
qt_internal_add_test(tst_qundostack
|
||||
SOURCES
|
||||
tst_qundostack.cpp
|
||||
LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
25
tests/auto/gui/util/qundostack/testdata/qundostack.ts
vendored
Normal file
25
tests/auto/gui/util/qundostack/testdata/qundostack.ts
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="en">
|
||||
<context>
|
||||
<name>QUndoStack</name>
|
||||
<message>
|
||||
<source>Undo %1</source>
|
||||
<translation>undo-prefix %1 undo-suffix</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Undo</source>
|
||||
<comment>Default text for undo action</comment>
|
||||
<translation>Undo-default-text</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Redo %1</source>
|
||||
<translation>redo-prefix %1 redo-suffix</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Redo</source>
|
||||
<comment>Default text for redo action</comment>
|
||||
<translation>Redo-default-text</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
3911
tests/auto/gui/util/qundostack/tst_qundostack.cpp
Normal file
3911
tests/auto/gui/util/qundostack/tst_qundostack.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user