summaryrefslogtreecommitdiffstats
path: root/src/linguist/linguist/finddialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/linguist/linguist/finddialog.ui')
-rw-r--r--src/linguist/linguist/finddialog.ui86
1 files changed, 46 insertions, 40 deletions
diff --git a/src/linguist/linguist/finddialog.ui b/src/linguist/linguist/finddialog.ui
index 20dceb7e1..7b3c0898f 100644
--- a/src/linguist/linguist/finddialog.ui
+++ b/src/linguist/linguist/finddialog.ui
@@ -1,40 +1,16 @@
-<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
- <comment>*********************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the Qt Linguist of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-*********************************************************************</comment>
+<comment>
+* Copyright (C) 2016 The Qt Company Ltd.
+* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+</comment>
<class>FindDialog</class>
<widget class="QDialog" name="FindDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
- <width>414</width>
- <height>175</height>
+ <width>454</width>
+ <height>263</height>
</rect>
</property>
<property name="sizePolicy">
@@ -101,13 +77,13 @@
</property>
</widget>
</item>
- <item row="0" column="1">
- <widget class="QCheckBox" name="matchCase">
+ <item row="3" column="1">
+ <widget class="QCheckBox" name="skipObsolete">
<property name="whatsThis">
- <string>Texts such as 'TeX' and 'tex' are considered as different when checked.</string>
+ <string>Obsoleted messages are skipped when checked.</string>
</property>
<property name="text">
- <string>&amp;Match case</string>
+ <string>Skip &amp;obsolete</string>
</property>
</widget>
</item>
@@ -124,13 +100,13 @@
</property>
</widget>
</item>
- <item row="3" column="1">
- <widget class="QCheckBox" name="skipObsolete">
- <property name="whatsThis">
- <string>Obsoleted messages are skipped when checked.</string>
- </property>
+ <item row="5" column="0">
+ <widget class="QLabel" name="labelState">
<property name="text">
- <string>Skip &amp;obsolete</string>
+ <string>T&amp;ranslation status:</string>
+ </property>
+ <property name="buddy">
+ <cstring>statusFilter</cstring>
</property>
</widget>
</item>
@@ -147,6 +123,23 @@
</property>
</widget>
</item>
+ <item row="0" column="1">
+ <widget class="QCheckBox" name="matchCase">
+ <property name="whatsThis">
+ <string>Texts such as 'TeX' and 'tex' are considered as different when checked.</string>
+ </property>
+ <property name="text">
+ <string>&amp;Match case</string>
+ </property>
+ </widget>
+ </item>
+ <item row="6" column="0">
+ <widget class="QComboBox" name="statusFilter">
+ <property name="toolTip">
+ <string>Lets you filter the search target by translation status</string>
+ </property>
+ </widget>
+ </item>
<item row="2" column="1">
<widget class="QCheckBox" name="ignoreAccelerators">
<property name="text">
@@ -170,6 +163,19 @@
</property>
</widget>
</item>
+ <item row="7" column="0">
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
</layout>
</widget>
</item>